Index: lams_central/web/css/components.css =================================================================== diff -u -r0bc73958f17fe53a99f0e38e96a7eda971b9ad8c -r3d4019df4427943688421ed16aac8c9ffdad257a --- lams_central/web/css/components.css (.../components.css) (revision 0bc73958f17fe53a99f0e38e96a7eda971b9ad8c) +++ lams_central/web/css/components.css (.../components.css) (revision 3d4019df4427943688421ed16aac8c9ffdad257a) @@ -234,7 +234,6 @@ border: 0.1rem solid #DFDCE9; border-radius: 1rem; color: black; - font-size: 1rem; } .bbox_body div.cke_textarea_inline { @@ -525,4 +524,12 @@ .collapsable-icon-left.collapsed:after { content: "\f054"; +} + +table.table thead { + background-color: #e5e5e5; +} + +i.fa[role="button"] { + cursor : pointer; } \ No newline at end of file Index: lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/controller/AuthoringController.java =================================================================== diff -u -r970d31830c85b6f6cd3e28b96c6c894617873c64 -r3d4019df4427943688421ed16aac8c9ffdad257a --- lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/controller/AuthoringController.java (.../AuthoringController.java) (revision 970d31830c85b6f6cd3e28b96c6c894617873c64) +++ lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/controller/AuthoringController.java (.../AuthoringController.java) (revision 3d4019df4427943688421ed16aac8c9ffdad257a) @@ -485,9 +485,9 @@ //in case of edit in monitor and at least one attempted user, we show authoring page with restricted options boolean isAuthoringRestricted = (boolean) sessionMap.get(AssessmentConstants.ATTR_IS_AUTHORING_RESTRICTED); if (isAuthoringRestricted) { - return "pages/authoring/parts/questionlistRestricted"; + return "pages/authoring/parts/questionlistRestricted5"; } else { - return "pages/authoring/parts/questionlist"; + return "pages/authoring/parts/questionlist5"; } } @@ -563,7 +563,7 @@ // set session map ID so that itemlist.jsp can get sessionMAP request.setAttribute(AssessmentConstants.ATTR_SESSION_MAP_ID, sessionMapID); - return "pages/authoring/parts/questionlist"; + return "pages/authoring/parts/questionlist5"; } /** @@ -580,7 +580,7 @@ } // set session map ID so that itemlist.jsp can get sessionMAP request.setAttribute(AssessmentConstants.ATTR_SESSION_MAP_ID, sessionMapID); - return "pages/authoring/parts/questionlist"; + return "pages/authoring/parts/questionlist5"; } /** @@ -629,7 +629,7 @@ // set session map ID so that itemlist.jsp can get sessionMAP request.setAttribute(AssessmentConstants.ATTR_SESSION_MAP_ID, sessionMapID); - return "pages/authoring/parts/questionlist"; + return "pages/authoring/parts/questionlist5"; } /** @@ -663,7 +663,7 @@ List delList = getDeletedQuestionReferences(sessionMap); delList.add(questionReference); - return "pages/authoring/parts/questionlist"; + return "pages/authoring/parts/questionlist5"; } @RequestMapping(path = "/toggleQuestionRequired", method = RequestMethod.POST) Index: lams_tool_assessment/web/pages/authoring/parts/questionlist5.jsp =================================================================== diff -u --- lams_tool_assessment/web/pages/authoring/parts/questionlist5.jsp (revision 0) +++ lams_tool_assessment/web/pages/authoring/parts/questionlist5.jsp (revision 3d4019df4427943688421ed16aac8c9ffdad257a) @@ -0,0 +1,166 @@ +<%@ include file="/common/taglibs.jsp"%> + +<%@ page import="org.lamsfoundation.lams.qb.service.IQbService" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ # + + + + +
+ ${status.count}) + + + + + + + + + + + + + + + v. ${question.qbQuestion.version} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " + alt="" + onClick="javascript:toggleQuestionRequired(this)"> + + + "> + + + "> +
\ No newline at end of file Index: lams_tool_assessment/web/pages/authoring/parts/questionlistRestricted5.jsp =================================================================== diff -u --- lams_tool_assessment/web/pages/authoring/parts/questionlistRestricted5.jsp (revision 0) +++ lams_tool_assessment/web/pages/authoring/parts/questionlistRestricted5.jsp (revision 3d4019df4427943688421ed16aac8c9ffdad257a) @@ -0,0 +1,94 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + + + + + + + + + + + +
+ # + + + + +
+ ${status.count}) + + + + + + + + + + + + + + + v. ${question.qbQuestion.version} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " + alt="" + onClick="javascript:toggleQuestionRequired(this)"> + + + + "> + + +
\ No newline at end of file Index: lams_tool_assessment/web/pages/authoring/questions5.jsp =================================================================== diff -u -rfffb5d73e9c9bf785cbf01613e6972065cf88bc6 -r3d4019df4427943688421ed16aac8c9ffdad257a --- lams_tool_assessment/web/pages/authoring/questions5.jsp (.../questions5.jsp) (revision fffb5d73e9c9bf785cbf01613e6972065cf88bc6) +++ lams_tool_assessment/web/pages/authoring/questions5.jsp (.../questions5.jsp) (revision 3d4019df4427943688421ed16aac8c9ffdad257a) @@ -1,19 +1,5 @@ <%@ include file="/common/taglibs.jsp"%> - -