EduploneExam/questions BaseExamQuestion.py,1.9,1.10 FillGapQuestion.py,1.9,1.10 FreeTextQuestion.py,1.9,1.10 MatchingQuestion.py,1.9,1.10 MathQuestion.py,1.9,1.10 MultipleChoiceQuestion.py,1.9,1.10 SingleChoiceQuestion.py,1.9,1.10 TextTaskQuestion.py,1.9,1.10 TrueFalseQuestion.py,1.9,1.10
Nils Haagen <[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-serv29002/questions
Modified Files:
BaseExamQuestion.py FillGapQuestion.py FreeTextQuestion.py
MatchingQuestion.py MathQuestion.py MultipleChoiceQuestion.py
SingleChoiceQuestion.py TextTaskQuestion.py
TrueFalseQuestion.py
Log Message:
Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** FreeTextQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- FreeTextQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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/
#
***************
*** 82,86 ****
'''
! pass
--- 82,86 ----
'''
! responseObj=deliverResponse(self.UID())
Index: FillGapQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FillGapQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** FillGapQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- FillGapQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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: TrueFalseQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TrueFalseQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TrueFalseQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- TrueFalseQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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: BaseExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/BaseExamQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** BaseExamQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- BaseExamQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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/
#
***************
*** 160,167 ****
def processResponse(self,REQUEST):
'''
! gets a request.RESPONSE and returns a evaluated ExamResponse
object
'''
pass
--- 160,168 ----
def processResponse(self,REQUEST):
'''
! gets a request.RESPONSE and returns an evaluated ExamResponse
object
'''
+
pass
***************
*** 172,176 ****
'''
! pass
--- 173,177 ----
'''
! return self.archetype_name
Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MathQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- MathQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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: MatchingQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MatchingQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MatchingQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- MatchingQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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: TextTaskQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TextTaskQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TextTaskQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- TextTaskQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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: SingleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/SingleChoiceQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** SingleChoiceQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- SingleChoiceQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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: MultipleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MultipleChoiceQuestion.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MultipleChoiceQuestion.py 15 Dec 2004 10:29:07 -0000 1.9
--- MultipleChoiceQuestion.py 15 Dec 2004 11:26:59 -0000 1.10
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Wed Dec 15 11:25:16 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/
#
-------------------------------------------------------
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/