Index: lams_central/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r6aa0f9c7abedde6c4c3cc7fe2b0b19176df284ed -r0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997 --- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 6aa0f9c7abedde6c4c3cc7fe2b0b19176df284ed) +++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997) @@ -912,5 +912,72 @@ label.export.xml =Export questions in XML format msg.import.file.format =The import file must be .xml file exported from assessment tool and not exceed size of {0} error.import.file.format =The import file is not an .xml file. +label.qb.stats.title =Question statistics +error.qb.permanent.remove =The question is in one collection only, so it would be permanently removed.\\nIt is not possible as the question is used in sequences. +label.qb.permanent.remove.confirm =The question is in one collection only. Are you sure that you want to remove it permanently? +label.qb.stats.question =Question +label.qb.stats.question.version =Version +label.qb.stats.question.title =Title +label.qb.stats.question.description =Description +label.qb.stats.question.feedback =Feedback +label.qb.stats.question.mark =Mark +label.qb.stats.option.title =Title +label.qb.stats.option.correct =Correct? +label.qb.stats.option.average =Average selection
(as first choice) +label.qb.stats.chart =Average selection chart +label.qb.stats.burning.questions =Burning questions +label.qb.stats.burning.questions.none =This question does not have any burning questions +label.qb.stats.burning.questions.likes =Likes +label.qb.stats.usage =Usage in active lessons +label.qb.stats.usage.none =This question is not used in any lesson +label.qb.stats.usage.course =Course +label.qb.stats.usage.lesson =Lesson +label.qb.stats.usage.activity =Activity +label.qb.stats.usage.type =Tool type +label.qb.stats.usage.participant.count =Test participant count +label.qb.stats.usage.difficulty =Difficulty index +label.qb.stats.usage.discrimination =Discrimination index +label.qb.stats.usage.biserial =Point biserial +label.qb.stats.versions =Previous versions +label.qb.stats.versions.none =This question does not have any previous versions +label.qb.stats.versions.created =Created date +label.qb.stats.versions.created.ago =Created ago +label.qb.stats.collections =Collections +label.qb.stats.collections.transfer =Transfer questions to +label.qb.stats.collections.transfer.add =Add +label.qb.stats.collections.transfer.copy =Copy +label.qb.stats.collections.existing =Existing collections +label.qb.stats.collections.remove =Remove +label.qb.stats.outcomes =Learning outcomes +label.qb.stats.outcomes.none =This question does not have any learning outcomes +label.qb.stats.outcomes.existing =Existing outcomes +label.qb.collection =Collection +label.qb.collection.grid.title =Questions +label.qb.collection.grid.id =ID +label.qb.collection.grid.name =Name +label.qb.collection.grid.outcomes =Learning Outcomes +label.qb.collection.grid.usage =Used in
lessons +label.qb.collection.grid.actions =Actions +label.qb.collection.grid.stats =Stats +label.qb.collection.grid.error =Error while loading grid with question collections +label.qb.collection.name.blank.error =Name must not be blank +label.qb.collection.name.duplicate.error =Collection with such name already exists +label.qb.collection.action.stats =Show stats +label.qb.collection.remove.confirm =Are you sure you want to remove "{0}" collection? +label.qb.collection.management =Collection management +label.qb.collection.private =Private collection +label.qb.collection.remove =Remove collection +label.qb.collection.xml =XML +label.qb.collection.qti =QTI +label.qb.collection.questions.none =There are no questions in this collection +label.qb.collection.share.title =Share collection with courses +label.qb.collection.shared =Shared +label.qb.collection.unshare =Unshare +label.qb.collection.share =Share +label.qb.collection.grid.stats =Stats +label.qb.collection.edit =Edit + + + #======= End labels: Exported 872 labels for en AU ===== Index: lams_central/web/qb/collection.jsp =================================================================== diff -u -r9ebb0762842cde9a358626a248132bc7ca650f3c -r0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997 --- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 9ebb0762842cde9a358626a248132bc7ca650f3c) +++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997) @@ -7,7 +7,7 @@ - Collection + <fmt:message key="label.qb.collection" /> @@ -93,7 +93,7 @@ collectionGrid.jqGrid({ guiStyle: "bootstrap", iconSet: 'fontAwesome', - caption: "Questions", + caption: '', datatype: "xml", url: "qb/collection/getCollectionGridData.do?view=single&collectionUid=${collection.uid}", height: "100%", @@ -111,13 +111,13 @@ recordpos: "left", hidegrid: false, colNames:[ - "ID", - "Name", + '', + '', "questionType", "questionVersion", - "Learning Outcomes", - "Used in
lessons", - "Actions", + '', + '', + '', "hasVersions" ], colModel:[ @@ -141,7 +141,7 @@ }, loadError: function(xhr,st,err) { collectionGrid.clearGridData(); - alert("Error!"); + alert(''); }, subGrid : true, subGridOptions: { @@ -166,13 +166,13 @@ cellEdit:false, pager: false, colNames: [ - "ID", - "Name", + '', + '', "questionType", "questionVersion", - "Learning Outcomes", - "Used in
lessons", - "Actions" + '', + '', + '' ], colModel: [ {name:'id', index:'question_id', sortable:false, hidden:true, width: 10}, @@ -186,7 +186,7 @@ ], loadError: function(xhr,st,err) { jQuery("#"+subgrid_table_id).clearGridData(); - alert("Error!"); + alert(''); } }); } @@ -204,13 +204,13 @@ //close editing area on validation failure if (!value.trim()) { $('.editable-open').editableContainer('hide', 'cancel'); - return 'Can not be empty!'; + return ''; } }, //assume server response: 200 Ok {status: 'error', msg: 'field cannot be empty!'} success: function(response, newValue) { if (response.created == 'false') { - alert('Collection with such name already exists'); + alert(''); } } //hide and show pencil on showing and hiding editing widget @@ -253,7 +253,7 @@ // auxiliary formatter for jqGrid's question statistics column function actionsFormatter(cellvalue){ var cellhtml = ""; + + "\", \"_blank\")' title=''>"; cellhtml += "' href='?qbQuestionUid=" + cellvalue + "&oldCollectionUid=${collection.uid}&KeepThis=true&TB_iframe=true&modal=true' class='thickbox'>"; @@ -312,7 +312,11 @@ // remove a collection function removeCollection() { - if (confirm('Are you sure you want to remove "${collection.name}" collection?')) { + + + + + if (confirm('${label.qb.collection.remove.confirm}')) { $.ajax({ 'url' : 'qb/collection/removeCollection.do', 'type' : 'POST', @@ -411,7 +415,7 @@
@@ -429,7 +433,7 @@ - Private collection + @@ -442,14 +446,14 @@
- QTI + @@ -506,7 +510,7 @@
- There are no questions in this collection +
@@ -516,7 +520,7 @@ and (not empty collection.organisations or not empty availableOrganisations)}">
- Share collection with organisations +
@@ -527,11 +531,11 @@ @@ -545,7 +549,7 @@ Index: lams_central/web/qb/collectionList.jsp =================================================================== diff -u -rce08b5834386d861110869e90237174b8969f3a0 -r0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997 --- lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision ce08b5834386d861110869e90237174b8969f3a0) +++ lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision 0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997) @@ -6,7 +6,7 @@ - Collection management + <fmt:message key="label.qb.collection.management" /> @@ -73,14 +73,14 @@ rowList:[10,20,30,40,50,100], rowNum: 10, colNames:[ - "ID", - "Name", + '', + '', "questionType", "questionVersion", - "Learning Outcomes", + '', // this column is hidden, so data coming from controller can be the same as for single collection view - "Used in # of lessons", - "Stats" + 'usage', + '' ], colModel:[ {name:'id', index:'question_id', sortable:true, width: 10}, @@ -99,7 +99,7 @@ }, loadError: function(xhr,st,err) { collectionGrid.clearGridData(); - alert("Error!"); + alert(''); } }).jqGrid('filterToolbar'); }); @@ -125,7 +125,7 @@ // check if a collection with same name already exists $('.collection-grid').each(function(){ if ($(this).data('collectionName').trim().toLowerCase() == lower) { - alert('Collection with such name already exists'); + alert(''); name = null; return false; } @@ -147,7 +147,8 @@ - + + <%-- This option can be switched off in sysadmin --%>
@@ -162,12 +163,12 @@ (${questionCount[collection.uid]} questions) - Private + Index: lams_central/web/qb/stats.jsp =================================================================== diff -u -r03a003d5613ffaac6f9b96bef5170e9743642808 -r0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997 --- lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 03a003d5613ffaac6f9b96bef5170e9743642808) +++ lams_central/web/qb/stats.jsp (.../stats.jsp) (revision 0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997) @@ -8,7 +8,7 @@ - Question statistics + <fmt:message key="label.qb.stats.title" /> @@ -97,11 +97,10 @@ function removeCollectionQuestion(collectionUid) { if (permanentRemove) { if (!permanentRemovePossible) { - alert("The question is in one collection only, so it would be permanently removed.\n" - + "It is not possible as the question is used in sequences."); + alert(''); return; } - if (!confirm("The question is in one collection only. Are you sure that you want to remove it permanently?")){ + if (!confirm('')){ return; } } @@ -137,10 +136,11 @@ - + +
@@ -227,7 +227,6 @@ @@ -240,7 +239,7 @@
- Average selection chart +
@@ -249,21 +248,21 @@
- Burning questions +
- This question does not have any burning questions +
  - Shared +
- Title + - Correct? + - Average selection
(as first choice) +
- <%--(${empty stats.answersRaw[option.uid] ? 0 : stats.answersRaw[option.uid]})--%> ${stats.answersPercent[option.uid]}%
@@ -284,39 +283,39 @@
- Usage in active lessons +
- This question is not used in any lesson +
- Question + - Likes +
- @@ -371,12 +370,12 @@
- Previous versions +
- This question does not have any previous versions +
- Organisation + label.qb.stats.usage.course + - Lesson + - Activity + - Tool type + - Test participant count + - Difficulty index + - Discrimination index + - Point biserial +
@@ -385,10 +384,10 @@ # @@ -412,14 +411,14 @@
- Collections +
- Transfer questions to +
- - + +
- Existing collections +
@@ -453,7 +456,9 @@
- +
@@ -469,19 +474,19 @@
- Learning outcomes +
- This question does not have any learning outcomes +
- Existing outcomes +
- Created date + - Created ago +