Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -r28f7c26490f61e78a946f332ff4e980a0fb4c6a6 -r3e264b3972f0380c34b3259d0cb9a1f251435ef4
--- lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 28f7c26490f61e78a946f332ff4e980a0fb4c6a6)
+++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3e264b3972f0380c34b3259d0cb9a1f251435ef4)
@@ -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
@@ -262,7 +261,6 @@
label.authoring.basic.type.random.question =Random Question
label.authoring.basic.select.random.question =Random question from pool
label.authoring.basic.random.question =Question
-label.authoring.basic.warning.too.many.questions =Too many questions in a list. Please, remove some of them.
authoring.import.result =Import tool content result
authoring.title.import =Import Questions
authoring.import.instruction =Please choose questions to import.
Index: lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
diff -u -r28f7c26490f61e78a946f332ff4e980a0fb4c6a6 -r3e264b3972f0380c34b3259d0cb9a1f251435ef4
--- lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 28f7c26490f61e78a946f332ff4e980a0fb4c6a6)
+++ lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 3e264b3972f0380c34b3259d0cb9a1f251435ef4)
@@ -260,7 +260,6 @@
label.authoring.basic.type.random.question =Random Question
label.authoring.basic.select.random.question =Random question from pool
label.authoring.basic.random.question =Question
-label.authoring.basic.warning.too.many.questions =Too many questions in a list. Please, remove some of them.
authoring.import.result =Import tool content result
authoring.title.import =Import Questions
authoring.import.instruction =Please choose questions to import.
Index: lams_tool_assessment/web/pages/authoring/advance.jsp
===================================================================
diff -u -r85413a1cbf05b75538871b89b6efa333ec700293 -r3e264b3972f0380c34b3259d0cb9a1f251435ef4
--- lams_tool_assessment/web/pages/authoring/advance.jsp (.../advance.jsp) (revision 85413a1cbf05b75538871b89b6efa333ec700293)
+++ lams_tool_assessment/web/pages/authoring/advance.jsp (.../advance.jsp) (revision 3e264b3972f0380c34b3259d0cb9a1f251435ef4)
@@ -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);
+ });
+
-
-
-
-
-
-
-
-
-