Index: lams_central/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -ra7e7c84411688a1ef8d97a18d9bf3d6d4651bdcd -rc6890f863ca4146aeba71942af83d4a594b2c517
--- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision a7e7c84411688a1ef8d97a18d9bf3d6d4651bdcd)
+++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision c6890f863ca4146aeba71942af83d4a594b2c517)
@@ -1151,3 +1151,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
Index: lams_central/web/questions/questionChoice.jsp
===================================================================
diff -u -r9bee07b0b85d771f05f8e129435b426e179d655a -rc6890f863ca4146aeba71942af83d4a594b2c517
--- lams_central/web/questions/questionChoice.jsp (.../questionChoice.jsp) (revision 9bee07b0b85d771f05f8e129435b426e179d655a)
+++ lams_central/web/questions/questionChoice.jsp (.../questionChoice.jsp) (revision c6890f863ca4146aeba71942af83d4a594b2c517)
@@ -42,6 +42,10 @@
float: right;
margin-bottom: 30px;
}
+
+ .questionLabelBadge {
+ margin-bottom: 1rem;
+ }
@@ -408,10 +412,17 @@
value=""
class="questionAttribute questionResourcesFolder" disabled="disabled" />
<%-- Answers, if required and exist --%>
-
+
+
+ ">
+
+
+
+
+
<%-- Answer itself --%>