Difference between revisions of "Homework Sets Editor"
Line 62: | Line 62: | ||
To filter the Problem Set List |
To filter the Problem Set List |
||
* select the radio button next to "Show..." |
* select the radio button next to "Show..." |
||
− | * select the filter criterion from the drop down box. The default option is '''sets with matching set |
+ | * select the filter criterion from the drop down box. The default option is '''sets with matching set IDs:''' in this case you are expected to provide a comma separated list of set IDs in the textbox. Regular expressions and wildcards are not supported. Selecting this option but including no set IDs will return no sets at all and is equivalent to selecting "no sets". The other options are |
** '''all sets''' |
** '''all sets''' |
||
** '''no sets''' |
** '''no sets''' |
Revision as of 13:36, 10 February 2011
The Homework Sets Editor is the primary location within WeBWorK for managing WeBWorK homework sets.
Contents
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
The Actions Panel at the top of the Homework Sets Editor contains a list of useful tasks to help instructors with managing the homework sets in their courses.
From the top region of the Homework Sets Editor a user with sufficient privileges may
These actions are performed by
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 in the section "Using the Actions Panel". |
Problem Set List
The bottom region of the Homework Sets Editor page contains a list of homework sets, called the Problem Set List. When Homework Set Editor is first accessed, this region of the page will list all homework sets in the course unless there are more than 500 of them. This list may be filtered and sorted as described below.
From the Problem Set List a user with sufficient privileges may:
|
Using the Actions Panel
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.
To filter the Problem Set List
- select the radio button next to "Show..."
- select the filter criterion from the drop down box. The default option is sets with matching set IDs: in this case you are expected to provide a comma separated list of set IDs in the textbox. Regular expressions and wildcards are not supported. Selecting this option but including no set IDs will return no sets at all and is equivalent to selecting "no sets". The other options are
- all sets
- no sets
- sets checked below,
- sets visible to students, and
- sets hidden from students.
- If sets checked below is chosen, then select the desired sets by clicking the check boxes next to their names in the Problem Set List.
This filtering is not persistent and the Homework Sets Editor will return to its default display the next time the "Hmwk Sets Editor" link is clicked.
Sort Homework Sets Shown in 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 sorted using the Primary Sort:...Secondary Sort: action. This does not sort the list of homework sets as it is shown to students. This sorting mechanism is designed to be a convenience for instructors whose WeBWorK courses contain a large number of homework sets. By sorting 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.
The default sorting of sets in the Problem Set list sorts sets first by Due Date and then by Open Date. Both the primary sort and the secondary sort may be changed to "Set Name", "Set Header", "Hardcopy Header", "Open Date", "Due Date", "Answer Date" or "Visibility".
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
Using the Problem Set List
Select one or many sets
Edit set dates, visibility, and reduced credit period for one or many sets
Access the Problem Set Detail Page for a set to edit all of its global set data
Assign or unassign a set to one or many students
Edit the set data for an individual student
Technical Information
- Module: WeBWorK::ContentGenerator::Instructor::ProblemSetList
- Path: $server_root_url/$webwork_url/$courseID/instructor/sets
TODO