Index: openacs-4/packages/xowf/xowf.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v
diff -u -r1.12.2.65 -r1.12.2.66
--- openacs-4/packages/xowf/xowf.info 9 Jan 2022 20:46:52 -0000 1.12.2.65
+++ openacs-4/packages/xowf/xowf.info 11 Jan 2022 10:57:32 -0000 1.12.2.66
@@ -10,15 +10,15 @@
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/catalog/xowf.de_DE.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml,v
diff -u -r1.2.2.67 -r1.2.2.68
--- openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 9 Jan 2022 20:46:52 -0000 1.2.2.67
+++ openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 11 Jan 2022 10:57:32 -0000 1.2.2.68
@@ -267,5 +267,6 @@
Das Benotungsschema definiertdie Notengrenzen und die Rundungsregeln, um von dem erreichten Ergebnis (in Prozenten) eine Note abzuleiten
Keine Notenvergabe
Einstellungen
+ Einstellungsoptionen f�r diese Pr�fung
Index: openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml,v
diff -u -r1.2.2.74 -r1.2.2.75
--- openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 9 Jan 2022 20:46:52 -0000 1.2.2.74
+++ openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 11 Jan 2022 10:57:32 -0000 1.2.2.75
@@ -293,5 +293,6 @@
The grading scheme defines grade boundaries and rounding rules for determining grades from achieved percentages
No grading
Configuration
+ Configuration options
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.193 -r1.7.2.194
--- openacs-4/packages/xowf/tcl/test-item-procs.tcl 9 Jan 2022 20:46:52 -0000 1.7.2.193
+++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 11 Jan 2022 10:57:32 -0000 1.7.2.194
@@ -2316,7 +2316,7 @@
if {$achieved ne ""} {
set totalPoints [expr {$totalPoints + $achieved}]
} else {
- ns_log warning "$a: no points in correction_data, ignoring in points calculation"
+ ns_log warning "$a: no points via automatical or manual grading, ignoring question in achieved points calculation"
}
lappend details [dict create \
attributeName $a \
@@ -2588,7 +2588,7 @@
}
set toClock [clock scan [::xo::db::tcl_date [ns_set get [lindex $revision_sets end] last_modified] tz]]
set last_published [:last_time_switched_to_state $parent_revsion_sets -state published -before $toClock]
- ns_log notice "LAST PUBL $last_published"
+ #ns_log notice "LAST PUBLISHED $last_published"
set duration [:get_duration -exam_published_time $last_published $revision_sets]
set state [$answerObj state]
@@ -6247,7 +6247,8 @@
}]]
return [ns_trim -delimiter | [subst {
- |
+ |
|
|
}]]