Index: openacs-4/packages/xowf/lib/inclass-exam.wf
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/inclass-exam.wf,v
diff -u -r1.1.2.4 -r1.1.2.5
--- openacs-4/packages/xowf/lib/inclass-exam.wf 21 Mar 2020 09:43:13 -0000 1.1.2.4
+++ openacs-4/packages/xowf/lib/inclass-exam.wf 21 Mar 2020 12:22:37 -0000 1.1.2.5
@@ -399,8 +399,8 @@
set IPs [xowf::test_item::answer_manager get_IPs $revisions]
append HTML [subst {
-
$userName · $fullName · $pretty_date
+
$userName · $fullName · $pretty_date
#xowf.nr_changes#: [llength $revisions]
#xowf.duration#: [dict get $duration from] - [dict get $duration to] ([dict get $duration duration])
IP: $IPs
Index: openacs-4/packages/xowf/www/resources/feedback.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/feedback.css,v
diff -u -r1.1 -r1.1.6.1
--- openacs-4/packages/xowf/www/resources/feedback.css 28 Aug 2014 08:24:57 -0000 1.1
+++ openacs-4/packages/xowf/www/resources/feedback.css 21 Mar 2020 12:22:37 -0000 1.1.6.1
@@ -1,7 +1,19 @@
/* .xowiki-content .correct:after {content: " -- ok";}*/
-form.feedback .correct {border: 1px dotted green; background-color: #aaffaa;}
+form.feedback .correct {
+ border: 1px dotted green; background-color: #aaffaa;
+}
/* .xowiki-content .incorrect:after {content: "-- wrong";}*/
-form.feedback .incorrect {border: 1px dotted red; background-color: #ffaaaa;}
+form.feedback .incorrect {
+ border: 1px dotted red; background-color: #ffaaaa;
+}
-form.feedback div.form-required-mark {display:none;}
\ No newline at end of file
+form.feedback div.form-required-mark {
+ display:none;
+}
+
+/*
+ * Just a temporary hack for LEARN. Should be removed in the future.
+ */
+div.single_exam form.feedback .incorrect { background-color: #fff; }
+div.single_exam form.feedback .correct { background-color: #fff; }
Index: openacs-4/packages/xowf/www/resources/test-item.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/test-item.css,v
diff -u -r1.1.2.15 -r1.1.2.16
--- openacs-4/packages/xowf/www/resources/test-item.css 21 Mar 2020 09:43:13 -0000 1.1.2.15
+++ openacs-4/packages/xowf/www/resources/test-item.css 21 Mar 2020 12:22:37 -0000 1.1.2.16
@@ -5,7 +5,7 @@
border-style: solid;
border-width: 1px;
border-color: #aaaaaa;
- padding: 0px 5px 5px 20px;
+ padding: 0px 0px 5px 0px;
}
div.single_exam div.correct input\[type="text"\]:disabled {
background: #ddFFdd;
@@ -18,7 +18,7 @@
div.single_exam div.runtime-data {
background: #efefef;
color: black;
- padding: 4px 10px 4px 10px;
+ padding: 2px 10px 4px 12px;
}
@media print{