Difference between revisions of "Homework Sets Editor"
Line 16: | Line 16: | ||
TODO |
TODO |
||
+ | |||
+ | Permission key: access_instructor_tools |
||
=== Sort Homework Sets Shown in Sort List === |
=== Sort Homework Sets Shown in Sort List === |
||
TODO |
TODO |
||
+ | |||
+ | Permission key: access_instructor_tools |
||
=== Edit Sets === |
=== Edit Sets === |
||
+ | |||
+ | TODO |
||
Permission key: modify_problem_sets |
Permission key: modify_problem_sets |
||
Line 28: | Line 34: | ||
TODO |
TODO |
||
+ | |||
+ | Permission key: modify_problem_sets |
||
=== Import Homework Sets === |
=== Import Homework Sets === |
||
TODO |
TODO |
||
+ | |||
+ | Permission key: create_and_delete_problem_sets |
||
=== Export Homework Sets === |
=== Export Homework Sets === |
||
TODO |
TODO |
||
+ | |||
+ | Permission key: modify_set_def_files |
||
=== Score Homework Sets === |
=== Score Homework Sets === |
||
TODO |
TODO |
||
+ | |||
+ | Permission key: score_sets |
||
=== Create a New Homework Set === |
=== Create a New Homework Set === |
||
TODO |
TODO |
||
+ | |||
+ | Permission key: create_and_delete_problem_sets |
||
=== Delete Homework Sets === |
=== Delete Homework Sets === |
||
+ | |||
+ | Permission key: create_and_delete_problem_sets |
||
Line 52: | Line 70: | ||
* Package: WeBWorK::ContentGenerator::Instructor::ProblemSetList |
* Package: WeBWorK::ContentGenerator::Instructor::ProblemSetList |
||
* Path: $server_root_url/$webwork_url/$courseID/instructor/sets |
* Path: $server_root_url/$webwork_url/$courseID/instructor/sets |
||
− | * Permissions: |
||
− | ** <tt>access_instructor_tools</tt> to access page; by default ta(5). |
||
− | ** all actions which modify global set data require professor(10). |
||
TODO |
TODO |
Revision as of 17:46, 7 February 2011
The Homework Sets Editor is the primary location within WeBWorK for managing WeBWorK homework sets.
User Interface
The Homework Sets Editor user interface is divided into two regions. The top region allows the user to select and configure a task to perform on a set of homework sets.
The bottom region of the Homework Sets Editor page contains a list of homework sets, called the Set List. When Homework Set Editor is accessed, this region of the page will list all homework sets in the course unless there are more than 500 of them.
Actions
Filter Homework Sets Shown in Set List
TODO
Permission key: access_instructor_tools
Sort Homework Sets Shown in Sort List
TODO
Permission key: access_instructor_tools
Edit Sets
TODO
Permission key: modify_problem_sets
Toggle Set Visibility to Students
TODO
Permission key: modify_problem_sets
Import Homework Sets
TODO
Permission key: create_and_delete_problem_sets
Export Homework Sets
TODO
Permission key: modify_set_def_files
Score Homework Sets
TODO
Permission key: score_sets
Create a New Homework Set
TODO
Permission key: create_and_delete_problem_sets
Delete Homework Sets
Permission key: create_and_delete_problem_sets
Technical Information
- Package: WeBWorK::ContentGenerator::Instructor::ProblemSetList
- Path: $server_root_url/$webwork_url/$courseID/instructor/sets
TODO