Difference between revisions of "Homework Sets Editor"
Line 15: | Line 15: | ||
=== Filter Homework Sets Shown in Set List === |
=== Filter Homework Sets Shown in Set List === |
||
− | TODO |
||
+ | The list of homework sets displayed in the Problem Set List in the lower portion of the Homework Sets Editor can be filtered using the '''Show...''' action. By default users with '''ta''' permissions (permission level 5) may use this feature. The permission level required for this action is determined by value of the key <tt>access_instructor_tools</tt> %permissionLevels hash in [[global.conf]]. |
||
− | Permission key: access_instructor_tools |
||
+ | [[Image:Hmwk_sets_editor_show_sets.png]] |
||
=== Sort Homework Sets Shown in Sort List === |
=== Sort Homework Sets Shown in Sort List === |
Revision as of 17:01, 8 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
The list of homework sets displayed in the Problem Set List in the lower portion of the Homework Sets Editor can be filtered using the Show... action. By default users with ta permissions (permission level 5) may use this feature. The permission level required for this action is determined by value of the key access_instructor_tools %permissionLevels hash in global.conf.
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
- Module: WeBWorK::ContentGenerator::Instructor::ProblemSetList
- Path: $server_root_url/$webwork_url/$courseID/instructor/sets
TODO