EduploneExam/answers BlindGapAnswer.py,1.27.2.2,1.27.2.3 BooleanAnswer.py,1.24.2.2,1.24.2.3 ChoiceGapAnswer.py,1.26.2.3,1.26.2.4 FreeTextAnswer.py,1.25.2.3,1.25.2.4 MatchingAnswer.py,1.26.2.3,1.26.2.4 MathAnswer.py,1.27.2.4,1.27.2.5 MultipleChoiceAnswer.py,1.23.2.1,1.23.2.2 SingleChoiceAnswer.py,1.23.2.3,1.23.2.4 TextLineAnswer.py,1.20.2.3,1.20.2.4 TextTaskAnswer.py,1.24.2.1,1.24.2.2 TrueFalseAnswer.py,1.23.2.3,1.23.2.4

Claudia Disque <[email protected]> Sun, 13 Nov 2005 15:19:41 +0000
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/answers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv545/answers

Modified Files:
      Tag: exam-1_1
	BlindGapAnswer.py BooleanAnswer.py ChoiceGapAnswer.py 
	FreeTextAnswer.py MatchingAnswer.py MathAnswer.py 
	MultipleChoiceAnswer.py SingleChoiceAnswer.py 
	TextLineAnswer.py TextTaskAnswer.py TrueFalseAnswer.py 
Log Message:
correct translations for challenge and correct field

Index: TrueFalseAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TrueFalseAnswer.py,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -C2 -d -r1.23.2.3 -r1.23.2.4
*** TrueFalseAnswer.py	26 Oct 2005 14:15:18 -0000	1.23.2.3
--- TrueFalseAnswer.py	13 Nov 2005 15:19:39 -0000	1.23.2.4
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #

