EduploneExam/interfaces IExamAnswer.py,1.10,1.11 IExamContext.py,1.4,1.5 IExamNotifier.py,1.10,1.11 IExamNotifyable.py,1.10,1.11 IExamQuestion.py,1.10,1.11 IExamResponse.py,1.4,1.5 __init__.py,1.2,1.3
Nils Haagen <[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-serv29002/interfaces
Modified Files:
IExamAnswer.py IExamContext.py IExamNotifier.py
IExamNotifyable.py IExamQuestion.py IExamResponse.py
__init__.py
Log Message:
Index: IExamAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamAnswer.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** IExamAnswer.py 15 Dec 2004 11:22:37 -0000 1.10
--- IExamAnswer.py 15 Dec 2004 11:26:57 -0000 1.11
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:51:20 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 12:26:16 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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** IExamQuestion.py 15 Dec 2004 11:22:37 -0000 1.10
--- IExamQuestion.py 15 Dec 2004 11:26:57 -0000 1.11
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:51:20 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 12:26:16 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
Index: IExamResponse.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamResponse.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IExamResponse.py 15 Dec 2004 11:22:37 -0000 1.4
--- IExamResponse.py 15 Dec 2004 11:26:57 -0000 1.5
***************
*** 8,16 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:51:20 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
! #
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
--- 8,16 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 12:26:16 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
! #
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
***************
*** 33,37 ****
class IExamResponse(Base):
'''
!
'''
--- 33,37 ----
class IExamResponse(Base):
'''
!
'''
***************
*** 70,73 ****
--- 70,89 ----
+ def setContext(contextobject):
+ '''
+
+ '''
+
+ pass
+
+
+ def getContext():
+ '''
+
+ '''
+
+ pass
+
+
def setResponseValues(**kwargs):
'''
***************
*** 111,112 ****
--- 127,129 ----
# end of class IExamResponse
+
Index: IExamContext.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/IExamContext.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IExamContext.py 15 Dec 2004 11:22:37 -0000 1.4
--- IExamContext.py 15 Dec 2004 11:26:57 -0000 1.5
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:51:20 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 12:26:16 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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** IExamNotifyable.py 15 Dec 2004 11:22:37 -0000 1.10
--- IExamNotifyable.py 15 Dec 2004 11:26:57 -0000 1.11
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:51:20 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 12:26:16 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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** IExamNotifier.py 15 Dec 2004 11:22:37 -0000 1.10
--- IExamNotifier.py 15 Dec 2004 11:26:57 -0000 1.11
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:51:20 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 12:26:16 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
Index: __init__.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/interfaces/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py 14 Dec 2004 19:45:32 -0000 1.2
--- __init__.py 15 Dec 2004 11:26:57 -0000 1.3
***************
*** 4,7 ****
--- 4,8 ----
#classes
+ import contextobject
import IExamAnswer
import IExamNotifier
-------------------------------------------------------
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/