Index: openacs-4/packages/xowf/xowf.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v diff -u -r1.12.2.84 -r1.12.2.85 --- openacs-4/packages/xowf/xowf.info 8 Apr 2022 09:46:03 -0000 1.12.2.84 +++ openacs-4/packages/xowf/xowf.info 19 Apr 2022 15:40:29 -0000 1.12.2.85 @@ -10,20 +10,20 @@ t xowf - + Gustaf Neumann XoWiki Content Flow - an XoWiki based workflow system implementing state-based behavior of wiki pages and forms 2021-09-15 WU Vienna BSD-Style 2 - + - + 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.95 -r1.1.2.96 --- openacs-4/packages/xowf/lib/inclass-exam.wf 19 Apr 2022 14:10:25 -0000 1.1.2.95 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 19 Apr 2022 15:40:30 -0000 1.1.2.96 @@ -222,15 +222,16 @@ # 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] @@ -334,13 +335,14 @@ 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
}] } Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.234 -r1.7.2.235 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 19 Apr 2022 12:25:08 -0000 1.7.2.234 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 19 Apr 2022 15:40:30 -0000 1.7.2.235 @@ -6635,7 +6635,7 @@ set href [$obj pretty_link -query m=exam-results] set results_summary [subst {

#xowf.export_results#: - CSV [xowiki::bootstrap::icon -name download] + }] } else { set results_summary ""