Homework Sets Editor: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
* create a new homework set or duplicate an existing set | * create a new homework set or duplicate an existing set | ||
* delete homework sets | * delete homework sets | ||
These actions are performed by | |||
* selecting the action by clicking on its radio button, | |||
* configuring the action by selecting from among its available options or providing any required text, | |||
* selecting one or more homework sets from the Problem Set List for the action (except when filtering or sorting), and finally | |||
* clicking the "Take Action" button to execute the action. | |||
Homework sets may be selected individually from the Problem Set List. Also, the actions panel also includes buttons "Select All Sets" and "Unselect All Sets" to speed this process or correct mistakes. | |||
The available actions are described in more detail below. | |||
|[[Image:Hmwk_sets_editor_top.png|400px|frame|Homework Sets Editor Actions Panel|right|alt=Actions Panel]] | |[[Image:Hmwk_sets_editor_top.png|400px|frame|Homework Sets Editor Actions Panel|right|alt=Actions Panel]] | ||
|} | |} |
Revision as of 17:08, 10 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 main regions. The Actions Panel is at the the top of the page gives the user a list of various useful tasks that may be done with the homework sets in the course. The Problem Set list is at the bottom of the page and gives a selectable list of the homework sets in the course, along with options for editing the problems in each set and the users assigned to each set.
Actions Panel
Problem Set List
Actions
Filter Homework Sets Shown in the Problem 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. This does not change the list of homework sets shown to students or change the availability of homework sets in any way. This filtering mechanism is designed to be a convenience for instructors whose WeBWorK courses contain a large number of homework sets. By filtering the list of homework sets shown in the Problem Set List, instructors may more easily select sets for editing, scoring, etc.
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 %permissionLevels{access_instructor_tools}. This value is set in the global.conf file, and cannot be change from the Course Configuration page.
Sort Homework Sets Shown in Problem Set List
Permission key: access_instructor_tools
Edit Sets
Permission key: modify_problem_sets
Toggle Set Visibility to Students
Permission key: modify_problem_sets
Import Homework Sets
Permission key: create_and_delete_problem_sets
Export Homework Sets
TODO
Permission key: modify_set_def_files
Score Homework Sets
Permission key: score_sets
Create a New Homework Set
Permission key: create_and_delete_problem_sets
Delete Homework Sets
TODO
Permission key: create_and_delete_problem_sets
Technical Information
- Module: WeBWorK::ContentGenerator::Instructor::ProblemSetList
- Path: $server_root_url/$webwork_url/$courseID/instructor/sets
TODO