From: dpvc v. a. <we...@ma...> - 2005-07-05 20:52:22
|
Log Message: ----------- A couple of other problem set -> homework set changes. Modified Files: -------------- webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor: Assigner.pm Stats.pm StudentProgress.pm Revision Data ------------- Index: Stats.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm,v retrieving revision 1.53 retrieving revision 1.54 diff -Llib/WeBWorK/ContentGenerator/Instructor/Stats.pm -Llib/WeBWorK/ContentGenerator/Instructor/Stats.pm -u -r1.53 -r1.54 --- lib/WeBWorK/ContentGenerator/Instructor/Stats.pm +++ lib/WeBWorK/ContentGenerator/Instructor/Stats.pm @@ -20,7 +20,7 @@ =head1 NAME WeBWorK::ContentGenerator::Instructor::Stats - Display statistics by user or -problem set. +homework set. =cut Index: Assigner.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Assigner.pm,v retrieving revision 1.28 retrieving revision 1.29 diff -Llib/WeBWorK/ContentGenerator/Instructor/Assigner.pm -Llib/WeBWorK/ContentGenerator/Instructor/Assigner.pm -u -r1.28 -r1.29 --- lib/WeBWorK/ContentGenerator/Instructor/Assigner.pm +++ lib/WeBWorK/ContentGenerator/Instructor/Assigner.pm @@ -19,7 +19,7 @@ =head1 NAME -WeBWorK::ContentGenerator::Instructor::Assigner - Assign problem sets to users. +WeBWorK::ContentGenerator::Instructor::Assigner - Assign homework sets to users. =cut Index: StudentProgress.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -Llib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm -Llib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm -u -r1.15 -r1.16 --- lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm +++ lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm @@ -523,7 +523,7 @@ 'or 0 if there are no attempts.' ), CGI::br(), - "Click on student's name to see the student's version of the problem set. + "Click on student's name to see the student's version of the homework set. Click heading to sort table. ", CGI::br(), CGI::br(), |