EduploneExam/questions BaseExamQuestion.py,1.23,1.24 FillGapQuestion.py,1.18,1.19 FreeTextQuestion.py,1.19,1.20 MatchingQuestion.py,1.19,1.20 MathQuestion.py,1.19,1.20 MultipleChoiceQuestion.py,1.19,1.20 SingleChoiceQuestion.py,1.19,1.20 TextTaskQuestion.py,1.19,1.20 TrueFalseQuestion.py,1.19,1.20
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-serv3229/questions
Modified Files:
BaseExamQuestion.py FillGapQuestion.py FreeTextQuestion.py
MatchingQuestion.py MathQuestion.py MultipleChoiceQuestion.py
SingleChoiceQuestion.py TextTaskQuestion.py
TrueFalseQuestion.py
Log Message:
templates with eval-macro; don't look nice/work properly, yet, but don't crash anymore. Property 'exemplar' moved from FreeTextAnswer to FreeTextQuestion
Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** FreeTextQuestion.py 17 Dec 2004 09:47:56 -0000 1.19
--- FreeTextQuestion.py 18 Dec 2004 14:04:26 -0000 1.20
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 72,75 ****
--- 72,84 ----
),
+ TextField('exemplar',
+ widget=TextAreaWidget(description='Enter a value for exemplar.',
+ description_msgid='EduploneExam_help_exemplar',
+ i18n_domain='EduploneExam',
+ label='Exemplar',
+ label_msgid='EduploneExam_label_exemplar',
+ ),
+ ),
+
),
)
Index: FillGapQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FillGapQuestion.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** FillGapQuestion.py 17 Dec 2004 09:47:56 -0000 1.18
--- FillGapQuestion.py 18 Dec 2004 14:04:26 -0000 1.19
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 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.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** TrueFalseQuestion.py 17 Dec 2004 09:47:56 -0000 1.19
--- TrueFalseQuestion.py 18 Dec 2004 14:04:26 -0000 1.20
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MathQuestion.py 17 Dec 2004 09:47:56 -0000 1.19
--- MathQuestion.py 18 Dec 2004 14:04:26 -0000 1.20
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 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.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MatchingQuestion.py 17 Dec 2004 09:47:56 -0000 1.19
--- MatchingQuestion.py 18 Dec 2004 14:04:26 -0000 1.20
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 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.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** TextTaskQuestion.py 17 Dec 2004 09:47:56 -0000 1.19
--- TextTaskQuestion.py 18 Dec 2004 14:04:26 -0000 1.20
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 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.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** SingleChoiceQuestion.py 17 Dec 2004 09:47:56 -0000 1.19
--- SingleChoiceQuestion.py 18 Dec 2004 14:04:26 -0000 1.20
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 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.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MultipleChoiceQuestion.py 17 Dec 2004 09:47:56 -0000 1.19
--- MultipleChoiceQuestion.py 18 Dec 2004 14:04:26 -0000 1.20
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 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.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** BaseExamQuestion.py 17 Dec 2004 09:47:56 -0000 1.23
--- BaseExamQuestion.py 18 Dec 2004 14:04:25 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Thu Dec 16 20:58:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Sat Dec 18 14:43:46 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/