Difference between revisions of "Homework Sets Editor"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
=== Edit Sets ===
 
=== Edit Sets ===
   
TODO
 
  +
Permission key: modify_problem_sets
   
 
=== Toggle Set Visibility to Students ===
 
=== Toggle Set Visibility to Students ===

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

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 Set List

TODO

Sort Homework Sets Shown in Sort List

TODO

Edit Sets

Permission key: modify_problem_sets

Toggle Set Visibility to Students

TODO

Import Homework Sets

TODO

Export Homework Sets

TODO

Score Homework Sets

TODO

Create a New Homework Set

TODO

Delete Homework Sets

Technical Information

  • Package: WeBWorK::ContentGenerator::Instructor::ProblemSetList
  • Path: $server_root_url/$webwork_url/$courseID/instructor/sets
  • Permissions:
    • access_instructor_tools to access page; by default ta(5).
    • all actions which modify global set data require professor(10).

TODO