Index: openacs-4/packages/xowf/xowf.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v
diff -u -r1.12.2.41 -r1.12.2.42
--- openacs-4/packages/xowf/xowf.info 15 Jul 2021 13:17:48 -0000 1.12.2.41
+++ openacs-4/packages/xowf/xowf.info 3 Aug 2021 11:43:39 -0000 1.12.2.42
@@ -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
2017-08-06
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.53 -r1.2.2.54
--- openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 15 Jul 2021 13:17:49 -0000 1.2.2.53
+++ openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 3 Aug 2021 11:43:40 -0000 1.2.2.54
@@ -131,6 +131,7 @@
Antwortm�glichkeiten
Zeige maximal
+ Zusammengesetzte Frage
Textfrage
Kurztextfrage
MC-Frage
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.55 -r1.2.2.56
--- openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 15 Jul 2021 13:17:49 -0000 1.2.2.55
+++ openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 3 Aug 2021 11:43:40 -0000 1.2.2.56
@@ -152,7 +152,7 @@
Code Interaction
Upload Interaction
Ordering Interaction
- Composite Interaction 2
+ Composite Interaction
Online Exam
Inclass Quiz
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.154 -r1.7.2.155
--- openacs-4/packages/xowf/tcl/test-item-procs.tcl 2 Aug 2021 21:09:22 -0000 1.7.2.154
+++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 3 Aug 2021 11:43:40 -0000 1.7.2.155
@@ -166,7 +166,7 @@
{grading exact}
} -ad_doc {
- Wrapper for complex test items, containing specification for
+ Wrapper for composite test items, containing specification for
minutes, grading scheme, feedback levels, handling different types
of questions ("interactions" in the terminology of QTI). When such
a question is saved, an HTML form is generated, which is used as a
@@ -5298,6 +5298,7 @@
{entry -name New.Item.MCInteraction -form en:edit-interaction.wf -query p.item_type=MC}
{entry -name New.Item.ReorderInteraction -form en:edit-interaction.wf -query p.item_type=Reorder}
{entry -name New.Item.UploadInteraction -form en:edit-interaction.wf -query p.item_type=Upload}
+ {entry -name New.Item.CompositeInteraction -form en:edit-interaction.wf -query p.item_type=Composite}
{entry -name New.App.OnlineExam -form en:online-exam.wf -disabled true}
{entry -name New.App.InclassQuiz -form en:inclass-quiz.wf -disabled true}
Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v
diff -u -r1.28.2.57 -r1.28.2.58
--- openacs-4/packages/xowf/tcl/xowf-procs.tcl 12 Jun 2021 18:00:34 -0000 1.28.2.57
+++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 3 Aug 2021 11:43:40 -0000 1.28.2.58
@@ -56,6 +56,7 @@
TestItemSC.form
TestItemReorder.form
TestItemUpload.form
+ TestItemComposite.form
ExamFolder