[system] / branches / gage_dev / webwork2 / lib / WeBWorK.pm Repository:
ViewVC logotype

Diff of /branches/gage_dev/webwork2/lib/WeBWorK.pm

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

Revision 1411 Revision 1430
28use WeBWorK::ContentGenerator::Instructor::ProblemSetList; 28use WeBWorK::ContentGenerator::Instructor::ProblemSetList;
29use WeBWorK::ContentGenerator::Instructor::UserList; 29use WeBWorK::ContentGenerator::Instructor::UserList;
30use WeBWorK::ContentGenerator::Instructor::SendMail; 30use WeBWorK::ContentGenerator::Instructor::SendMail;
31use WeBWorK::ContentGenerator::Instructor::ShowAnswers; 31use WeBWorK::ContentGenerator::Instructor::ShowAnswers;
32use WeBWorK::ContentGenerator::Instructor::Scoring; 32use WeBWorK::ContentGenerator::Instructor::Scoring;
33use WeBWorK::ContentGenerator::Instructor::Stats;
33use WeBWorK::ContentGenerator::Login; 34use WeBWorK::ContentGenerator::Login;
34use WeBWorK::ContentGenerator::Logout; 35use WeBWorK::ContentGenerator::Logout;
35use WeBWorK::ContentGenerator::Options; 36use WeBWorK::ContentGenerator::Options;
36use WeBWorK::ContentGenerator::Problem; 37use WeBWorK::ContentGenerator::Problem;
37use WeBWorK::ContentGenerator::ProblemSet; 38use WeBWorK::ContentGenerator::ProblemSet;
164 $result = WeBWorK::ContentGenerator::Instructor::PGProblemEditor->new($r, $ce, $db)->go(@components); 165 $result = WeBWorK::ContentGenerator::Instructor::PGProblemEditor->new($r, $ce, $db)->go(@components);
165 } elsif ($instructorArgument eq "send_mail") { 166 } elsif ($instructorArgument eq "send_mail") {
166 $result = WeBWorK::ContentGenerator::Instructor::SendMail->new($r, $ce, $db)->go(@components); 167 $result = WeBWorK::ContentGenerator::Instructor::SendMail->new($r, $ce, $db)->go(@components);
167 } elsif ($instructorArgument eq "show_answers") { 168 } elsif ($instructorArgument eq "show_answers") {
168 $result = WeBWorK::ContentGenerator::Instructor::ShowAnswers->new($r, $ce, $db)->go(@components); 169 $result = WeBWorK::ContentGenerator::Instructor::ShowAnswers->new($r, $ce, $db)->go(@components);
170 } elsif ($instructorArgument eq "stats") {
171 $result = WeBWorK::ContentGenerator::Instructor::Stats->new($r, $ce, $db)->go(@components);
169 } 172 }
170 } elsif ($arg eq "options") { 173 } elsif ($arg eq "options") {
171 $result = WeBWorK::ContentGenerator::Options->new($r, $ce, $db)->go; 174 $result = WeBWorK::ContentGenerator::Options->new($r, $ce, $db)->go;
172 } elsif ($arg eq "feedback") { 175 } elsif ($arg eq "feedback") {
173 $result = WeBWorK::ContentGenerator::Feedback->new($r, $ce, $db)->go; 176 $result = WeBWorK::ContentGenerator::Feedback->new($r, $ce, $db)->go;

Legend:
Removed from v.1411  
changed lines
  Added in v.1430

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9