MDL-20636 Clean up.

This commit is contained in:
Tim Hunt
2011-01-27 19:11:17 +00:00
parent 46cf70cc8c
commit 14ed1aa2d8
2 changed files with 15 additions and 15 deletions
+13 -13
View File
@@ -400,19 +400,19 @@ DONE question/type/opaque/styles.css | 14 +
DONE question/type/opaque/testengine.php | 70 +
DONE question/type/opaque/version.php | 5 +
question/type/oumultiresponse/db/install.xml | 24 +
question/type/oumultiresponse/db/upgrade.php | 58 +
question/type/oumultiresponse/edit_oumultiresponse_form.php | 144 +
question/type/oumultiresponse/icon.gif | Bin 0 -> 945 bytes
question/type/oumultiresponse/lang/en_utf8/qtype_oumultiresponse.php | 35 +
question/type/oumultiresponse/question.php | 168 ++
question/type/oumultiresponse/questiontype.php | 559 ++++
question/type/oumultiresponse/simpletest/helper.php | 175 ++
question/type/oumultiresponse/simpletest/testquestion.php | 244 ++
question/type/oumultiresponse/simpletest/testquestiontype.php | 401 +++
question/type/oumultiresponse/simpletest/testwalkthrough.php | 501 ++++
question/type/oumultiresponse/styles.css | 14 +
question/type/oumultiresponse/version.php | 29 +
DONE question/type/oumultiresponse/db/install.xml | 24 +
DONE question/type/oumultiresponse/db/upgrade.php | 58 +
DONE question/type/oumultiresponse/edit_oumultiresponse_form.php | 144 +
DONE question/type/oumultiresponse/icon.gif | Bin 0 -> 945 bytes
DONE question/type/oumultiresponse/lang/en_utf8/qtype_oumultiresponse.php | 35 +
DONE question/type/oumultiresponse/question.php | 168 ++
DONE question/type/oumultiresponse/questiontype.php | 559 ++++
DONE question/type/oumultiresponse/simpletest/helper.php | 175 ++
DONE question/type/oumultiresponse/simpletest/testquestion.php | 244 ++
DONE question/type/oumultiresponse/simpletest/testquestiontype.php | 401 +++
DONE question/type/oumultiresponse/simpletest/testwalkthrough.php | 501 ++++
DONE question/type/oumultiresponse/styles.css | 14 +
DONE question/type/oumultiresponse/version.php | 29 +
question/type/random/edit_random_form.php | 7 +-
question/type/random/lang/en_utf8/qtype_random.php | 9 +
@@ -27,8 +27,8 @@
$string['addingmissingtype'] = 'Adding a question of a type that is not installed on this system';
$string['answerno'] = 'Answer {$a}';
$string['cannotchangeamissingqtype'] = 'You cannot make any changes to a question of a missing type.';
$string['deletedquestion'] = 'Deleted question';
$string['deletedquestiontext'] = 'This question has been deleted. Unable to display anything.';
$string['deletedquestion'] = 'Missing question';
$string['deletedquestiontext'] = 'This question is missing. Unable to display anything.';
$string['editingmissingtype'] = 'Editing a question of a type that is not installed on this system';
$string['missing'] = 'Question of a type that is not installed on this system';
$string['missingtype'] = 'Missing type';