EduploneTypes/types EduploneQTIQuestion.py,1.5,1.6
Bernhard Snizek <[email protected]>
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneTypes/types
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6417
Modified Files:
EduploneQTIQuestion.py
Log Message:
i18nified
Index: EduploneQTIQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneTypes/types/EduploneQTIQuestion.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** EduploneQTIQuestion.py 6 Aug 2004 16:24:37 -0000 1.5
--- EduploneQTIQuestion.py 23 Nov 2004 13:06:37 -0000 1.6
***************
*** 41,55 ****
required=1,
widget=TextAreaWidget(label = 'Question',
! description = u"Enter the Question"),
),
StringField('feedback_correct',
required=0,
! widget=TextAreaWidget(label="Correct Feedback",
! description = u"Enter the feedback for a correct choice"),
),
StringField('feedback_wrong',
required=0,
widget=TextAreaWidget(label="Wrong Feedback",
! description = u"Enter the feedback for a wrong choice"),
),
))
--- 41,64 ----
required=1,
widget=TextAreaWidget(label = 'Question',
! label_msgid = "label_question",
! description = u"Enter the Question",
! description_msgid = "help_question",
! i18n_domain = "eduplonetypes"),
),
StringField('feedback_correct',
required=0,
! widget=TextAreaWidget(label = "Correct Feedback",
! label_msgid = "label_correctfeedback",
! description = u"Enter the feedback for a correct choice",
! description_msgid = "help_correctfeedback",
! i18ndomain = "eduplonetypes"),
),
StringField('feedback_wrong',
required=0,
widget=TextAreaWidget(label="Wrong Feedback",
! label_msgid = "label_wrongfeedback",
! description = u"Enter the feedback for a wrong choice",
! description_msgid = "help_wrongfeedback",
! i18ndomain = "eduplonetypes"),
),
))
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/