Index: lams_tool_assessment/web/includes/css/addQuestion.css
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/includes/css/addQuestion.css,v
diff -u -r1.1 -r1.2
--- lams_tool_assessment/web/includes/css/addQuestion.css 21 Dec 2011 22:04:08 -0000 1.1
+++ lams_tool_assessment/web/includes/css/addQuestion.css 26 Dec 2011 16:32:19 -0000 1.2
@@ -3,4 +3,7 @@
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
input.error { border: 2px solid red;}
#content {width: 91%; margin-bottom: 10px;}
-table.alternative-color td {padding-left: 0;}
\ No newline at end of file
+table.alternative-color td {padding-left: 0;}
+input[type=text].shortInputText {width:10%;}
+input[type=text] {width:98%;}
+textarea {width:98%;}
Index: lams_tool_assessment/web/pages/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/basic.jsp,v
diff -u -r1.13 -r1.14
--- lams_tool_assessment/web/pages/authoring/basic.jsp 25 Dec 2011 17:50:38 -0000 1.13
+++ lams_tool_assessment/web/pages/authoring/basic.jsp 26 Dec 2011 16:32:19 -0000 1.14
@@ -127,7 +127,7 @@
function createNewQuestionInitHref() {
var questionTypeDropdown = document.getElementById("questionType");
var questionType = questionTypeDropdown.selectedIndex + 1;
- var newQuestionInitHref = "${newQuestionInitUrl}&questionType=" + questionType + "&referenceGrades=" + encodeURIComponent(serializeReferenceGrades()) + "&KeepThis=true&TB_iframe=true&height=540&width=950&modal=true";
+ var newQuestionInitHref = "${newQuestionInitUrl}&questionType=" + questionType + "&referenceGrades=" + encodeURIComponent(serializeReferenceGrades()) + "&KeepThis=true&TB_iframe=true&height=640&width=950&modal=true";
$("#newQuestionInitHref").attr("href", newQuestionInitHref)
};
function refreshThickbox(){
Index: lams_tool_assessment/web/pages/authoring/parts/addessay.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addessay.jsp,v
diff -u -r1.13 -r1.14
--- lams_tool_assessment/web/pages/authoring/parts/addessay.jsp 21 Dec 2011 22:04:08 -0000 1.13
+++ lams_tool_assessment/web/pages/authoring/parts/addessay.jsp 26 Dec 2011 16:32:19 -0000 1.14
@@ -88,20 +88,20 @@
-
+
+ contentFolderID="${formBean.contentFolderID}">
-
+
@@ -112,7 +112,7 @@
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp,v
diff -u -r1.13 -r1.14
--- lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp 21 Dec 2011 22:04:08 -0000 1.13
+++ lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp 26 Dec 2011 16:32:19 -0000 1.14
@@ -119,32 +119,32 @@
-
+
+ contentFolderID="${formBean.contentFolderID}">
-
+
-
+
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp,v
diff -u -r1.14 -r1.15
--- lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp 21 Dec 2011 22:04:08 -0000 1.14
+++ lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp 26 Dec 2011 16:32:19 -0000 1.15
@@ -137,32 +137,32 @@
-
+
+ contentFolderID="${formBean.contentFolderID}" >
-
+
-
+
+ contentFolderID="${formBean.contentFolderID}">
@@ -204,21 +204,21 @@
+ contentFolderID="${formBean.contentFolderID}">
+ contentFolderID="${formBean.contentFolderID}">
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp,v
diff -u -r1.12 -r1.13
--- lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp 21 Dec 2011 22:04:08 -0000 1.12
+++ lams_tool_assessment/web/pages/authoring/parts/addnumerical.jsp 26 Dec 2011 16:32:19 -0000 1.13
@@ -183,32 +183,32 @@
-
+
+ contentFolderID="${formBean.contentFolderID}">
-
+
-
+
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_assessment/web/pages/authoring/parts/addordering.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addordering.jsp,v
diff -u -r1.11 -r1.12
--- lams_tool_assessment/web/pages/authoring/parts/addordering.jsp 21 Dec 2011 22:04:08 -0000 1.11
+++ lams_tool_assessment/web/pages/authoring/parts/addordering.jsp 26 Dec 2011 16:32:19 -0000 1.12
@@ -123,32 +123,32 @@
-
+
+ contentFolderID="${formBean.contentFolderID}">
-
+
-
+
+ contentFolderID="${formBean.contentFolderID}">
@@ -176,14 +176,14 @@
+ contentFolderID="${formBean.contentFolderID}">
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp,v
diff -u -r1.12 -r1.13
--- lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp 21 Dec 2011 22:04:08 -0000 1.12
+++ lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp 26 Dec 2011 16:32:19 -0000 1.13
@@ -130,32 +130,32 @@
-
+
+ contentFolderID="${formBean.contentFolderID}">
-
+
-
+
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp,v
diff -u -r1.9 -r1.10
--- lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp 21 Dec 2011 22:04:08 -0000 1.9
+++ lams_tool_assessment/web/pages/authoring/parts/addtruefalse.jsp 26 Dec 2011 16:32:19 -0000 1.10
@@ -100,32 +100,32 @@
-
+
+ contentFolderID="${formBean.contentFolderID}">
-
+
-
+
+ contentFolderID="${formBean.contentFolderID}">
@@ -140,14 +140,14 @@
+ contentFolderID="${formBean.contentFolderID}">
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_assessment/web/pages/authoring/parts/matchingpairoption.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/matchingpairoption.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_assessment/web/pages/authoring/parts/matchingpairoption.jsp 21 Dec 2011 22:04:08 -0000 1.5
+++ lams_tool_assessment/web/pages/authoring/parts/matchingpairoption.jsp 26 Dec 2011 16:32:19 -0000 1.6
@@ -11,7 +11,7 @@
+ contentFolderID="${contentFolderID}">
|
@@ -25,7 +25,7 @@
+ id="optionString${status.index}" value="${option.optionString}">
|
\ No newline at end of file
Index: lams_tool_assessment/web/pages/authoring/parts/numericaloption.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/numericaloption.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_assessment/web/pages/authoring/parts/numericaloption.jsp 21 Dec 2011 22:04:08 -0000 1.5
+++ lams_tool_assessment/web/pages/authoring/parts/numericaloption.jsp 26 Dec 2011 16:32:19 -0000 1.6
@@ -9,7 +9,7 @@
+ id="optionFloat${status.index}" value="${option.optionFloat}" class="number shortInputText" title="">
|
@@ -21,7 +21,7 @@
+ id="optionAcceptedError${status.index}" value="${option.acceptedError}" class="number shortInputText" title="">
|
@@ -45,7 +45,7 @@
+ contentFolderID="${contentFolderID}">
|
Index: lams_tool_assessment/web/pages/authoring/parts/option.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/option.jsp,v
diff -u -r1.9 -r1.10
--- lams_tool_assessment/web/pages/authoring/parts/option.jsp 21 Dec 2011 22:04:08 -0000 1.9
+++ lams_tool_assessment/web/pages/authoring/parts/option.jsp 26 Dec 2011 16:32:19 -0000 1.10
@@ -11,7 +11,7 @@
+ contentFolderID="${contentFolderID}" >
|
@@ -35,7 +35,7 @@
-
+
|
Index: lams_tool_assessment/web/pages/authoring/parts/orderingoption.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/orderingoption.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_assessment/web/pages/authoring/parts/orderingoption.jsp 21 Dec 2011 22:04:08 -0000 1.5
+++ lams_tool_assessment/web/pages/authoring/parts/orderingoption.jsp 26 Dec 2011 16:32:19 -0000 1.6
@@ -11,7 +11,7 @@
+ contentFolderID="${contentFolderID}">
|
Index: lams_tool_assessment/web/pages/authoring/parts/shortansweroption.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/shortansweroption.jsp,v
diff -u -r1.4 -r1.5
--- lams_tool_assessment/web/pages/authoring/parts/shortansweroption.jsp 21 Dec 2011 22:04:08 -0000 1.4
+++ lams_tool_assessment/web/pages/authoring/parts/shortansweroption.jsp 26 Dec 2011 16:32:19 -0000 1.5
@@ -10,7 +10,7 @@
-
+
|
@@ -34,7 +34,7 @@
+ contentFolderID="${contentFolderID}">
|
Index: lams_tool_assessment/web/pages/authoring/parts/unitlist.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/parts/unitlist.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_assessment/web/pages/authoring/parts/unitlist.jsp 11 Mar 2009 16:07:01 -0000 1.3
+++ lams_tool_assessment/web/pages/authoring/parts/unitlist.jsp 26 Dec 2011 16:32:19 -0000 1.4
@@ -20,7 +20,7 @@
+ id="unitUnit${status.index}" value="${unit.unit}">
|
@@ -37,7 +37,7 @@
+ id="unitMultiplier${status.index}" value="${unit.multiplier}" class="number shortInputText" title="">