Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/conf/language/lams/ApplicationResources.properties,v
diff -u -r1.18 -r1.19
--- lams_tool_assessment/conf/language/lams/ApplicationResources.properties 9 Apr 2013 12:46:47 -0000 1.18
+++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties 7 Jun 2013 12:11:38 -0000 1.19
@@ -240,8 +240,8 @@
lable.export.summary.by.question =Summary by Question
label.export.user.id =User ID
label.authoring.basic.allow.learners.rich.editor =Allow learners to use rich text editor
-label.authoring.advance.allow.students.right.answers =Allow learners to see right answers
-label.authoring.advance.allow.students.wrong.answers =Allow learners to see wrong answers
+label.authoring.advance.allow.students.right.answers =Indicate choice(s) that have been answered correctly
+label.authoring.advance.allow.students.wrong.answers =Indicate choice(s) that have been answered incorrectly
monitor.summary.date.restriction =Deadline
monitor.summary.when.date.restriction.is.set =Learners will not be able to take this assessment after the set date and time.
monitor.summary.after.date =Date/time:
Index: lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties,v
diff -u -r1.38 -r1.39
--- lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties 17 Feb 2013 16:12:00 -0000 1.38
+++ lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties 7 Jun 2013 12:11:38 -0000 1.39
@@ -101,7 +101,6 @@
label.authoring.advance.attempts.allowed =Attempts allowed
label.authoring.advance.unlimited =Unlimited
label.authoring.advance.allow.students.question.feedback =Allow learners to see question feedback after each question
-label.authoring.advance.allow.students.right.wrong.answers =Allow learners to see right/wrong answers
label.authoring.advance.allow.students.grades =Allow learners to see grades at the end of each attempt
label.authoring.advance.allow.students.history.responses =Allow learners to see history of responses at the end of each attempt
label.authoring.advance.overall.feedback =Overall feedback
@@ -239,8 +238,8 @@
lable.export.summary.by.question =Summary by Question
label.export.user.id =User ID
label.authoring.basic.allow.learners.rich.editor =Allow learners to use rich text editor
-label.authoring.advance.allow.students.right.answers =Allow learners to see right answers
-label.authoring.advance.allow.students.wrong.answers =Allow learners to see wrong answers
+label.authoring.advance.allow.students.right.answers =Indicate choice(s) that have been answered correctly
+label.authoring.advance.allow.students.wrong.answers =Indicate choice(s) that have been answered incorrectly
monitor.summary.date.restriction =Deadline
monitor.summary.when.date.restriction.is.set =Learners will not be able to take this assessment after the set date and time.
monitor.summary.after.date =Date/time:
Index: lams_tool_assessment/web/pages/authoring/advance.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/advance.jsp,v
diff -u -r1.8 -r1.9
--- lams_tool_assessment/web/pages/authoring/advance.jsp 7 Jun 2013 11:05:28 -0000 1.8
+++ lams_tool_assessment/web/pages/authoring/advance.jsp 7 Jun 2013 12:11:38 -0000 1.9
@@ -15,6 +15,14 @@
$("#passingMark").prop("disabled", false);
});
+ $("#display-summary").click(function(){
+ $('#display-summary-area').toggle('slow');
+ $('#allowQuestionFeedback').prop("checked", false);
+ $('#allowRightAnswersAfterQuestion').prop("checked", false);
+ $('#allowWrongAnswersAfterQuestion').prop("checked", false);
+ $('#allowHistoryResponsesAfterAttempt').prop("checked", false);
+ });
+
-
-
-
-
-
-
-
-
-