EduploneExam/answers BlindGapAnswer.py,1.21,1.22 BooleanAnswer.py,1.21,1.22 ChoiceGapAnswer.py,1.21,1.22 FreeTextAnswer.py,1.22,1.23 MatchingAnswer.py,1.23,1.24 MathAnswer.py,1.23,1.24 MultipleChoiceAnswer.py,1.20,1.21 SingleChoiceAnswer.py,1.20,1.21 TextLineAnswer.py,1.17,1.18 TextTaskAnswer.py,1.21,1.22 TrueFalseAnswer.py,1.20,1.21
Nils Haagen <[email protected]> Fri, 25 Feb 2005 13:42:54 +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-serv10216/answers
Modified Files:
BlindGapAnswer.py BooleanAnswer.py ChoiceGapAnswer.py
FreeTextAnswer.py MatchingAnswer.py MathAnswer.py
MultipleChoiceAnswer.py SingleChoiceAnswer.py
TextLineAnswer.py TextTaskAnswer.py TrueFalseAnswer.py
Log Message:
settings for score, batchsize and lastpage in eXamFolder, content_icons
Index: TrueFalseAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TrueFalseAnswer.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** TrueFalseAnswer.py 10 Jan 2005 12:49:18 -0000 1.20
--- TrueFalseAnswer.py 25 Feb 2005 13:42:52 -0000 1.21
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:26 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,75 ****
schema=BaseSchema + getattr(BooleanAnswer,'schema',Schema(())) + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
),
)
--- 52,55 ----
Index: TextLineAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TextLineAnswer.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** TextLineAnswer.py 10 Jan 2005 12:49:18 -0000 1.17
--- TextLineAnswer.py 25 Feb 2005 13:42:52 -0000 1.18
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:27 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,75 ****
schema=BaseSchema + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
LinesField('correct',
widget=LinesWidget(description='Enter a value for correct.',
--- 52,55 ----
Index: MultipleChoiceAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MultipleChoiceAnswer.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** MultipleChoiceAnswer.py 10 Jan 2005 12:49:18 -0000 1.20
--- MultipleChoiceAnswer.py 25 Feb 2005 13:42:52 -0000 1.21
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:26 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,75 ****
schema=BaseSchema + getattr(BooleanAnswer,'schema',Schema(())) + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
),
)
--- 52,55 ----
Index: FreeTextAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/FreeTextAnswer.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** FreeTextAnswer.py 10 Jan 2005 12:49:18 -0000 1.22
--- FreeTextAnswer.py 25 Feb 2005 13:42:52 -0000 1.23
***************
*** 1,5 ****
# File: FreeTextAnswer.py
"""\
! Represents ...
RCS-ID $Id$
--- 1,5 ----
# File: FreeTextAnswer.py
"""\
! <p>Represents ...</p>
RCS-ID $Id$
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:27 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 42,46 ****
class FreeTextAnswer(BaseContent):
'''
! Represents ...
'''
security = ClassSecurityInfo()
--- 42,46 ----
class FreeTextAnswer(BaseContent):
'''
! <p>Represents ...</p>
'''
security = ClassSecurityInfo()
***************
*** 55,78 ****
schema=BaseSchema + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
LinesField('correct',
widget=LinesWidget(description='Enter a value for correct.',
--- 55,58 ----
Index: ChoiceGapAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/ChoiceGapAnswer.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ChoiceGapAnswer.py 10 Jan 2005 12:49:18 -0000 1.21
--- ChoiceGapAnswer.py 25 Feb 2005 13:42:52 -0000 1.22
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:26 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,75 ****
schema=BaseSchema + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
StringField('correct',
widget=StringWidget(description='Enter a value for correct.',
--- 52,55 ----
Index: TextTaskAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TextTaskAnswer.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** TextTaskAnswer.py 10 Jan 2005 12:49:18 -0000 1.21
--- TextTaskAnswer.py 25 Feb 2005 13:42:52 -0000 1.22
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:27 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,75 ****
schema=BaseSchema + getattr(TextLineAnswer,'schema',Schema(())) + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
),
)
--- 52,55 ----
Index: MathAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MathAnswer.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** MathAnswer.py 10 Jan 2005 12:49:18 -0000 1.23
--- MathAnswer.py 25 Feb 2005 13:42:52 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:27 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,75 ****
schema=BaseSchema + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
FloatField('correct',
widget=DecimalWidget(description='Enter a value for correct.',
--- 52,55 ----
Index: MatchingAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MatchingAnswer.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** MatchingAnswer.py 24 Feb 2005 12:51:16 -0000 1.23
--- MatchingAnswer.py 25 Feb 2005 13:42:52 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:27 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,72 ****
schema=BaseSchema + Schema((
! StringField('id',
! widget=StringWidget(description='Enter a value for id.',
! description_msgid='''help_short_name''',
! i18n_domain='''plone''',
! label='Id',
! label_msgid='''label_short_name''',
! ),
! ),
!
! StringField('title',
! accessor='''Title''',
! searchable=1,
! widget=StringWidget(description='Enter a value for title.',
! description_msgid='''help_title''',
! i18n_domain='''plone''',
! label='Title',
! label_msgid='''label_title''',
),
),
--- 52,61 ----
schema=BaseSchema + Schema((
! StringField('challenge',
! widget=StringWidget(description='Enter a value for challenge.',
! description_msgid='EduploneExam_help_challenge',
! i18n_domain='EduploneExam',
! label='Challenge',
! label_msgid='EduploneExam_label_challenge',
),
),
***************
*** 81,93 ****
),
- StringField('challenge',
- widget=StringWidget(description='Enter a value for challange.',
- description_msgid='EduploneExam_help_challange',
- i18n_domain='EduploneExam',
- label='Challenge',
- label_msgid='EduploneExam_label_challange',
- ),
- ),
-
ImageField('picture',
storage=AttributeStorage(),
--- 70,73 ----
Index: BooleanAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/BooleanAnswer.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** BooleanAnswer.py 24 Feb 2005 12:51:16 -0000 1.21
--- BooleanAnswer.py 25 Feb 2005 13:42:52 -0000 1.22
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:27 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 58,76 ****
schema=BaseSchema + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
TextField('challenge',
! widget=TextAreaWidget(description='Enter a value for challange.',
! description_msgid='EduploneExam_help_challange',
i18n_domain='EduploneExam',
label='Challenge',
! label_msgid='EduploneExam_label_challange',
),
),
--- 58,67 ----
schema=BaseSchema + Schema((
TextField('challenge',
! widget=TextAreaWidget(description='Enter a value for challenge.',
! description_msgid='EduploneExam_help_challenge',
i18n_domain='EduploneExam',
label='Challenge',
! label_msgid='EduploneExam_label_challenge',
),
),
Index: SingleChoiceAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/SingleChoiceAnswer.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** SingleChoiceAnswer.py 10 Jan 2005 12:49:18 -0000 1.20
--- SingleChoiceAnswer.py 25 Feb 2005 13:42:52 -0000 1.21
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:26 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 55,78 ****
schema=BaseSchema + getattr(BooleanAnswer,'schema',Schema(())) + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
),
)
--- 55,58 ----
Index: BlindGapAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/BlindGapAnswer.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** BlindGapAnswer.py 10 Jan 2005 12:49:18 -0000 1.21
--- BlindGapAnswer.py 25 Feb 2005 13:42:51 -0000 1.22
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Mon Jan 10 11:01:27 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 52,75 ****
schema=BaseSchema + getattr(TextLineAnswer,'schema',Schema(())) + Schema((
- StringField('id',
- widget=StringWidget(description='Enter a value for id.',
- description_msgid='''help_short_name''',
- i18n_domain='''plone''',
- label='Id',
- label_msgid='''label_short_name''',
- ),
- ),
-
- StringField('title',
- accessor='''Title''',
- searchable=1,
- widget=StringWidget(description='Enter a value for title.',
- description_msgid='''help_title''',
- i18n_domain='''plone''',
- label='Title',
- label_msgid='''label_title''',
- ),
- ),
-
),
)
--- 52,55 ----
-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click