EduploneExam/questions BaseExamQuestion.py,1.26,1.27 FillGapQuestion.py,1.20,1.21 FreeTextQuestion.py,1.22,1.23 MatchingQuestion.py,1.22,1.23 MathQuestion.py,1.22,1.23 MultipleChoiceQuestion.py,1.22,1.23 SingleChoiceQuestion.py,1.22,1.23 TextTaskQuestion.py,1.22,1.23 TrueFalseQuestion.py,1.22,1.23

Nils Haagen <[email protected]> Fri, 25 Feb 2005 13:42:57 +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-serv10216/questions

Modified Files:
	BaseExamQuestion.py FillGapQuestion.py FreeTextQuestion.py 
	MatchingQuestion.py MathQuestion.py MultipleChoiceQuestion.py 
	SingleChoiceQuestion.py TextTaskQuestion.py 
	TrueFalseQuestion.py 
Log Message:
settings for score, batchsize and lastpage in eXamFolder, content_icons

Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** FreeTextQuestion.py	10 Jan 2005 12:49:20 -0000	1.22
--- FreeTextQuestion.py	25 Feb 2005 13:42:55 -0000	1.23
***************
*** 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=BaseFolderSchema + getattr(BaseExamQuestion,'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''',
-             ),
-         ),
-         
          TextField('exemplar',
              widget=TextAreaWidget(description='Enter a value for exemplar.',
--- 52,55 ----
***************
*** 124,128 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'FreeTextQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 104,108 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: FillGapQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FillGapQuestion.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** FillGapQuestion.py	10 Jan 2005 12:49:20 -0000	1.20
--- FillGapQuestion.py	25 Feb 2005 13:42:55 -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=BaseFolderSchema + getattr(BaseExamQuestion,'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 ----
***************
*** 112,116 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'FillGapQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 92,96 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: TrueFalseQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TrueFalseQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** TrueFalseQuestion.py	10 Jan 2005 12:49:20 -0000	1.22
--- TrueFalseQuestion.py	25 Feb 2005 13:42:55 -0000	1.23
***************
*** 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=BaseFolderSchema + getattr(BaseExamQuestion,'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 ----
***************
*** 113,117 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'TrueFalseQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 93,97 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** MathQuestion.py	10 Jan 2005 12:49:20 -0000	1.22
--- MathQuestion.py	25 Feb 2005 13:42:55 -0000	1.23
***************
*** 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=BaseFolderSchema + getattr(BaseExamQuestion,'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 ----
***************
*** 113,117 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'MathQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 93,97 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: MatchingQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MatchingQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** MatchingQuestion.py	10 Jan 2005 12:49:20 -0000	1.22
--- MatchingQuestion.py	25 Feb 2005 13:42:55 -0000	1.23
***************
*** 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=BaseFolderSchema + getattr(BaseExamQuestion,'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 ----
***************
*** 89,93 ****
          
          return r
-         
  
      #manually created methods
--- 69,72 ----
***************
*** 128,132 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'MatchingQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 107,111 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: TextTaskQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TextTaskQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** TextTaskQuestion.py	10 Jan 2005 12:49:20 -0000	1.22
--- TextTaskQuestion.py	25 Feb 2005 13:42:55 -0000	1.23
***************
*** 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=BaseFolderSchema + getattr(BaseExamQuestion,'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 ----
***************
*** 111,115 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'TextTaskQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 91,95 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: SingleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/SingleChoiceQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** SingleChoiceQuestion.py	10 Jan 2005 12:49:20 -0000	1.22
--- SingleChoiceQuestion.py	25 Feb 2005 13:42:55 -0000	1.23
***************
*** 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=BaseFolderSchema + getattr(BaseExamQuestion,'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 ----
***************
*** 113,117 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'SingleChoiceQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 93,97 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: MultipleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MultipleChoiceQuestion.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** MultipleChoiceQuestion.py	10 Jan 2005 12:49:20 -0000	1.22
--- MultipleChoiceQuestion.py	25 Feb 2005 13:42:55 -0000	1.23
***************
*** 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=BaseFolderSchema + getattr(BaseExamQuestion,'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 ----
***************
*** 116,120 ****
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         #'content_icon':'MultipleChoiceQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,
--- 96,100 ----
          'allowed_content_types':allowed_content_types,
          'allow_discussion': 0,
!         'content_icon':'ExamQuestion.gif',
          'immediate_view':'base_view',
          'global_allow':1,

Index: BaseExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/BaseExamQuestion.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** BaseExamQuestion.py	10 Jan 2005 12:49:20 -0000	1.26
--- BaseExamQuestion.py	25 Feb 2005 13:42:55 -0000	1.27
***************
*** 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 + 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''',
-             ),
-         ),
-         
          TextField('question',
              widget=TextAreaWidget(description='Enter a value for question.',
--- 55,58 ----



-------------------------------------------------------
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