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

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-serv19948/questions

Modified Files:
	BaseExamQuestion.py FillGapQuestion.py FreeTextQuestion.py 
	MatchingQuestion.py MathQuestion.py MultipleChoiceQuestion.py 
	SingleChoiceQuestion.py TextTaskQuestion.py 
	TrueFalseQuestion.py 
Log Message:
rebuild with resposne types and new interfaces


Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FreeTextQuestion.py	14 Dec 2004 16:50:31 -0000	1.6
--- FreeTextQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:52 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #

Index: FillGapQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FillGapQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FillGapQuestion.py	14 Dec 2004 16:50:31 -0000	1.6
--- FillGapQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:52 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #

Index: TrueFalseQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TrueFalseQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TrueFalseQuestion.py	14 Dec 2004 16:50:32 -0000	1.6
--- TrueFalseQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:52 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #

Index: BaseExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/BaseExamQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** BaseExamQuestion.py	14 Dec 2004 16:50:31 -0000	1.6
--- BaseExamQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:52 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #
***************
*** 125,129 ****
      #methods from Interface IExamNotifier
  
!     def registerNotifierOnView(self):
          '''
          register an object
--- 125,129 ----
      #methods from Interface IExamNotifier
  
!     def registerNotifierOnView(self,object):
          '''
          register an object
***************
*** 133,137 ****
  
  
!     def registerNotifierAfterProcess(self):
          '''
          
--- 133,137 ----
  
  
!     def registerNotifierAfterProcess(self,object):
          '''
          
***************
*** 158,162 ****
      #methods from Interface IExamQuestion
  
!     def processResponse(self):
          '''
          gets a request.RESPONSE and returns a evaluated ExamResponse
--- 158,162 ----
      #methods from Interface IExamQuestion
  
!     def processResponse(self,REQUEST):
          '''
          gets a request.RESPONSE and returns a evaluated ExamResponse
***************
*** 167,170 ****
--- 167,178 ----
  
  
+     def getQuestionType(self):
+         '''
+         
+         '''
+         
+         pass
+ 
+ 
  
      # uncomment lines below when you need

Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MathQuestion.py	14 Dec 2004 16:50:31 -0000	1.6
--- MathQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:53 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #

Index: MatchingQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MatchingQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MatchingQuestion.py	14 Dec 2004 16:50:31 -0000	1.6
--- MatchingQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:53 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #

Index: TextTaskQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TextTaskQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TextTaskQuestion.py	14 Dec 2004 16:50:32 -0000	1.6
--- TextTaskQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:53 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #

Index: SingleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/SingleChoiceQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** SingleChoiceQuestion.py	14 Dec 2004 16:50:32 -0000	1.6
--- SingleChoiceQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:52 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #

Index: MultipleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MultipleChoiceQuestion.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MultipleChoiceQuestion.py	14 Dec 2004 16:50:32 -0000	1.6
--- MultipleChoiceQuestion.py	14 Dec 2004 19:45:33 -0000	1.7
***************
*** 8,12 ****
  # by FH-Aargau, Switzerland
  #
! # Generated: Tue Dec 14 17:38:52 2004
  # Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
  #
--- 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/
  #



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