Difference between revisions of "Homework Sets Editor"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
The Homework Sets Editor is the primary location within WeBWorK for managing WeBWorK homework sets. |
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. |
||
[[Image:Hmwk_sets_editor_top.png]] |
[[Image:Hmwk_sets_editor_top.png]] |
||
+ | |||
+ | The bottom region of the Homework Sets Editor page contains a list of homework sets. 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. |
||
+ | |||
[[Image:Hmwk_sets_editor_bottom.png]] |
[[Image:Hmwk_sets_editor_bottom.png]] |
||
+ | |||
+ | == Technical Information == |
||
+ | |||
+ | * Package: WeBWorK::ContentGenerator::Instructor::ProblemSetList |
||
+ | * 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 |
||
[[Category:Homework Sets]] |
[[Category:Homework Sets]] |
Revision as of 17:18, 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. 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.
Technical Information
- Package: WeBWorK::ContentGenerator::Instructor::ProblemSetList
- Path: $server_root_url/$webwork_url/$courseID/instructor/sets
- Permissions:
- access_instructor_tools to access page; by default ta(5).
- all actions which modify global set data require professor(10).
TODO