Index: lams_central/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -ra455dd0a59c45ffc1d9f9ebd34f33f158bc08d46 -r5d9a70da32933cfebd7d6dd3c3e90e481e829c10 --- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision a455dd0a59c45ffc1d9f9ebd34f33f158bc08d46) +++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 5d9a70da32933cfebd7d6dd3c3e90e481e829c10) @@ -824,8 +824,10 @@ authoring.msg.close.cancel.save = Do you want to close this window without saving? authoring.msg.list.cancel.save = Do you want to return to the wizard list without saving? authoring.fla.page.menu.new.template = Use Learning Design Wizards +authoring.fla.page.menu.new.ai = Use AI Wizard authoring.template.list.introduction = Select a teaching strategy to explore it. authoring.learning.design.templates = Learning Design Wizards +authoring.learning.design.ai.wizard = Learning Design AI Wizard authoring.template.successful = Your design has been saved as {0}. authoring.label.sequence.title = Name authoring.error.question.correct.num = RAT Questions: One of the answers for Question {0} needs to be correct. @@ -917,6 +919,8 @@ label.import.xml = Import questions in XML format 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} +label.import.openai = Generative AI +label.import.openai.hint = Generate questions at OpenAI label.qb.stats.title = Question statistics error.qb.permanent.remove = The question is in one collection only, so it would be permanently removed.\\n It is not possible as the question is used in other designs. label.qb.permanent.remove.confirm = The question is in one collection only. Are you sure that you want to remove it permanently? @@ -1149,3 +1153,12 @@ label.questions.choice.collection.new.prompt = Enter a name for the new collection: label.questions.choice.generate.more = Generate more questions label.questions.choice.generate.more.error = Error while generating more questions + +label.questions.choice.taxonomy = Bloom's taxonomy level +label.questions.choice.taxonomy.level.0 = none +label.questions.choice.taxonomy.level.1 = Remember +label.questions.choice.taxonomy.level.2 = Understand +label.questions.choice.taxonomy.level.3 = Apply +label.questions.choice.taxonomy.level.4 = Analyze +label.questions.choice.taxonomy.level.5 = Evaluate +label.questions.choice.taxonomy.level.6 = Create \ No newline at end of file