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.94 -r1.1.2.95
--- openacs-4/packages/xowf/lib/inclass-exam.wf 4 Apr 2022 13:47:41 -0000 1.1.2.94
+++ openacs-4/packages/xowf/lib/inclass-exam.wf 19 Apr 2022 14:10:25 -0000 1.1.2.95
@@ -222,16 +222,15 @@
#
append text \
- "
" \
+ "
" \
[::xowiki::bootstrap::card \
-title "#xowf.exam_summary# [:QM exam_configuration_popup $obj]" \
- -body [:QM exam_info_block -combined_form_info $combined_form_info $obj]] \
- "
"
+ -body [:QM exam_info_block -combined_form_info $combined_form_info $obj]]
set detail_link [$obj pretty_link -query m=question-summary]
- append text [subst {
+ append text [subst {
}]
set wf [$obj AM get_answer_wf $obj]
@@ -335,14 +334,13 @@
set target_time [:QM exam_target_time \
-manager $obj -base_time [$obj last_modified]]
set countdownHTML [$obj AM countdown_timer -target_time $target_time -id "countdown"]
+ set countdownHTML "
$countdownHTML
"
}
#ns_log notice ALL=$text
append text [subst {
-
-
$answerStatus
-
$qrCode
-
$countdownHTML
+
$answerStatus
+
$qrCode $countdownHTML
}]
}