Log Message:
-----------
Better errors
Modified Files:
--------------
wwmoodle/wwassignment3/moodle/lang/en_utf8:
wwassignment.php
Revision Data
-------------
Index: wwassignment.php
===================================================================
RCS file: /webwork/cvs/system/wwmoodle/wwassignment3/moodle/lang/en_utf8/wwassignment.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lwwassignment3/moodle/lang/en_utf8/wwassignment.php -Lwwassignment3/moodle/lang/en_utf8/wwassignment.php -u -r1.2 -r1.3
--- wwassignment3/moodle/lang/en_utf8/wwassignment.php
+++ wwassignment3/moodle/lang/en_utf8/wwassignment.php
@@ -44,10 +44,13 @@
//ERRORS
-$string['construction_error'] = 'An error occured in the connection to the WeBWorK server. Perhaps you have your wsdl path set wrong?';
+$string['construction_error'] = 'An error occured in establishing the connection to WeBWorK.<br>The most likely cause of this problem is that your WSDL path is incorrect.';
+
$string['event_creation_error'] = 'wwassignment event could not be created.';
$string['webwork_course_list_map_failure'] = 'Could not retrieve a list of courses on the current WeBWorK server.';
-$string['webwork_course_map_failure'] = 'No WeBWorK course is mapped to the current Moodle course.';
+
+$string['webwork_course_map_failure'] = 'No WeBWorK course is linked to this course.<br>Use the WWLink block to create a connection between this Moodle course and a WeBWorK course.';
+
$string['webwork_set_map_failure'] = 'No WeBWorK problem set is mapped to the current Moodle problem set.';
$string['webwork_user_map_failure'] = 'No WeBWorK user is mapped to the current Moodle user.';
$string['webwork_user_set_map_failure'] = 'The WeBWorK user does not have the current Moodle set assigned.';
|