Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/McResources.properties
===================================================================
diff -u -re442edc1f968ef0290e67e8154e932fa14dbec65 -rc50eec21cf4c6ba9d3b7ded08a025404c39d423e
--- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/McResources.properties (.../McResources.properties) (revision e442edc1f968ef0290e67e8154e932fa14dbec65)
+++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/McResources.properties (.../McResources.properties) (revision c50eec21cf4c6ba9d3b7ded08a025404c39d423e)
@@ -34,6 +34,7 @@
label.individual.results.withRetries =Results for Multiple Choice with Retries
label.individual.results.withoutRetries =Results for Multiple Choice without Retries
label.viewAnswers =Previous Answers
+label.learner.viewAnswers =Learner's Answers
label.withRetries.results.summary =Multiple Choice with Retries Summary
label.withoutRetries.results.summary =Multiple Choice without Retries Summary
label.learnersFinished =learners have finished. Minimum passmark is
@@ -44,9 +45,11 @@
count.total.user =Total Users Count:
count.finished.user =Finished User Count:
count.max.attempt =Maximum Attempt Count:
+label.attempts =Attempts
label.mark =Mark:
label.you.answered =You answered:
+label.learner.answered =Learner answered:
label.redo.questions =Redo Questions
label.view.summary =View Summary
label.view.answers =View Answers
@@ -103,6 +106,7 @@
label.offlineInstructions =Offline Instructions
label.offlineInstructions.col =Offline Instructions:
label.onlineInstructions =Online Instructions
+label.onlineInstructions.col =Online Instructions:
label.offlineFiles =Offline Files:
label.onlineFiles =Online Files:
label.uploadedOfflineFiles =Uploaded Offline Files:
@@ -141,6 +145,9 @@
error.weights.total.invalid =Please correct this: The total weight must equal 100. Please also note that the questions with no candidate answers are being automatically removed.
error.file.notPersisted =An error occurred: The file is not viewable yet. Please save all the content first and check back.
error.learningUser.notAvailable =Tool Activity Error! Can't continue. Tool Activity expects a user id.
+error.toolSession.notAvailable =Tool Activity Error! Can't continue. Tool session is not ready in the tool's database yet.
Please verify the API method: public void createToolSession(Long toolSessionId, Long toolContentId) has already been executed.
+error.toolContent.notAvailable =Tool Activity Error! Can't continue. Tool content is not ready in the tool's database yet.
Please verify the API method: public void createToolSession(Long toolSessionId, Long toolContentId) has run properly.
+error.learner.required =Tool Activity Error! Can't continue. The Learner records are not ready in the tool's database yet.
error.fileName.empty =Please correct this: Under "Instructions", the file(name) to upload can not be empty.
error.questions.withNoOptions =Please note: The questions with no candidate answers have been automatically removed for you. Please check total question weight.
error.answers.empty =Please correct this: Candidate answers can not be empty.
@@ -171,7 +178,7 @@
label.response =Response
label.learning.forceOfflineMessage =This is setup to be carried out offline. Plase see your instructor for details.
label.learning.runOffline =This activity is not being done on the computer. Please see your instructor for details.
-error.defineLater =Sorry, the activity's content is not ready yet. Please wait for your teacher to make the content ready.
+error.defineLater =Sorry, the activity's content is not ready yet. Please wait for the teacher to define this part.
error.toolSessionId.required =Tool Activity Error! Can't continue
URL is not complete. The Tool Activity requires a toolSession id.
error.contentId.required =Tool Activity Error! Can't continue
URL is not complete. The Tool Activity requires a content id.
error.authoringUser.notAvailable =Tool Activity Error! Can't continue. Tool Activity expects a user id.