Index: lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java =================================================================== diff -u -r585d63be43cdde5a7ecd0202c0552d93e1fb9f48 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java (.../ConfigurationKeys.java) (revision 585d63be43cdde5a7ecd0202c0552d93e1fb9f48) +++ lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java (.../ConfigurationKeys.java) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -117,7 +117,9 @@ public static String ALLOW_EDIT_ON_FLY = "AllowLiveEdit"; public static String ALLOW_KUMALIVE = "AllowKumalive"; - + + public static String ENABLE_COLLAPSING_SUBCOURSES = "EnableCollapsingSubcourses"; + public static String DISPLAY_PORTRAIT = "DisplayPortrait"; public static String ENABLE_PORTRAIT_EDITING = "EnablePortraitEditing"; Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r71a5c4dcb33476a695cd426901df30c65f733c41 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 71a5c4dcb33476a695cd426901df30c65f733c41) +++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -2,7 +2,7 @@ #language code: en #locale code: AU - # Exported from the LAMS Community by Ernie Ghiglione on Mon Dec 02 06:59:05 CST 2019 + # Exported from the LAMS Community by Ernie Ghiglione on Fri Dec 28 09:17:35 CST 2018 #=================== labels for Assessment =================# @@ -348,6 +348,13 @@ output.ordered.answers.for.question =Ordered answers for the question: label.answer.required =Answer required outcome.authoring.remove.confirm =Are you sure you want to remove this learning outcome? +label.qb.stats =Question indexes +label.qb.participant.count =Test participant count +label.qb.difficulty.index =Difficulty index +label.qb.discrimination.index =Discrimination index +label.qb.point.biserial =Point biserial +outcome.authoring.create.new = [create new] + label.close =Close label.export.time.attempted =Time attempted label.0.to.100 =0 to 100% @@ -359,5 +366,10 @@ label.sure =Sure label.very.sure =Very sure +admin.page.title =Assessment Settings +admin.success =Configuration successfully saved. +admin.return =Return to maintain LAMS +admin.button.save =Save +admin.hide.titles =Hide question titles for learners -#======= End labels: Exported 351 labels for en AU ===== +#======= End labels: Exported 337 labels for en AU ===== Index: lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r6b89d0c84a5695fb1ad02d5525eb240a9f4d3134 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 6b89d0c84a5695fb1ad02d5525eb240a9f4d3134) +++ lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -19,12 +19,17 @@ label.authoring.basic.title =Title label.authoring.basic.question.name =Question name label.authoring.basic.question.text =Question text +label.authoring.basic.default.question.grade =Default question grade +label.authoring.basic.penalty.factor =Penalty factor +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.title =Question list label.authoring.basic.list.header.type =Type label.authoring.basic.list.header.question =Question label.authoring.basic.type.multiple.choice =Multiple choice label.authoring.basic.type.matching.pairs =Matching pairs -label.authoring.basic.type.short.answer =Very short answers +label.authoring.basic.type.short.answer =Short answer label.authoring.basic.type.numerical =Numerical label.authoring.basic.type.true.false =True/False label.authoring.basic.type.essay =Essay @@ -34,8 +39,51 @@ label.authoring.basic.down =Move down label.authoring.basic.up =Move Up label.authoring.basic.option.answer =Answer +label.authoring.basic.option.question =Question +label.authoring.basic.option.grade =Grade +label.authoring.basic.option.feedback =Feedback +label.authoring.basic.option.accepted.error =Accepted error +label.authoring.basic.unit.unit =Unit +label.authoring.basic.unit.multiplier =Multiplier +label.authoring.basic.none =None +label.authoring.choice.add.multiple.choice =Add multiple choice +label.authoring.choice.field.required =This field is required. +label.authoring.choice.enter.integer =Please enter an integer. +label.authoring.choice.enter.float =Please enter a floating point number. +label.authoring.choice.one.multiple.answers =One or multiple answers? +label.authoring.choice.one.answer =One answer only +label.authoring.choice.multiple.answers =Multiple answers allowed +label.authoring.choice.overall.feedback =Overall feedback +label.authoring.choice.feedback.on.correct =For any correct response +label.authoring.choice.feedback.on.partially.correct =For any partially correct response +label.authoring.choice.feedback.on.incorrect =For any incorrect response +label.authoring.choice.add.option =Add another answer +label.authoring.matching.pairs.add.matching.pairs =Add question +label.authoring.matching.pairs.matching.pairs =Matching pairs +label.authoring.matching.pairs.error.one.matching.pair =You should provide at least 1 matching pair. +label.authoring.matching.pairs.add.matching.pair =Add another +label.authoring.short.answer.no.case.unimportant =No, case is unimportant +label.authoring.short.answer.yes.case.must.match =Yes, case must match +label.authoring.short.answer.case.sensitivity =Case sensitivity +label.authoring.short.answer.answers =Answers +label.authoring.short.answer.add.answer =Add another answer +label.authoring.short.answer.add.short.answer =Add question +label.authoring.true.false.question =True/False question +label.authoring.true.false.correct.answer =Correct answer label.authoring.true.false.false =False label.authoring.true.false.true =True +label.authoring.true.false.feedback.on.true =Feedback for the response 'True'. +label.authoring.true.false.feedback.on.false =Feedback for the response 'False'. +label.authoring.true.false.add.true.false =Add question +label.authoring.numerical.question =Numerical question +label.authoring.numerical.answers =Answers +label.authoring.numerical.units =Units +label.authoring.numerical.error.answer =You should provide at least one possible answer. +label.authoring.numerical.add.answer =Add another answer +label.authoring.numerical.add.numerical =Add question +label.authoring.numerical.add.unit =Add another unit +label.authoring.essay.add.essay =Add question +label.authoring.ordering.add.ordering =Add question label.authoring.advance.allow.students.overall.feedback =Display overall feedback at the end of each attempt label.authoring.advance.time.limit =Time limit (minutes) label.authoring.advance.questions.per.page =Questions per page @@ -71,7 +119,7 @@ label.learning.short.answer.answer =Answer: label.learning.true.false.true =True label.learning.true.false.false =False -label.learning.ordering.sort.answers =Sort answers in the right order +label.learning.ordering.sort.answers =Sort answers in the right order (click on the answers to drag-and-drop in order). label.learning.marks =Marks for this submission: {0}/{1}. label.learning.penalty =This submission attracted a penalty of {0}. label.learning.finish.test =Finish @@ -118,19 +166,21 @@ label.monitoring.user.summary.grade =Grade label.monitoring.user.summary.title =Title: label.monitoring.user.summary.question =Question: -label.monitoring.user.summary.ok =Ok label.monitoring.question.summary.history.responses =Responses for the question label.monitoring.question.summary.title =Title label.monitoring.question.summary.question =Question label.monitoring.question.summary.default.mark =Default mark label.monitoring.question.summary.penalty =Penalty label.monitoring.question.summary.average.mark =Average mark label.monitoring.question.summary.group =Group: -label.monitoring.question.summary.ok =Ok output.desc.learner.total.score =Last total score output.desc.learner.time.taken =Time taken output.desc.learner.number.of.attempts =Number of attempts output.user.score.for.question =Score for the question: +error.form.validation.error =You have 1 error in a form. It has been highlighted +error.form.validation.errors =You have {0} errors in a form. They have been highlighted +error.form.validation.hundred.score =One of the answers should have a grade of 100% so it is possible to get full marks for this question. +error.form.validation.positive.accepted.errors =All the accepted errors should be positive. message.monitoring.summary.no.session =No learners yet label.cancel =Cancel define.later.message =Please wait for the instructor to complete the contents of this activity. @@ -159,6 +209,7 @@ label.export.summary.by.user =Summary by learner lable.export.summary.by.question =Summary by question label.export.user.id =Username +label.authoring.basic.allow.learners.rich.editor =Allow learners to use rich text editor 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 @@ -179,6 +230,9 @@ label.authoring.basic.question.bank.title =Question bank label.authoring.basic.list.header.mark =Mark 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. @@ -189,6 +243,7 @@ label.authoring.basic.import.questions =Import label.authoring.basic.export.questions =Export label.authoring.advance.display.summary =Display all questions and answers once the learner finishes. +label.authoring.basic.import.qti =Import IMS QTI advanced.reflectOnActivity =Add a notebook at end of Assessment with the following instructions: monitor.summary.td.addNotebook =Add a notebook at end of Assessment monitor.summary.td.notebookInstructions =Notebook instructions @@ -204,8 +259,12 @@ label.group.leader =Group leader: {0} label.refresh =Refresh label.display.name.column =Display name column +label.authoring.answer.required =Answer required? warn.answers.required =Please, answer highlighted questions in order to continue. +label.authoring.basic.export.qti =Export IMS QTI label.monitoring.heading =Assessment Monitoring +label.maximum.number.words =Maximum number of words +label.minimum.number.words =Minimum number of words label.info.maximum.number.words =This answer must have a maximum of {0} words. label.info.minimum.number.words =This answer must have a minimum of {0} words. label.info.max.and.min.number.words =This answer must have a minimal of {0} and maximum of {1} words. @@ -224,6 +283,7 @@ label.question.options =Question options label.activity.completion =End of activity label.notifications =Notifications +label.ask.for.hedging.justification =Ask for hedging justification? label.number.learners.per.session =Number of learners per session label.tool.output =Tool Output output.desc.best.score =Best score @@ -275,12 +335,13 @@ label.disclose.groups.answers =Disclose groups' answers label.disclose.all.correct.answers =Disclose all correct answers label.disclose.all.groups.answers =Disclose all groups' answers +label.prefix.sequential.letters.for.each.answer =Prefix sequential letters for each answer label.edit.in.monitor.warning =Attention: while you edit this assessment students don't have access to it. You must save your changes so students can re-attempt this assessment again. outcome.authoring.title =Learning outcomes outcome.authoring.input =Search and select by outcome name or code outcome.authoring.existing =Added outcomes outcome.authoring.existing.none =none -label.do.you.want.to.delete.answer =Are you sure you want to delete? +outcome.authoring.create.new = [create new] authoring.fla.branch.mapping.ordered.asc =Start with branches mapped to highest ordered answers warn.tool.output.change.none =This will delete all existing marks for this activity. Are you sure? output.desc.none =No score @@ -292,18 +353,9 @@ label.qb.difficulty.index =Difficulty index label.qb.discrimination.index =Discrimination index label.qb.point.biserial =Point biserial +outcome.authoring.create.new = [create new] -message.qb.modified.update =The question in Question Bank will be updated -message.qb.modified.version =A new version of the question will be created in Question Bank -message.qb.modified.new =A new question will be created in Question Bank -label.import.from.question.bank =Import from question bank -label.answer.queue =Answer queue -label.drag.and.drop =drag and drop answer to tick or cross -label.correct =Correct -label.incorrect =Incorrect -label.answer.alternatives =Answer alternatives -label.close=Close - +label.close =Close label.export.time.attempted =Time attempted label.0.to.100 =0 to 100% label.scale =Scale @@ -314,4 +366,10 @@ label.sure =Sure label.very.sure =Very sure +admin.page.title =Assessment Settings +admin.success =Configuration successfully saved. +admin.return =Return to maintain LAMS +admin.button.save =Save +admin.hide.titles =Hide question titles for learners + #======= End labels: Exported 337 labels for en AU ===== Index: lams_tool_lamc/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r71a5c4dcb33476a695cd426901df30c65f733c41 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_lamc/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 71a5c4dcb33476a695cd426901df30c65f733c41) +++ lams_tool_lamc/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -2,7 +2,7 @@ #language code: en #locale code: AU - # Exported from the LAMS Community by Ernie Ghiglione on Mon Dec 02 06:16:09 CST 2019 + # Exported from the LAMS Community by Ernie Ghiglione on Thu Dec 27 22:45:28 CST 2018 #=================== labels for Multiple Choice Questions =================# @@ -237,7 +237,18 @@ warn.tool.output.change.none =This will delete all existing marks for this activity. Are you sure? output.desc.none =No score label.edit.in.monitor.warning =Attention: while you edit this activity, students don't have access to it. You must save your changes, so students can re-attempt this activity again. -outcome.authoring.remove.confirm =Are you sure you want to remove this learning outcome? +message.qb.modified.update =The question in Question Bank will be updated +message.qb.modified.version =A new version of the question will be created in Question Bank +message.qb.modified.new =A new question will be created in Question Bank +label.qb.stats =Question indexes +label.qb.participant.count =Test participant count +label.qb.difficulty.index =Difficulty index +label.qb.discrimination.index =Discrimination index +label.qb.point.biserial =Point biserial +admin.page.title =Multiple Choice Settings +admin.success =Configuration successfully saved. +admin.return =Return to maintain LAMS +admin.button.save =Save +admin.hide.titles =Hide question titles for learners - -#======= End labels: Exported 230 labels for en AU ===== +#======= End labels: Exported 228 labels for en AU ===== Index: lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -rd064905749470c0f9d9ffd8b7d8614529d533a88 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision d064905749470c0f9d9ffd8b7d8614529d533a88) +++ lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -213,7 +213,7 @@ label.error =Error error.loaderror =There was an error loading the grid. If this problem persists, please contact your system administrator. label.ok =OK -message.monitoring.edit.activity.warning =Warning: if you edit and modify a question or change an answer that a learner has already answered, then the mark attained for the modified question will be deleted as it is assumed that the question has changed. If the option for retries is available, then the learner can submit an answer for this question again. +message.monitoring.edit.activity.warning =Warning: if you edit and modify a question or change an answer that when a student has already answer, the marks will be recalculated based on the changes. label.enable.confidence.levels =Enable confidence level label.confidence =How confident are you of your answer? label.what.is.your.confidence.level =Confidence @@ -233,6 +233,7 @@ outcome.authoring.existing =Added outcomes outcome.authoring.existing.none =none outcome.authoring.remove.confirm =Are you sure you want to remove this learning outcome? +outcome.authoring.create.new = [create new] warn.tool.output.change.none =This will delete all existing marks for this activity. Are you sure? output.desc.none =No score label.edit.in.monitor.warning =Attention: while you edit this activity, students don't have access to it. You must save your changes, so students can re-attempt this activity again. @@ -244,6 +245,10 @@ label.qb.difficulty.index =Difficulty index label.qb.discrimination.index =Discrimination index label.qb.point.biserial =Point biserial -label.question.bank =Question bank +admin.page.title =Multiple Choice Settings +admin.success =Configuration successfully saved. +admin.return =Return to maintain LAMS +admin.button.save =Save +admin.hide.titles =Hide question titles for learners #======= End labels: Exported 228 labels for en AU ===== Index: lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r6a00057c1bd113919030bcd00ce1e3c7327c7b2e -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 6a00057c1bd113919030bcd00ce1e3c7327c7b2e) +++ lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -2,7 +2,7 @@ #language code: en #locale code: AU - # Exported from the LAMS Community by Ernie Ghiglione on Thu Dec 27 23:08:48 CST 2018 + # Exported from the LAMS Community by Ernie Ghiglione on Mon Dec 02 06:18:26 CST 2019 #=================== labels for Q&A =================# @@ -224,14 +224,11 @@ outcome.authoring.existing =Added outcomes outcome.authoring.existing.none =none outcome.authoring.remove.confirm =Are you sure you want to remove this learning outcome? -label.question.bank =Question bank -label.no.added.questions =Add at least one question -label.title =Title -label.title.required =Title required -warning.msg.authoring.do.you.want.to.delete =Do you really want to delete this question? -message.qb.modified.update =The question in Question Bank will be updated -message.qb.modified.version =A new version of the question will be created in Question Bank -message.qb.modified.new =A new question will be created in Question Bank -label.settings =Settings +outcome.authoring.create.new = [create new] +label.settings =Settings +message.qb.modified.update =The question in Question Bank will be updated +message.qb.modified.version =A new version of the question will be created in Question Bank +message.qb.modified.new =A new question will be created in Question Bank -#======= End labels: Exported 217 labels for en AU ===== + +#======= End labels: Exported 222 labels for en AU ===== Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== diff -u -r02ce40b60524aa33d326fbda824dcd43f566ab94 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 02ce40b60524aa33d326fbda824dcd43f566ab94) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -33,7 +33,6 @@ Index: lams_tool_laqa/web/learning/Notebook.jsp =================================================================== diff -u -r86c25c80d92701a94c3161575c76c363891402ad -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_laqa/web/learning/Notebook.jsp (.../Notebook.jsp) (revision 86c25c80d92701a94c3161575c76c363891402ad) +++ lams_tool_laqa/web/learning/Notebook.jsp (.../Notebook.jsp) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -10,48 +10,43 @@ function disableFinishButton() { document.getElementById("finishButton").disabled = true; } - - - - - - + + + + -