Index: TextLineAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TextLineAnswer.py,v
retrieving revision 1.20.2.3
retrieving revision 1.20.2.4
diff -C2 -d -r1.20.2.3 -r1.20.2.4
*** TextLineAnswer.py	19 Oct 2005 20:47:01 -0000	1.20.2.3
--- TextLineAnswer.py	13 Nov 2005 15:19:39 -0000	1.20.2.4
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #
***************
*** 39,45 ****
      LinesField('correct',
          widget=LinesWidget(
!             label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )
--- 39,45 ----
      LinesField('correct',
          widget=LinesWidget(
!             label='Correct_textl',
!             label_msgid='EduploneExam_label_correct_textl',
!             description_msgid='EduploneExam_help_correct_textl',
              i18n_domain='EduploneExam',
          )

Index: MultipleChoiceAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MultipleChoiceAnswer.py,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -C2 -d -r1.23.2.1 -r1.23.2.2
*** MultipleChoiceAnswer.py	2 Oct 2005 21:21:12 -0000	1.23.2.1
--- MultipleChoiceAnswer.py	13 Nov 2005 15:19:39 -0000	1.23.2.2
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #

Index: FreeTextAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/FreeTextAnswer.py,v
retrieving revision 1.25.2.3
retrieving revision 1.25.2.4
diff -C2 -d -r1.25.2.3 -r1.25.2.4
*** FreeTextAnswer.py	19 Oct 2005 20:47:01 -0000	1.25.2.3
--- FreeTextAnswer.py	13 Nov 2005 15:19:39 -0000	1.25.2.4
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #
***************
*** 39,45 ****
      LinesField('correct',
          widget=LinesWidget(
!             label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )
--- 39,45 ----
      LinesField('correct',
          widget=LinesWidget(
!             label='Correct_textl',
!             label_msgid='EduploneExam_label_correct_textl',
!             description_msgid='EduploneExam_help_correct_textl',
              i18n_domain='EduploneExam',
          )

Index: ChoiceGapAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/ChoiceGapAnswer.py,v
retrieving revision 1.26.2.3
retrieving revision 1.26.2.4
diff -C2 -d -r1.26.2.3 -r1.26.2.4
*** ChoiceGapAnswer.py	19 Oct 2005 20:47:01 -0000	1.26.2.3
--- ChoiceGapAnswer.py	13 Nov 2005 15:19:39 -0000	1.26.2.4
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #
***************
*** 39,45 ****
      StringField('correct',
          widget=StringWidget(
!             label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )
--- 39,45 ----
      StringField('correct',
          widget=StringWidget(
!             label='Correct_textl',
!             label_msgid='EduploneExam_label_correct_textl',
!             description_msgid='EduploneExam_help_correct_textl',
              i18n_domain='EduploneExam',
          )

Index: TextTaskAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TextTaskAnswer.py,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -C2 -d -r1.24.2.1 -r1.24.2.2
*** TextTaskAnswer.py	2 Oct 2005 21:21:12 -0000	1.24.2.1
--- TextTaskAnswer.py	13 Nov 2005 15:19:39 -0000	1.24.2.2
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #

Index: MathAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MathAnswer.py,v
retrieving revision 1.27.2.4
retrieving revision 1.27.2.5
diff -C2 -d -r1.27.2.4 -r1.27.2.5
*** MathAnswer.py	26 Oct 2005 14:15:18 -0000	1.27.2.4
--- MathAnswer.py	13 Nov 2005 15:19:39 -0000	1.27.2.5
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #
***************
*** 39,45 ****
      FloatField('correct',
          widget=DecimalWidget(
!             label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )
--- 39,45 ----
      FloatField('correct',
          widget=DecimalWidget(
!             label='Correct_math',
!             label_msgid='EduploneExam_label_correct_math',
!             description_msgid='EduploneExam_help_correct_math',
              i18n_domain='EduploneExam',
          )

Index: MatchingAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MatchingAnswer.py,v
retrieving revision 1.26.2.3
retrieving revision 1.26.2.4
diff -C2 -d -r1.26.2.3 -r1.26.2.4
*** MatchingAnswer.py	19 Oct 2005 20:47:01 -0000	1.26.2.3
--- MatchingAnswer.py	13 Nov 2005 15:19:39 -0000	1.26.2.4
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #
***************
*** 39,45 ****
      StringField('challenge',
          widget=StringWidget(
!             label='Challenge',
!             label_msgid='EduploneExam_label_challenge',
!             description_msgid='EduploneExam_help_challenge',
              i18n_domain='EduploneExam',
          )
--- 39,45 ----
      StringField('challenge',
          widget=StringWidget(
!             label='Challenge_match',
!             label_msgid='EduploneExam_label_challenge_match',
!             description_msgid='EduploneExam_help_challenge_match',
              i18n_domain='EduploneExam',
          )
***************
*** 48,54 ****
      StringField('correct',
          widget=StringWidget(
!             label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )
--- 48,54 ----
      StringField('correct',
          widget=StringWidget(
!             label='Correct_match',
!             label_msgid='EduploneExam_label_correct_match',
!             description_msgid='EduploneExam_help_correct_match',
              i18n_domain='EduploneExam',
          )

Index: BooleanAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/BooleanAnswer.py,v
retrieving revision 1.24.2.2
retrieving revision 1.24.2.3
diff -C2 -d -r1.24.2.2 -r1.24.2.3
*** BooleanAnswer.py	26 Oct 2005 14:15:18 -0000	1.24.2.2
--- BooleanAnswer.py	13 Nov 2005 15:19:39 -0000	1.24.2.3
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #

Index: SingleChoiceAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/SingleChoiceAnswer.py,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -C2 -d -r1.23.2.3 -r1.23.2.4
*** SingleChoiceAnswer.py	26 Oct 2005 14:15:18 -0000	1.23.2.3
--- SingleChoiceAnswer.py	13 Nov 2005 15:19:39 -0000	1.23.2.4
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #

Index: BlindGapAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/BlindGapAnswer.py,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -C2 -d -r1.27.2.2 -r1.27.2.3
*** BlindGapAnswer.py	26 Oct 2005 13:56:45 -0000	1.27.2.2
--- BlindGapAnswer.py	13 Nov 2005 15:19:39 -0000	1.27.2.3
***************
*** 3,7 ****
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-beta2 devel 
  #            http://plone.org/products/archgenxml
  #
--- 3,7 ----
  # Copyright (c) 2005 by eduplone Open Source Business Network EEIG, contributed
  # by FH-Aargau, Switzerland
! # Generator: ArchGenXML Version 1.4.0-RC1 
  #            http://plone.org/products/archgenxml
  #



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php