@@ -90,7 +91,6 @@
-
Index: lams_tool_laqa/web/authoring/conditions.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/conditions.jsp,v
diff -u -r1.1 -r1.1.12.1
--- lams_tool_laqa/web/authoring/conditions.jsp 30 Sep 2008 05:54:57 -0000 1.1
+++ lams_tool_laqa/web/authoring/conditions.jsp 15 Jun 2015 22:24:55 -0000 1.1.12.1
@@ -40,49 +40,41 @@
showConditionMessage(url);
}
//The panel of taskList list panel
- var conditionListTargetDiv = "conditionsArea";
+ var conditionListTargetDiv = "#conditionsArea";
function deleteCondition(orderId,sessionMapID){
var url = "
";
var reqIDVar = new Date();
- var param = "orderId=" + orderId +"&sessionMapID="+sessionMapID;;
- var myAjax = new Ajax.Updater(
- conditionListTargetDiv,
- url,
- {
- method:'get',
- parameters:param,
- evalScripts:true
- }
- );
+ $(conditionListTargetDiv).load(
+ url,
+ {
+ orderId: orderId,
+ sessionMapID: sessionMapID
+ }
+ );
}
function upCondition(orderId,sessionMapID){
var url = "
";
var reqIDVar = new Date();
- var param = "orderId=" + orderId + "&sessionMapID="+sessionMapID;;
- var myAjax = new Ajax.Updater(
- conditionListTargetDiv,
- url,
- {
- method:'get',
- parameters:param,
- evalScripts:true
- }
- );
+ $(conditionListTargetDiv).load(
+ url,
+ {
+ orderId: orderId,
+ sessionMapID: sessionMapID
+ }
+ );
}
function downCondition(orderId,sessionMapID){
var url = "
";
var reqIDVar = new Date();
var param = "orderId=" + orderId + "&sessionMapID="+sessionMapID;;
- var myAjax = new Ajax.Updater(
- conditionListTargetDiv,
- url,
- {
- method:'get',
- parameters:param,
- evalScripts:true
- }
- );
+ $(conditionListTargetDiv).load(
+ url,
+ {
+ orderId: orderId,
+ sessionMapID: sessionMapID
+ }
+ );
}
Index: lams_tool_laqa/web/authoring/editQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/editQuestionBox.jsp,v
diff -u -r1.13.2.1 -r1.13.2.2
--- lams_tool_laqa/web/authoring/editQuestionBox.jsp 3 Sep 2014 12:52:09 -0000 1.13.2.1
+++ lams_tool_laqa/web/authoring/editQuestionBox.jsp 15 Jun 2015 22:24:55 -0000 1.13.2.2
@@ -5,8 +5,10 @@
<%@ include file="/common/header.jsp"%>
+
+
@@ -50,7 +57,8 @@
+ contentFolderID="${qaGeneralAuthoringDTO.contentFolderID}" width="99%">
+
@@ -59,6 +67,15 @@
+
+
+
+
+
Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v
diff -u -r1.25.2.3 -r1.25.2.4
--- lams_tool_laqa/web/authoring/newQuestionBox.jsp 24 Apr 2015 10:00:51 -0000 1.25.2.3
+++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 15 Jun 2015 22:24:55 -0000 1.25.2.4
@@ -7,8 +7,11 @@
<%@ include file="/common/header.jsp"%>
<%@ include file="/includes/jsp/qaWizardCommon.jsp"%>
-
-
+
+
+
+
+
-
-
@@ -98,7 +85,6 @@
-
@@ -176,7 +162,6 @@
-
Fisheye: Tag 1.1.2.1 refers to a dead (removed) revision in file `lams_tool_laqa/web/includes/qalearning.css'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.3.2.1 refers to a dead (removed) revision in file `lams_tool_laqa/web/includes/javascript/common.js'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_laqa/web/learning/AnswersContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/AnswersContent.jsp,v
diff -u -r1.39.2.4 -r1.39.2.5
--- lams_tool_laqa/web/learning/AnswersContent.jsp 4 May 2015 17:01:22 -0000 1.39.2.4
+++ lams_tool_laqa/web/learning/AnswersContent.jsp 15 Jun 2015 22:24:55 -0000 1.39.2.5
@@ -32,22 +32,59 @@
+
+
+
+
Index: lams_tool_laqa/web/learning/mobile/CombinedAnswersContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/mobile/CombinedAnswersContent.jsp,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_laqa/web/learning/mobile/CombinedAnswersContent.jsp 8 Jan 2014 17:50:54 -0000 1.2
+++ lams_tool_laqa/web/learning/mobile/CombinedAnswersContent.jsp 15 Jun 2015 22:24:55 -0000 1.2.2.1
@@ -12,55 +12,69 @@
-
-
-
-
+
+
- -
-
-
- :
+
+
+
+
+
+
+ :
+
+
+
+ ${questionEntry.value.minWordsLimit}
+
+
-
-
+
+
+
+
+
-
-
-
-
-
+ class="min-words-limit-enabled"
+ >
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
\ No newline at end of file
Index: lams_tool_laqa/web/learning/mobile/LearnerRep.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/mobile/LearnerRep.jsp,v
diff -u -r1.10.2.3 -r1.10.2.4
--- lams_tool_laqa/web/learning/mobile/LearnerRep.jsp 13 Feb 2015 23:01:13 -0000 1.10.2.3
+++ lams_tool_laqa/web/learning/mobile/LearnerRep.jsp 15 Jun 2015 22:24:54 -0000 1.10.2.4
@@ -12,7 +12,9 @@
-
+
+
+
@@ -25,32 +27,49 @@
-
-
-
+
+
- >
+
+
+
@@ -115,6 +138,7 @@
+