Index: lams_admin/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -rf959b9766e27fe24ae8e16747b92fec53c9a2dfc -ra703dc22dba0e0bd9da0c71fb843626f506f3722 --- lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision f959b9766e27fe24ae8e16747b92fec53c9a2dfc) +++ lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision a703dc22dba0e0bd9da0c71fb843626f506f3722) @@ -86,6 +86,7 @@ admin.user.disable = Disable user admin.user.actions = Actions admin.user.import = Import users +admin.user.add.to.lessons = Add user to existing lessons admin.list.disabled.users = List disabled accounts label.excel.spreadsheet = File label.spreadsheet = spreadsheet Index: lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/LtiConsumerManagementController.java =================================================================== diff -u -rf959b9766e27fe24ae8e16747b92fec53c9a2dfc -ra703dc22dba0e0bd9da0c71fb843626f506f3722 --- lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/LtiConsumerManagementController.java (.../LtiConsumerManagementController.java) (revision f959b9766e27fe24ae8e16747b92fec53c9a2dfc) +++ lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/LtiConsumerManagementController.java (.../LtiConsumerManagementController.java) (revision a703dc22dba0e0bd9da0c71fb843626f506f3722) @@ -206,21 +206,6 @@ } } } - - List listPrefix = userManagementService.findByProperty(ExtServer.class, "prefix", - ltiConsumerForm.getPrefix()); - if (listPrefix != null && listPrefix.size() > 0) { - if (sid == null) {//new map - errorMap.add("prefix", messageService.getMessage("error.not.unique", - new Object[] { messageService.getMessage("sysadmin.prefix") })); - } else { - ExtServer ltiConsumer = listPrefix.get(0); - if (!ltiConsumer.getSid().equals(sid)) { - errorMap.add("prefix", messageService.getMessage("error.not.unique", - new Object[] { messageService.getMessage("sysadmin.prefix") })); - } - } - } } if (errorMap.isEmpty()) { Index: lams_central/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r784731558fee35bec1bcb6ce76ecf352b5856db5 -ra703dc22dba0e0bd9da0c71fb843626f506f3722 --- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 784731558fee35bec1bcb6ce76ecf352b5856db5) +++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision a703dc22dba0e0bd9da0c71fb843626f506f3722) @@ -1143,3 +1143,5 @@ label.grouping.general.instructions.branching = This grouping activity is used for branching. Groups can therefore not be added or deleted. label.branching.general.instructions = Place the lesson participants in their branches. Initially you can add and remove learners, but once a participant starts one of the branches then you will not be able to remove learners from any branches. If you try to remove someone from a branch and they will not remove then check their progress - if they start using the branch while you are on this screen you will not get any errors but you will not be able to remove them from the branch. You will still be able to add learners to branches. label.grouping.popup.viewmode.message = You are presently in group view mode. Groups can not be modified. +authoring.tbl.shuffle.questions = Shuffle question order in iRAT +authoring.tbl.shuffle.questions.tooltip = Shuffles the order of questions in the iRAT for all students. In the tRAT the order of question will be the same for all students.