- -

+

+ +

- + - - +
-
- Index: lams_tool_scratchie/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r47f01daecb191d1ca81eaf131b1d063b2bc640b5 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_scratchie/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 47f01daecb191d1ca81eaf131b1d063b2bc640b5) +++ lams_tool_scratchie/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -2,7 +2,7 @@ #language code: en #locale code: AU - # Exported from the LAMS Community by Ernie Ghiglione on Mon Dec 02 07:02:41 CST 2019 + # Exported from the LAMS Community by Ernie Ghiglione on Fri Dec 28 09:32:24 CST 2018 #=================== labels for Scratchie =================# @@ -178,6 +178,7 @@ admin.button.save =Save admin.extra.mark =Enable an extra mark for the first correct scratchie attempt option. admin.preset.marks =Marks in a form of a comma-separated values +admin.hide.titles =Hide question titles for learners error.required.fields.missing =Marks should not be left blank. Please, enter it in a format of comma separated values. error.entered.marks.not.comma.separates =Entered marks are not in a correct format of comma separated values. label.authoring.export.qti =Export IMS QTI @@ -238,6 +239,12 @@ label.not.sure =Not sure label.sure =Sure label.very.sure =Very sure - - -#======= End labels: Exported 231 labels for en AU ===== +message.qb.modified.update =The question in Question Bank will be updated +message.qb.modified.version =A new version of the question will be created in Question Bank +message.qb.modified.new =A new question will be created in Question Bank +label.qb.stats =Question indexes +label.qb.participant.count =Test participant count +label.qb.difficulty.index =Difficulty index +label.qb.discrimination.index =Discrimination index +label.qb.point.biserial =Point biserial +#======= End labels: Exported 224 labels for en AU ===== Index: lams_tool_scratchie/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r6b89d0c84a5695fb1ad02d5525eb240a9f4d3134 -r242fb55e2d8a84388c3a7eb168f86c4f4ab2437b --- lams_tool_scratchie/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 6b89d0c84a5695fb1ad02d5525eb240a9f4d3134) +++ lams_tool_scratchie/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 242fb55e2d8a84388c3a7eb168f86c4f4ab2437b) @@ -146,6 +146,7 @@ label.none =None label.learners.feedback =Learner's feedback label.monitoring.team.leader =team leader +label.authoring.import.qti =Import IMS QTI label.waiting.for.leader =Please, wait while somebody will become a group leader. label.users.from.group =Other learners participating in current group: label.total =Total @@ -177,8 +178,10 @@ admin.button.save =Save admin.extra.mark =Enable an extra mark for the first correct scratchie attempt option. admin.preset.marks =Marks in a form of a comma-separated values +admin.hide.titles =Hide question titles for learners error.required.fields.missing =Marks should not be left blank. Please, enter it in a format of comma separated values. error.entered.marks.not.comma.separates =Entered marks are not in a correct format of comma separated values. +label.authoring.export.qti =Export IMS QTI label.scratchie.options =Question options label.activity.completion =End of activity label.authoring.advanced.burning.questions =Option for burning questions @@ -207,7 +210,7 @@ message.monitoring.edit.activity.warning =Warning: if you edit and modify a question or change an answer that a leader has already answered, then the mark for the whole group for the modified question will be deleted permanently as it is assumed that the question has changed. label.show.confidence.level =Show confidence levels from the following activity label.no.confidence.levels.activities =There are no activities with confidence levels to choose from. -label.save.learning.design =In order to select activity with confidence levels or producing VSA answers please save your sequence first. +label.save.learning.design =In order to select activity with confidence levels please save your sequence first. label.change.marking.allocation =Change marking allocation label.change.marking.allocation.warning =Attention: changing marking allocation will affect the way marks get calculated. label.modify.default.marking =Modify default marking @@ -229,31 +232,19 @@ outcome.authoring.existing =Added outcomes outcome.authoring.existing.none =none outcome.authoring.remove.confirm =Are you sure you want to remove this learning outcome? -label.question.bank =Question bank -label.type.multiple.choice =Multiple choice -label.type.short.answer =Very short answers - - -label.incorrect.answers =Incorrect answers -label.correct.answers =Correct answers -label.option.feedback =Feedback -label.answer.required =Answer required? -label.no.case.unimportant =No, case is unimportant -label.yes.case.must.match =Yes, case must match -label.case.sensitivity =Case sensitivity -label.autocomplete.as.student =Autocomplete (as student types answer autocomplete with stemming from answers) -label.general.feedback =General feedback -label.authoring.choice.field.required =This field is required. -label.error.two.answers.required =You should provide at least one correct and one incorrect answer. -label.settings =Settings -label.no.activities.provide.vsa.answers =There are no activities that can provide VSA answers. -label.show.vsa.answers =Show VSA answers from the following activity -label.type.your.group.answer =Type your group answer -label.button.submit =Submit +outcome.authoring.create.new = [create new] label.not.confident =Not confident label.confident =Confident label.very.confident =Very confident label.not.sure =Not sure label.sure =Sure label.very.sure =Very sure - +message.qb.modified.update =The question in Question Bank will be updated +message.qb.modified.version =A new version of the question will be created in Question Bank +message.qb.modified.new =A new question will be created in Question Bank +label.qb.stats =Question indexes +label.qb.participant.count =Test participant count +label.qb.difficulty.index =Difficulty index +label.qb.discrimination.index =Discrimination index +label.qb.point.biserial =Point biserial +#======= End labels: Exported 224 labels for en AU =====