Parent Directory
|
Revision Log
Completed (?) revising the names of the subroutines. The construction of the bridge between moodle and webwork courses now works fairly smoothly, but doesn't do much yet. The shortname of the moodle course must match exactly the name of the WeBWorK course. We still need to create an editor that will allow you to adjust this.?
1 <?php 2 // $Id: lang.php,v 1.2 2006-06-27 23:21:41 gage Exp $ 3 // language strings for wwmoodle_set 4 // TODO: merge with proper language stuff 5 6 $string['modulename'] = "WeBWorK Problem Set"; 7 $string['modulenameplural'] = "WeBWorK Problem Sets"; 8 9 $string['set_id'] = "Problem Set"; 10 $string['helpSet_id'] = "Problem Set?"; 11 $string['gradeMethod'] = "Grading Method"; 12 $string['helpGradeMethod'] = "Grading Method?"; 13 14 $string['gradeSimple'] = "Simple"; 15 $string['gradeDeductRetry'] = "Deduct Retries"; 16 17 $string['openDate'] = "Opened"; 18 $string['dueDate'] = "Due"; 19 20 $string['iframeNoShow-1'] = "If you are unable to view this problem set, please "; 21 $string['iframeNoShow-2'] = "click here"; 22 23 $string['hasNoBridge'] = "There is no WeBWorK/Moodle bridge for this course. You must add one before you can add a problem set."; 24 25 26 27 $string['webwork_url'] = "This is the URL where WeBWorK is available. It is used to send students off to their assignments. Generally it is something like /webwork2"; 28 29 $string['iframe_width'] = " This is the width of the iframe used to show students their homework."; 30 31 $string['iframe_height'] = "This is the height of the iframe used to show students their homework."; 32 33 34 35 $string['alreadyHasBridge'] = "This course already has a WeBWorK/Moodle Bridge. Adding another one would only confuse things."; 36 37 $string['goToWeBWorK'] = "Administer the WeBWorK portion of this course."; 38 $string['WeBWorKSets'] = "Assigned WeBWorK Sets"; 39 $string['setName'] = "Set Name"; 40 $string['setId'] = "Set ID"; 41 $string['noSets'] = "No sets were found for this course."; 42 43 44 45 $string['webwork_courses'] = "This is the directory where WeBWorK stores information about courses. Generally it should be wherever-you-installed-webwork/courses (eg: /opt/webwork2/courses/). NOTE: This <b>MUST</b> end with a '/'!"; 46 47 48 49 50 $string['on'] = "On"; 51 52 $string['off'] = "Off"; 53 54 ?>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |