[system] / trunk / webwork2 / lib / Apache / WeBWorK.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/Apache/WeBWorK.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 836 Revision 861
26use WeBWorK::ContentGenerator::ProblemSet; 26use WeBWorK::ContentGenerator::ProblemSet;
27use WeBWorK::ContentGenerator::ProblemSets; 27use WeBWorK::ContentGenerator::ProblemSets;
28use WeBWorK::ContentGenerator::Instructor::Index; 28use WeBWorK::ContentGenerator::Instructor::Index;
29use WeBWorK::ContentGenerator::Instructor::UserList; 29use WeBWorK::ContentGenerator::Instructor::UserList;
30use WeBWorK::ContentGenerator::Instructor::ProblemSetList; 30use WeBWorK::ContentGenerator::Instructor::ProblemSetList;
31use WeBWorK::ContentGenerator::Instructor::ProblemSetEditor;
31use WeBWorK::ContentGenerator::Test; 32use WeBWorK::ContentGenerator::Test;
32use WeBWorK::CourseEnvironment; 33use WeBWorK::CourseEnvironment;
33use WeBWorK::DB; 34use WeBWorK::DB;
34 35
35# This module should be installed as a Handler for the location selected for 36# This module should be installed as a Handler for the location selected for
130 return WeBWorK::ContentGenerator::Instructor::Index->new($r, $ce, $db)->go; 131 return WeBWorK::ContentGenerator::Instructor::Index->new($r, $ce, $db)->go;
131 } elsif ($instructorArgument eq "userList") { 132 } elsif ($instructorArgument eq "userList") {
132 return WeBWorK::ContentGenerator::Instructor::UserList->new($r, $ce, $db)->go; 133 return WeBWorK::ContentGenerator::Instructor::UserList->new($r, $ce, $db)->go;
133 } elsif ($instructorArgument eq "problemSetList") { 134 } elsif ($instructorArgument eq "problemSetList") {
134 return WeBWorK::ContentGenerator::Instructor::ProblemSetList->new($r, $ce, $db)->go; 135 return WeBWorK::ContentGenerator::Instructor::ProblemSetList->new($r, $ce, $db)->go;
136 } elsif ($instructorArgument eq "problemSetEditor") {
137 return WeBWorK::ContentGenerator::Instructor::ProblemSetEditor->new($r, $ce, $db)->go;
138
135 } 139 }
136 } elsif ($arg eq "options") { 140 } elsif ($arg eq "options") {
137 return WeBWorK::ContentGenerator::Options->new($r, $ce, $db)->go; 141 return WeBWorK::ContentGenerator::Options->new($r, $ce, $db)->go;
138 } elsif ($arg eq "feedback") { 142 } elsif ($arg eq "feedback") {
139 return WeBWorK::ContentGenerator::Feedback->new($r, $ce, $db)->go; 143 return WeBWorK::ContentGenerator::Feedback->new($r, $ce, $db)->go;

Legend:
Removed from v.836  
changed lines
  Added in v.861

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9