Difference between revisions of "Homework Sets Editor"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
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 <tt>%permissionLevels{access_instructor_tools}</tt>. This value is set in the [[global.conf]] file, and cannot be change from the [[Course Configuration]] page.
 
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 <tt>%permissionLevels{access_instructor_tools}</tt>. This value is set in the [[global.conf]] file, and cannot be change from the [[Course Configuration]] page.
   
=== Sort Homework Sets Shown in Sort List ===
+
=== Sort Homework Sets Shown in Problem Set List ===
   
TODO
 
  +
[[Image:Hmwk_sets_editor_sort.png|border]]
   
 
Permission key: access_instructor_tools
 
Permission key: access_instructor_tools

Revision as of 18:17, 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.

Hmwk sets editor top.png

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.

Hmwk sets editor bottom.png

Actions

Filter Homework Sets Shown in the Problem Set List

Hmwk sets editor show sets.png

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

Hmwk sets editor sort.png

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

TODO