EduploneExam/answers ChoiceGapAnswer.py,1.26.2.2,1.26.2.3 FreeTextAnswer.py,1.25.2.2,1.25.2.3 MatchingAnswer.py,1.26.2.2,1.26.2.3 MathAnswer.py,1.27.2.2,1.27.2.3 TextLineAnswer.py,1.20.2.2,1.20.2.3

Nils Haagen <[email protected]> Wed, 19 Oct 2005 20:47:03 +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-serv21418/answers

Modified Files:
      Tag: exam-1_1
	ChoiceGapAnswer.py FreeTextAnswer.py MatchingAnswer.py 
	MathAnswer.py TextLineAnswer.py 
Log Message:
dunno anymore, minor fixes 

Index: FreeTextAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/FreeTextAnswer.py,v
retrieving revision 1.25.2.2
retrieving revision 1.25.2.3
diff -C2 -d -r1.25.2.2 -r1.25.2.3
*** FreeTextAnswer.py	3 Oct 2005 19:40:36 -0000	1.25.2.2
--- FreeTextAnswer.py	19 Oct 2005 20:47:01 -0000	1.25.2.3
***************
*** 40,45 ****
          widget=LinesWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct_ft',
!             description_msgid='EduploneExam_help_correct_ft',
              i18n_domain='EduploneExam',
          )
--- 40,45 ----
          widget=LinesWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )

Index: TextLineAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TextLineAnswer.py,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -C2 -d -r1.20.2.2 -r1.20.2.3
*** TextLineAnswer.py	3 Oct 2005 19:40:36 -0000	1.20.2.2
--- TextLineAnswer.py	19 Oct 2005 20:47:01 -0000	1.20.2.3
***************
*** 40,45 ****
          widget=LinesWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct_ft',
!             description_msgid='EduploneExam_help_correct_ft',
              i18n_domain='EduploneExam',
          )
--- 40,45 ----
          widget=LinesWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )

Index: MathAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MathAnswer.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
*** MathAnswer.py	3 Oct 2005 19:40:36 -0000	1.27.2.2
--- MathAnswer.py	19 Oct 2005 20:47:01 -0000	1.27.2.3
***************
*** 40,45 ****
          widget=DecimalWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct_math',
!             description_msgid='EduploneExam_help_correct_math',
              i18n_domain='EduploneExam',
          )
--- 40,45 ----
          widget=DecimalWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )

Index: ChoiceGapAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/ChoiceGapAnswer.py,v
retrieving revision 1.26.2.2
retrieving revision 1.26.2.3
diff -C2 -d -r1.26.2.2 -r1.26.2.3
*** ChoiceGapAnswer.py	3 Oct 2005 19:40:36 -0000	1.26.2.2
--- ChoiceGapAnswer.py	19 Oct 2005 20:47:01 -0000	1.26.2.3
***************
*** 40,45 ****
          widget=StringWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct_fg',
!             description_msgid='EduploneExam_help_correct_fg',
              i18n_domain='EduploneExam',
          )
--- 40,45 ----
          widget=StringWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )

Index: MatchingAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MatchingAnswer.py,v
retrieving revision 1.26.2.2
retrieving revision 1.26.2.3
diff -C2 -d -r1.26.2.2 -r1.26.2.3
*** MatchingAnswer.py	3 Oct 2005 19:40:36 -0000	1.26.2.2
--- MatchingAnswer.py	19 Oct 2005 20:47:01 -0000	1.26.2.3
***************
*** 40,45 ****
          widget=StringWidget(
              label='Challenge',
!             label_msgid='EduploneExam_label_challenge_match',
!             description_msgid='EduploneExam_help_challenge_match',
              i18n_domain='EduploneExam',
          )
--- 40,45 ----
          widget=StringWidget(
              label='Challenge',
!             label_msgid='EduploneExam_label_challenge',
!             description_msgid='EduploneExam_help_challenge',
              i18n_domain='EduploneExam',
          )
***************
*** 49,54 ****
          widget=StringWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct_match',
!             description_msgid='EduploneExam_help_correct_match',
              i18n_domain='EduploneExam',
          )
--- 49,54 ----
          widget=StringWidget(
              label='Correct',
!             label_msgid='EduploneExam_label_correct',
!             description_msgid='EduploneExam_help_correct',
              i18n_domain='EduploneExam',
          )



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl