EduploneExam/answers ChoiceGapAnswer.py,1.26.2.4,1.26.2.5 FreeTextAnswer.py,1.25.2.4,1.25.2.5 MatchingAnswer.py,1.26.2.4,1.26.2.5 MathAnswer.py,1.27.2.5,1.27.2.6 TextLineAnswer.py,1.20.2.4,1.20.2.5
Nils Haagen <[email protected]> Mon, 14 Nov 2005 15:31:29 +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-serv18694/answers
Modified Files:
Tag: exam-1_1
ChoiceGapAnswer.py FreeTextAnswer.py MatchingAnswer.py
MathAnswer.py TextLineAnswer.py
Log Message:
fixed prev. broken model
Index: FreeTextAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/FreeTextAnswer.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
*** FreeTextAnswer.py 13 Nov 2005 15:19:39 -0000 1.25.2.4
--- FreeTextAnswer.py 14 Nov 2005 15:31:27 -0000 1.25.2.5
***************
*** 39,45 ****
LinesField('correct',
widget=LinesWidget(
! label='Correct_textl',
! label_msgid='EduploneExam_label_correct_textl',
! description_msgid='EduploneExam_help_correct_textl',
i18n_domain='EduploneExam',
)
--- 39,45 ----
LinesField('correct',
widget=LinesWidget(
! label="correct_textl",
! label_msgid="EduploneExam_label_correct_textl",
! 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.4
retrieving revision 1.20.2.5
diff -C2 -d -r1.20.2.4 -r1.20.2.5
*** TextLineAnswer.py 13 Nov 2005 15:19:39 -0000 1.20.2.4
--- TextLineAnswer.py 14 Nov 2005 15:31:27 -0000 1.20.2.5
***************
*** 39,45 ****
LinesField('correct',
widget=LinesWidget(
! label='Correct_textl',
! label_msgid='EduploneExam_label_correct_textl',
! description_msgid='EduploneExam_help_correct_textl',
i18n_domain='EduploneExam',
)
--- 39,45 ----
LinesField('correct',
widget=LinesWidget(
! label="Correct_textl",
! label_msgid="EduploneExam_label_correct_textl",
! 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.5
retrieving revision 1.27.2.6
diff -C2 -d -r1.27.2.5 -r1.27.2.6
*** MathAnswer.py 13 Nov 2005 15:19:39 -0000 1.27.2.5
--- MathAnswer.py 14 Nov 2005 15:31:27 -0000 1.27.2.6
***************
*** 39,45 ****
FloatField('correct',
widget=DecimalWidget(
! label='Correct_math',
! label_msgid='EduploneExam_label_correct_math',
! description_msgid='EduploneExam_help_correct_math',
i18n_domain='EduploneExam',
)
--- 39,45 ----
FloatField('correct',
widget=DecimalWidget(
! label="correct_math",
! label_msgid="EduploneExam_label_correct_math",
! 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.4
retrieving revision 1.26.2.5
diff -C2 -d -r1.26.2.4 -r1.26.2.5
*** ChoiceGapAnswer.py 13 Nov 2005 15:19:39 -0000 1.26.2.4
--- ChoiceGapAnswer.py 14 Nov 2005 15:31:27 -0000 1.26.2.5
***************
*** 39,45 ****
StringField('correct',
widget=StringWidget(
! label='Correct_textl',
! label_msgid='EduploneExam_label_correct_textl',
! description_msgid='EduploneExam_help_correct_textl',
i18n_domain='EduploneExam',
)
--- 39,45 ----
StringField('correct',
widget=StringWidget(
! label="correct_textl",
! label_msgid="EduploneExam_label_correct_textl",
! 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.4
retrieving revision 1.26.2.5
diff -C2 -d -r1.26.2.4 -r1.26.2.5
*** MatchingAnswer.py 13 Nov 2005 15:19:39 -0000 1.26.2.4
--- MatchingAnswer.py 14 Nov 2005 15:31:27 -0000 1.26.2.5
***************
*** 39,45 ****
StringField('challenge',
widget=StringWidget(
! label='Challenge_match',
! label_msgid='EduploneExam_label_challenge_match',
! description_msgid='EduploneExam_help_challenge_match',
i18n_domain='EduploneExam',
)
--- 39,45 ----
StringField('challenge',
widget=StringWidget(
! label="challenge_match",
! label_msgid="EduploneExam_label_challenge_match",
! description_msgid='EduploneExam_help_challenge',
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',
)
--- 48,54 ----
StringField('correct',
widget=StringWidget(
! label="correct_match",
! label_msgid="EduploneExam_label_correct_match",
! description_msgid='EduploneExam_help_correct',
i18n_domain='EduploneExam',
)
-------------------------------------------------------
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