EduploneExam/interfaces IExamAnswer.py,1.14,1.15 IExamContext.py,1.8,1.9 IExamNotifier.py,1.14,1.15 IExamNotifyable.py,1.14,1.15 IExamQuestion.py,1.14,1.15 IExamResponse.py,1.8,1.9

Jens Klein <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/interfaces
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28488/interfaces

Modified Files:
	IExamAnswer.py IExamContext.py IExamNotifier.py 
	IExamNotifyable.py IExamQuestion.py IExamResponse.py 
Log Message:
rebuild and SimpleResponse works now


Index: IExamAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamAnswer.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** IExamAnswer.py	15 Dec 2004 12:24:44 -0000	1.14
--- IExamAnswer.py	15 Dec 2004 13:56:02 -0000	1.15
***************
*** 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/
  #

Index: IExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamQuestion.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** IExamQuestion.py	15 Dec 2004 12:24:44 -0000	1.14
--- IExamQuestion.py	15 Dec 2004 13:56:03 -0000	1.15
***************
*** 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/
  #
***************
*** 54,57 ****
--- 54,58 ----
          pass
  
+     #manually created methods
  
      def getContext():

Index: IExamResponse.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamResponse.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** IExamResponse.py	15 Dec 2004 12:24:44 -0000	1.8
--- IExamResponse.py	15 Dec 2004 13:56:03 -0000	1.9
***************
*** 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/
  #
***************
*** 86,93 ****
  
  
!     def setResponseValues(**kwargs):
          '''
!         kwargs is a dictionary where key is AnswerUID and value is what a
!         user said.
          '''
  
--- 86,92 ----
  
  
!     def setScore(score):
          '''
! 
          '''
  
***************
*** 95,99 ****
  
  
!     def getResponseValues():
          '''
  
--- 94,98 ----
  
  
!     def getScore():
          '''
  
***************
*** 103,107 ****
  
  
!     def setScore(score):
          '''
  
--- 102,106 ----
  
  
!     def getMaxScore():
          '''
  
***************
*** 111,115 ****
  
  
!     def getScore():
          '''
  
--- 110,114 ----
  
  
!     def getResponseValues():
          '''
  
***************
*** 119,129 ****
  
  
!     def getMaxScore():
          '''
! 
          '''
  
          pass
  
  # end of class IExamResponse
  
--- 118,137 ----
  
  
!     def setResponseValues(**kwargs):
          '''
!         kwargs is a dictionary where key is AnswerUID and value is what a
!         user said.
          '''
  
          pass
  
+ 
+     def __getitem__():
+         '''
+         returns a specific response value
+         '''
+         
+         pass
+ 
  # end of class IExamResponse
  

Index: IExamContext.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamContext.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** IExamContext.py	15 Dec 2004 12:24:44 -0000	1.8
--- IExamContext.py	15 Dec 2004 13:56:03 -0000	1.9
***************
*** 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/
  #

Index: IExamNotifyable.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamNotifyable.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** IExamNotifyable.py	15 Dec 2004 12:24:44 -0000	1.14
--- IExamNotifyable.py	15 Dec 2004 13:56:03 -0000	1.15
***************
*** 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/
  #

Index: IExamNotifier.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamNotifier.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** IExamNotifier.py	15 Dec 2004 12:24:44 -0000	1.14
--- IExamNotifier.py	15 Dec 2004 13:56:03 -0000	1.15
***************
*** 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/
  #



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