Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r5ac2673214d4a3e9d831e1c468e235015b8bd0b2 -r0eccc3568bb012eb92f9c0dafa04267bf0e3c0f5 --- lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 5ac2673214d4a3e9d831e1c468e235015b8bd0b2) +++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0eccc3568bb012eb92f9c0dafa04267bf0e3c0f5) @@ -15,6 +15,7 @@ label.authoring.basic.general.feedback = General feedback label.authoring.basic.shuffle.the.choices = Shuffle answers? label.authoring.basic.add.question = Add question +label.authoring.basic.question.list.print = Print label.authoring.basic.question.list.title = Question list label.authoring.basic.list.header.type = Type label.authoring.basic.list.header.question = Question @@ -115,7 +116,6 @@ label.learning.penalty = This submission attracted a penalty of {0}. label.learning.finish.test = Finish label.learning.submit.all = Complete activity -label.learning.submit.all.confirm = Are you sure you want to submit your answers? You will not be able to change them after you submit. label.learning.resubmit = Resubmit label.learning.summary.started.on = Started on label.learning.summary.completed.on = Completed on @@ -485,4 +485,5 @@ label.not.started.activity = Activity not reached yet label.authoring.advance.shuffle.answers = Shuffle answers label.learning.submit.all.confirm = Are you certain you wish to submit your responses? Once submitted, you will not have the ability to alter them. -message.authoring.rat.questions.sync = You've made edits to the questions in this activity. Would you like to sync these changes with the corresponding TBL RAT activity? \ No newline at end of file +message.authoring.rat.questions.sync = You've made edits to the questions in this activity. Would you like to sync these changes with the corresponding TBL RAT activity? +label.print.hide.answers = Hide correct answers \ No newline at end of file Index: lams_tool_assessment/web/pages/authoring/basic.jsp =================================================================== diff -u -r7521e0cd5b5f4b01d188ca0ddad1e5f59d3bde27 -r0eccc3568bb012eb92f9c0dafa04267bf0e3c0f5 --- lams_tool_assessment/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 7521e0cd5b5f4b01d188ca0ddad1e5f59d3bde27) +++ lams_tool_assessment/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 0eccc3568bb012eb92f9c0dafa04267bf0e3c0f5) @@ -7,23 +7,19 @@ #question-bank-div { margin-top: 75px; } - + #question-bank-heading a { color:#333 } - + #referencesTable thead { background-color: #f5f5f5; } #referencesTable th { font-weight: 500; font-style: normal; } - - #add-question-div { - margin-top: -5px; - } - + .question-type-alert { white-space: nowrap; display: inline-block; @@ -37,11 +33,11 @@ .question-version-dropdown { margin-top: -3px; } - + .question-version-dropdown .dropdown-menu { min-width: 160px; } - + .question-version-dropdown li a { display: inline-block; } @@ -53,59 +49,59 @@ @@ -256,18 +257,18 @@
- - + +
- + + contentFolderID="${assessmentForm.contentFolderID}">
@@ -283,8 +284,14 @@ + + - +
- + - - - - + + + +
-
-
-
+
+
+
-
- +
+
- +
Index: lams_tool_assessment/web/pages/authoring/printQuestions.jsp =================================================================== diff -u --- lams_tool_assessment/web/pages/authoring/printQuestions.jsp (revision 0) +++ lams_tool_assessment/web/pages/authoring/printQuestions.jsp (revision 0eccc3568bb012eb92f9c0dafa04267bf0e3c0f5) @@ -0,0 +1,104 @@ + +<%@ include file="/common/taglibs.jsp"%> + + + + + <fmt:message key="label.authoring.basic.question.list.title" /> + + + + + + + + + +
+ + +
+ + +
+ +
+ +
    + + +
  1. + +
      + +
    1. +
      + + + + () + + +
      + + "> + + + +
    2. +
      +
    +
  2. +
    +
+ +
\ No newline at end of file