EduploneExam/questions BaseExamQuestion.py,1.30.2.5,1.30.2.6 FillGapQuestion.py,1.28.2.3,1.28.2.4 FreeTextQuestion.py,1.26.2.3,1.26.2.4 MatchingQuestion.py,1.26.2.4,1.26.2.5 MathQuestion.py,1.25.2.3,1.25.2.4 MultipleChoiceQuestion.py,1.26.2.3,1.26.2.4 SingleChoiceQuestion.py,1.26.2.3,1.26.2.4 TextTaskQuestion.py,1.25.2.4,1.25.2.5 TrueFalseQuestion.py,1.26.2.4,1.26.2.5

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

Modified Files:
      Tag: exam-1_1
	BaseExamQuestion.py FillGapQuestion.py FreeTextQuestion.py 
	MatchingQuestion.py MathQuestion.py MultipleChoiceQuestion.py 
	SingleChoiceQuestion.py TextTaskQuestion.py 
	TrueFalseQuestion.py 
Log Message:
correct translations for challenge and correct field

Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.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
*** FreeTextQuestion.py	26 Oct 2005 13:57:08 -0000	1.26.2.3
--- FreeTextQuestion.py	13 Nov 2005 15:19:40 -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
  #

Index: FillGapQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FillGapQuestion.py,v
retrieving revision 1.28.2.3
retrieving revision 1.28.2.4
diff -C2 -d -r1.28.2.3 -r1.28.2.4
*** FillGapQuestion.py	26 Oct 2005 13:56:45 -0000	1.28.2.3
--- FillGapQuestion.py	13 Nov 2005 15:19:40 -0000	1.28.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
  #
***************
*** 177,181 ****
          """ """
          return word.startswith("<id='") and word.endswith("'>")
!     
  
  
--- 177,181 ----
          """ """
          return word.startswith("<id='") and word.endswith("'>")
! 
  
  

Index: TrueFalseQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TrueFalseQuestion.py,v
retrieving revision 1.26.2.4
retrieving revision 1.26.2.5
diff -C2 -d -r1.26.2.4 -r1.26.2.5
*** TrueFalseQuestion.py	26 Oct 2005 13:57:08 -0000	1.26.2.4
--- TrueFalseQuestion.py	13 Nov 2005 15:19:40 -0000	1.26.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
  #

Index: TextTaskQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TextTaskQuestion.py,v
retrieving revision 1.25.2.4
retrieving revision 1.25.2.5
diff -C2 -d -r1.25.2.4 -r1.25.2.5
*** TextTaskQuestion.py	26 Oct 2005 13:57:08 -0000	1.25.2.4
--- TextTaskQuestion.py	13 Nov 2005 15:19:40 -0000	1.25.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
  #

Index: MultipleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MultipleChoiceQuestion.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
*** MultipleChoiceQuestion.py	26 Oct 2005 13:57:08 -0000	1.26.2.3
--- MultipleChoiceQuestion.py	13 Nov 2005 15:19:40 -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
  #

Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.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
*** MathQuestion.py	26 Oct 2005 13:57:08 -0000	1.25.2.3
--- MathQuestion.py	13 Nov 2005 15:19:40 -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
  #

Index: MatchingQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MatchingQuestion.py,v
retrieving revision 1.26.2.4
retrieving revision 1.26.2.5
diff -C2 -d -r1.26.2.4 -r1.26.2.5
*** MatchingQuestion.py	26 Oct 2005 13:57:08 -0000	1.26.2.4
--- MatchingQuestion.py	13 Nov 2005 15:19:40 -0000	1.26.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
  #

Index: SingleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/SingleChoiceQuestion.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
*** SingleChoiceQuestion.py	26 Oct 2005 13:57:08 -0000	1.26.2.3
--- SingleChoiceQuestion.py	13 Nov 2005 15:19:40 -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
  #

Index: BaseExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/BaseExamQuestion.py,v
retrieving revision 1.30.2.5
retrieving revision 1.30.2.6
diff -C2 -d -r1.30.2.5 -r1.30.2.6
*** BaseExamQuestion.py	7 Nov 2005 11:14:33 -0000	1.30.2.5
--- BaseExamQuestion.py	13 Nov 2005 15:19:40 -0000	1.30.2.6
***************
*** 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