Index: lams_central/web/qb/authoring/addtruefalse.jsp =================================================================== diff -u -rc04504bfdd9685850e15792838241a748f13560e -r70a326811aab339193f6031102dfde367b21cc5c --- lams_central/web/qb/authoring/addtruefalse.jsp (.../addtruefalse.jsp) (revision c04504bfdd9685850e15792838241a748f13560e) +++ lams_central/web/qb/authoring/addtruefalse.jsp (.../addtruefalse.jsp) (revision 70a326811aab339193f6031102dfde367b21cc5c) @@ -1,11 +1,14 @@ <%@ include file="/common/taglibs.jsp"%> +<%@ page import="org.lamsfoundation.lams.util.Configuration" %> +<%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %> +<%=Configuration.get(ConfigurationKeys.QB_COLLECTIONS_CREATE_ALLOW)%> - + - + @@ -20,63 +23,67 @@ const SAVE_QUESTION_URL = "/lams/qb/edit/saveOrUpdateQuestion.do"; const VALIDATION_ERROR_LABEL = ""; const VALIDATION_ERRORS_LABEL = "{errors_counter}"; - - var isNewQuestion = ${isNewQuestion}; + const ADD_COLLECTION_LABEL = ''; + const LAMS_URL = ''; + + var isNewQuestion = ${isNewQuestion}, + csrfTokenName = '', + csrfTokenValue = ''; - - - + + +
- +
+ method="post" autocomplete="off"> @@ -109,94 +116,94 @@ - +
-
- +
+ - -
- +
+
+
- +
- +
- +
- +
- + - +
- +
-
- +
+ - -
- +
+
+
- - -
- -
+ + +
+ +
- +
- - -
- -
+ + +
+ +
- +
- +
- +
- - + +
- +
- - + +
- +
-
+
- + <%@ include file="addQuestionFooter.jsp"%> - -
+ + \ No newline at end of file