EduploneExam/questions BaseExamQuestion.py,1.7,1.8 FillGapQuestion.py,1.7,1.8 FreeTextQuestion.py,1.7,1.8 MatchingQuestion.py,1.7,1.8 MathQuestion.py,1.7,1.8 MultipleChoiceQuestion.py,1.7,1.8 SingleChoiceQuestion.py,1.7,1.8 TextTaskQuestion.py,1.7,1.8 TrueFalseQuestion.py,1.7,1.8

Nils Haagen <[email protected]>
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-serv23895/questions

Modified Files:
	BaseExamQuestion.py FillGapQuestion.py FreeTextQuestion.py 
	MatchingQuestion.py MathQuestion.py MultipleChoiceQuestion.py 
	SingleChoiceQuestion.py TextTaskQuestion.py 
	TrueFalseQuestion.py 
Log Message:
test for responseObject

Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** FreeTextQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- FreeTextQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:07 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 92,96 ****
          #'content_icon':'FreeTextQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 92,96 ----
          #'content_icon':'FreeTextQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }

Index: FillGapQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FillGapQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** FillGapQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- FillGapQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:07 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 84,88 ****
          #'content_icon':'FillGapQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'FillGapQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }

Index: TrueFalseQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TrueFalseQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TrueFalseQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- TrueFalseQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:07 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 84,88 ****
          #'content_icon':'TrueFalseQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'TrueFalseQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }

Index: BaseExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/BaseExamQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** BaseExamQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- BaseExamQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:07 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 91,100 ****
          ),
          
!         IntegerField('maxscore',
!             widget=IntegerWidget(description='Enter a value for maxscore.',
!                 description_msgid='EduploneExam_help_maxscore',
                  i18n_domain='EduploneExam',
                  label='Maxscore',
!                 label_msgid='EduploneExam_label_maxscore',
              ),
          ),
--- 91,100 ----
          ),
          
!         IntegerField('maxScore',
!             widget=IntegerWidget(description='Enter a value for maxScore.',
!                 description_msgid='EduploneExam_help_maxScore',
                  i18n_domain='EduploneExam',
                  label='Maxscore',
!                 label_msgid='EduploneExam_label_maxScore',
              ),
          ),

Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MathQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- MathQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:08 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 84,88 ****
          #'content_icon':'MathQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'MathQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }

Index: MatchingQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MatchingQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MatchingQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- MatchingQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:08 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 84,88 ****
          #'content_icon':'MatchingQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'MatchingQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }

Index: TextTaskQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TextTaskQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TextTaskQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- TextTaskQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:08 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 84,88 ****
          #'content_icon':'TextTaskQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'TextTaskQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }

Index: SingleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/SingleChoiceQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** SingleChoiceQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- SingleChoiceQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:07 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 84,88 ****
          #'content_icon':'SingleChoiceQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'SingleChoiceQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }

Index: MultipleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MultipleChoiceQuestion.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MultipleChoiceQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
--- MultipleChoiceQuestion.py	15 Dec 2004 08:37:45 -0000	1.8
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 20:43:07 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 09:36:21 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 87,91 ****
          #'content_icon':'MultipleChoiceQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }
--- 87,91 ----
          #'content_icon':'MultipleChoiceQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }



-------------------------------------------------------
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.