Difference between revisions of "Homework Sets Editor"
Line 68: | Line 68: | ||
== Technical Information == |
== Technical Information == |
||
− | * |
+ | * Module: [http://webwork.maa.org/viewvc/system/trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm?view=markup WeBWorK::ContentGenerator::Instructor::ProblemSetList] |
* Path: $server_root_url/$webwork_url/$courseID/instructor/sets |
* Path: $server_root_url/$webwork_url/$courseID/instructor/sets |
||
Revision as of 20:50, 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, 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
TODO
Permission key: access_instructor_tools
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