EduploneExam/questions BaseExamQuestion.py,1.15,1.16 FillGapQuestion.py,1.13,1.14 FreeTextQuestion.py,1.13,1.14 MatchingQuestion.py,1.13,1.14 MathQuestion.py,1.13,1.14 MultipleChoiceQuestion.py,1.13,1.14 SingleChoiceQuestion.py,1.13,1.14 TextTaskQuestion.py,1.13,1.14 TrueFalseQuestion.py,1.13,1.14

Jens Klein <[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-serv28488/questions

Modified Files:
	BaseExamQuestion.py FillGapQuestion.py FreeTextQuestion.py 
	MatchingQuestion.py MathQuestion.py MultipleChoiceQuestion.py 
	SingleChoiceQuestion.py TextTaskQuestion.py 
	TrueFalseQuestion.py 
Log Message:
rebuild and SimpleResponse works now


Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** FreeTextQuestion.py	15 Dec 2004 12:24:46 -0000	1.13
--- FreeTextQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 84,87 ****
--- 84,88 ----
  
  
+ 
      # uncomment lines below when you need
      factory_type_information={
***************
*** 90,94 ****
          #'content_icon':'FreeTextQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':1,
          'filter_content_types':1,
          }
--- 91,95 ----
          #'content_icon':'FreeTextQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }

Index: FillGapQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FillGapQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** FillGapQuestion.py	15 Dec 2004 12:24:46 -0000	1.13
--- FillGapQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 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':1,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'FillGapQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }

Index: TrueFalseQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TrueFalseQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TrueFalseQuestion.py	15 Dec 2004 12:25:02 -0000	1.13
--- TrueFalseQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 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':1,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'TrueFalseQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }

Index: BaseExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/BaseExamQuestion.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** BaseExamQuestion.py	15 Dec 2004 13:05:47 -0000	1.15
--- BaseExamQuestion.py	15 Dec 2004 13:56:04 -0000	1.16
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
***************
*** 179,182 ****
--- 179,183 ----
          return self.archetype_name
  
+     #manually created methods
  
      def getContext(self):

Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MathQuestion.py	15 Dec 2004 12:24:46 -0000	1.13
--- MathQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 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':1,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'MathQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }

Index: MatchingQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MatchingQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MatchingQuestion.py	15 Dec 2004 12:24:46 -0000	1.13
--- MatchingQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 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':1,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'MatchingQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }

Index: TextTaskQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TextTaskQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TextTaskQuestion.py	15 Dec 2004 12:25:02 -0000	1.13
--- TextTaskQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 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':1,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'TextTaskQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }

Index: SingleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/SingleChoiceQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** SingleChoiceQuestion.py	15 Dec 2004 12:24:46 -0000	1.13
--- SingleChoiceQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 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':1,
          'filter_content_types':1,
          }
--- 84,88 ----
          #'content_icon':'SingleChoiceQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          'filter_content_types':1,
          }

Index: MultipleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MultipleChoiceQuestion.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MultipleChoiceQuestion.py	15 Dec 2004 12:24:46 -0000	1.13
--- MultipleChoiceQuestion.py	15 Dec 2004 13:56:04 -0000	1.14
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 13:13:25 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 8,12 ----
  # by FH-Aargau, Switzerland
  #
! # Generated: Wed Dec 15 14:24:36 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':1,
          'filter_content_types':1,
          }
--- 87,91 ----
          #'content_icon':'MultipleChoiceQuestion.gif',
          'immediate_view':'base_view',
!         'global_allow':0,
          '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.