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.8 -r1.2.2.9
--- openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 5 Feb 2020 20:48:42 -0000 1.2.2.8
+++ openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 11 Feb 2020 21:26:04 -0000 1.2.2.9
@@ -81,13 +81,15 @@
Kurztextfrage
Single-Choice-Frage
Multiple-Choice-Frage
- Textfrage
+ Textfrage
+ Dateiabgabefrage
Teilfrage
Zeige maximal
Textfrage
Kurztextfrage
MC-Frage
SC-Frage
+ Dateiabgabefrage
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.8 -r1.2.2.9
--- openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 5 Feb 2020 20:48:42 -0000 1.2.2.8
+++ openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 11 Feb 2020 21:26:04 -0000 1.2.2.9
@@ -94,6 +94,7 @@
Single Choice Question
Multiple Choice Question
Text Question
+ File Upload Question
Sub-Question
Show Max
@@ -104,6 +105,7 @@
Text Interaction
Short Text Interaction
MC Interaction
- SC Interaction
+ SC Interaction
+ Upload Interaction
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.23 -r1.7.2.24
--- openacs-4/packages/xowf/tcl/test-item-procs.tcl 4 Feb 2020 19:58:59 -0000 1.7.2.23
+++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 11 Feb 2020 21:26:04 -0000 1.7.2.24
@@ -61,7 +61,7 @@
question.
@param feedback_level "full", "single", or "none"
- @param grading one of "exact", "partial", or "none"
+ @param grading one of "exact", "none", or one of the partial grading schemes
@param nr_choices number of choices
@param question_type "mc", "sc", "ot", or "st"
}
@@ -149,6 +149,13 @@
set auto_correct ${:auto_correct}
set can_shuffle true
}
+ ul { #
+ set interaction_class upload_interaction
+ set options ""
+ set auto_correct false
+ set can_shuffle false
+ }
+
default {error "unknown question type: ${:question_type}"}
}
:log test_item-auto_correct=$auto_correct
Index: openacs-4/packages/xowf/www/resources/test-item.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/test-item.css,v
diff -u -r1.1.2.11 -r1.1.2.12
--- openacs-4/packages/xowf/www/resources/test-item.css 30 Jan 2020 18:07:49 -0000 1.1.2.11
+++ openacs-4/packages/xowf/www/resources/test-item.css 11 Feb 2020 21:26:04 -0000 1.1.2.12
@@ -58,7 +58,8 @@
}
div.mc_interaction div.form-label,
div.sc_interaction div.form-label,
-div.text_interaction div.form-label
+div.text_interaction div.form-label,
+div.upload_interaction div.form-label
{
display: none;
}