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.38 -r1.2.2.39
--- openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml	17 Oct 2020 19:07:39 -0000	1.2.2.38
+++ openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml	28 Oct 2020 12:02:40 -0000	1.2.2.39
@@ -123,6 +123,7 @@
 
   <msg key="ul_question">Dateiabgabefrage</msg>
   <msg key="sub_question">Teilfrage</msg>
+  <msg key="choice_answer">Antwort</msg>
   <msg key="show_max">Zeige maximal</msg>
 
   <msg key="menu-New-Item-TextInteraction">Textfrage</msg>
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.36 -r1.2.2.37
--- openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml	13 Oct 2020 15:16:26 -0000	1.2.2.36
+++ openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml	28 Oct 2020 12:02:40 -0000	1.2.2.37
@@ -130,6 +130,7 @@
   <msg key="code_question">Code Question</msg>
   <msg key="ul_question">File Upload Question</msg>
   <msg key="sub_question">Sub-Question</msg>
+  <msg key="choice_answer">Answer</msg>
   <msg key="reorder_question">Ordering Question</msg>
   <msg key="reorder_question_elements">Ordering Elements</msg>
 
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.89 -r1.7.2.90
--- openacs-4/packages/xowf/tcl/test-item-procs.tcl	25 Oct 2020 18:25:01 -0000	1.7.2.89
+++ openacs-4/packages/xowf/tcl/test-item-procs.tcl	28 Oct 2020 12:02:40 -0000	1.7.2.90
@@ -801,7 +801,7 @@
     }
     #:msg autoCorrectSpec=$autoCorrectSpec
     :create_components  [subst {
-      {text  {$widget,height=50px,label=#xowf.sub_question#,plugins=OacsFs}}
+      {text  {$widget,height=50px,label=#xowf.choice_answer#,plugins=OacsFs}}
       {correct {boolean,horizontal=true,label=#xowf.Correct#,form_item_wrapper_CSSclass=form-inline}}
       {solution {textarea,rows=2,label=#xowf.Solution#,form_item_wrapper_CSSclass=form-inline}}
     }]