Index: lams_central/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r8fccb6bab02d67b86c11153dab16f316f4f6e87e -r8b7440b7ccfd509ca813ce51348e952581515278 --- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 8fccb6bab02d67b86c11153dab16f316f4f6e87e) +++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 8b7440b7ccfd509ca813ce51348e952581515278) @@ -1159,11 +1159,10 @@ label.questions.choice.taxonomy.level.4 = Analyse label.questions.choice.taxonomy.level.5 = Evaluate label.questions.choice.taxonomy.level.6 = Create -authoring.fla.page.menu.new.ai.tbl = Use AI Wizard for Team Based Learning -authoring.fla.page.menu.new.ai.cbl = Use AI Wizard for Case Based Learning +authoring.fla.page.menu.new.ai = Use AI Wizard authoring.learning.design.ai.wizard = Learning Design AI Wizard label.grouping.return.to.monitoring = Return to monitoring label.import.successful.skipped = {0} learners skipped, including: label.questions.choice.none.found = No questions available index.teamwork = Teamwork -label.learning.design.last.modified = Last modified date +label.learning.design.last.modified = Last modified date \ No newline at end of file Index: lams_central/web/authoring/authoring.jsp =================================================================== diff -u -r8fccb6bab02d67b86c11153dab16f316f4f6e87e -r8b7440b7ccfd509ca813ce51348e952581515278 --- lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision 8fccb6bab02d67b86c11153dab16f316f4f6e87e) +++ lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision 8b7440b7ccfd509ca813ce51348e952581515278) @@ -314,8 +314,7 @@ Index: lams_central/web/includes/javascript/authoring/authoringMenu.js =================================================================== diff -u -r2f1cbd07a19db64085d4fd9e72405a7e9dba14e0 -r8b7440b7ccfd509ca813ce51348e952581515278 --- lams_central/web/includes/javascript/authoring/authoringMenu.js (.../authoringMenu.js) (revision 2f1cbd07a19db64085d4fd9e72405a7e9dba14e0) +++ lams_central/web/includes/javascript/authoring/authoringMenu.js (.../authoringMenu.js) (revision 8b7440b7ccfd509ca813ce51348e952581515278) @@ -559,7 +559,7 @@ /** * Opens a pop up for AI window that generates a learning design */ - useAiToCreateLearningDesign : function(pedagogy){ + useAiToCreateLearningDesign : function(){ if (layout.modified && !confirm(LABELS.CLEAR_CANVAS_CONFIRM)) { return; } @@ -587,7 +587,7 @@ var dialog = $(this); // load contents after opening the dialog $('iframe', dialog).attr('id','aiWizardModal') - .attr('src', LAMS_URL + 'ai/authoring/' + pedagogy + '/lessonWizard.do') + .attr('src', LAMS_URL + 'ai/authoring/lessonWizardChoosePedagogy.jsp') .on('load', function(){ // override the close function so it works with the dialog, not window this.contentWindow.closeWindow = function(){