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.2 -r1.3
--- openacs-4/packages/xowf/lib/inclass-exam.wf 3 Sep 2024 15:37:54 -0000 1.2
+++ openacs-4/packages/xowf/lib/inclass-exam.wf 24 Oct 2024 17:02:23 -0000 1.3
@@ -233,7 +233,7 @@
set detail_link [$obj pretty_link -query m=question-summary]
append text [subst {
}]
@@ -311,7 +311,7 @@
"created" {
append extraAction "
" \
"#xowf.online-exam-try_out# " \
- "#xowf.testrun#"
+ "#xowf.testrun#"
}
"published" {
append extraAction "
" \
@@ -494,7 +494,7 @@
set HTML "#xowf.Participants#
$HTML"
}
set return_url [[$wf package_id] query_parameter local_return_url:localurl [:pretty_link]]
- append HTML "
#xowiki.back#
\n"
+ append HTML "
#xowiki.back#
\n"
:www-view $HTML
@@ -544,7 +544,7 @@
set withGrades [expr {$gradingScheme ne "::xowf::test_item::grading::none"}]
set return_url [:query_parameter local_return_url:localurl [:pretty_link]]
- set backButtonHTML "
#xowiki.back#
\n"
+ set backButtonHTML "
#xowiki.back#
\n"
set results [:AM get_exam_results -obj [self] results]
if {[llength $results] eq 0} {
@@ -601,9 +601,9 @@
set exportQuestionResultsURL [ad_return_url {{format csv} {onlygrades 0}}]
set perParticipantURL [ns_conn url]?[::xo::update_query [ns_conn query] per-question 0]
set buttonsHTML [subst {
-
+
#xowf.export_results_title#
-
+
#xowf.exam_statistics_participant#
}]
} else {
@@ -635,20 +635,20 @@
$results]
set exportGradesURL [ad_return_url {{format csv}}]
set buttonsHTML [subst {
-
+
#xowf.export_grades_title#
-
+
#xowf.export_points_and_grades_title#
}]
} else {
set buttonsHTML [subst {
-
+
#xowf.export_points_title#
}]
}
set perQuestionURL [ns_conn url]?[::xo::update_query [ns_conn query] per-question 1]
append buttonsHTML [subst {
-
+
#xowf.exam_statistics_question#
}]
}
@@ -696,7 +696,7 @@
if {!$as_student} {
set return_url [:query_parameter local_return_url:localurl [:pretty_link]]
- append HTML "
#xowiki.back#
\n"
+ append HTML "
#xowiki.back#
\n"
}
if {$do_stream} {
@@ -888,7 +888,7 @@
set HTML "#xowiki.no_data#"
}
set return_url [:query_parameter local_return_url:localurl [:pretty_link]]
- append HTML "
#xowiki.back#
\n"
+ append HTML "
#xowiki.back#
\n"
:www-view $HTML
}