EduploneExam ExamFolder.py,1.9,1.10 __init__.py,1.2,1.3 version.txt,1.5,1.6

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

Modified Files:
	ExamFolder.py __init__.py version.txt 
Log Message:
rebuild with resposne types and new interfaces


Index: version.txt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/version.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** version.txt	14 Dec 2004 16:50:30 -0000	1.5
--- version.txt	14 Dec 2004 19:45:30 -0000	1.6
***************
*** 1 ****
! 1.0-alpha build 15
--- 1 ----
! 1.0-alpha build 20

Index: __init__.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py	14 Dec 2004 16:50:30 -0000	1.2
--- __init__.py	14 Dec 2004 19:45:30 -0000	1.3
***************
*** 30,33 ****
--- 30,34 ----
      import questions
      import answers
+     import userresponses
  
      import ExamFolder

Index: ExamFolder.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/ExamFolder.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ExamFolder.py	14 Dec 2004 16:50:30 -0000	1.9
--- ExamFolder.py	14 Dec 2004 19:45:30 -0000	1.10
***************
*** 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/
  #
***************
*** 31,34 ****
--- 31,35 ----
  from Products.Archetypes.public import *
  
+ from interfaces.IExamContext import IExamContext
  
  ##code-section module-header #fill in your manual code here
***************
*** 44,48 ****
      allowed_content_types = [] 
  
!     __implements__ = getattr(OrderedBaseFolder,'__implements__',())
  
      ##code-section class-header #fill in your manual code here
--- 45,49 ----
      allowed_content_types = [] 
  
!     __implements__ = getattr(OrderedBaseFolder,'__implements__',()) + (IExamContext,)
  
      ##code-section class-header #fill in your manual code here
***************
*** 94,97 ****
--- 95,107 ----
              return OrderedBaseFolder.invokeFactory(self, type_name, id, RESPONSE=None, *args, **kw)
  
+     #methods from Interface IExamContext
+ 
+     def deliverResponse(self,questionuid):
+         '''
+         Returns an object that implements IExamResponse.
+         '''
+ 
+         pass
+ 
      #manually created methods
  



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