Difference between revisions of "Homework Sets Editor"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
[[Image:Hmwk_sets_editor_top.png]]
 
[[Image:Hmwk_sets_editor_top.png]]
   
The bottom region of the Homework Sets Editor page contains a list of homework sets. 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.
+
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.
   
 
[[Image:Hmwk_sets_editor_bottom.png]]
 
[[Image:Hmwk_sets_editor_bottom.png]]
   
 
== Actions ==
 
== Actions ==
  +
  +
=== Filter Homework Sets Shown in Set List ===
   
 
TODO
 
TODO
  +
  +
=== Sort Homework Sets Shown in Sort List ===
  +
  +
TODO
  +
  +
=== Edit Sets ===
  +
  +
TODO
  +
  +
=== 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 ==
 
== Technical Information ==

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

TODO

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