EduploneExam/questions BaseExamQuestion.py,1.27,1.28 FreeTextQuestion.py,1.23,1.24 MatchingQuestion.py,1.23,1.24 MathQuestion.py,1.23,1.24 MultipleChoiceQuestion.py,1.23,1.24 SingleChoiceQuestion.py,1.23,1.24 TextTaskQuestion.py,1.23,1.24 TrueFalseQuestion.py,1.23,1.24
Nils Haagen <[email protected]> Sat, 02 Apr 2005 15:07:33 +0000
| 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-serv10962/questions
Modified Files:
BaseExamQuestion.py FreeTextQuestion.py MatchingQuestion.py
MathQuestion.py MultipleChoiceQuestion.py
SingleChoiceQuestion.py TextTaskQuestion.py
TrueFalseQuestion.py
Log Message:
new edit actions
Index: FreeTextQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/FreeTextQuestion.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** FreeTextQuestion.py 25 Feb 2005 13:42:55 -0000 1.23
--- FreeTextQuestion.py 2 Apr 2005 15:07:30 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 104,108 ****
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! 'content_icon':'ExamQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
--- 104,108 ----
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! #'content_icon':'FreeTextQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
Index: TrueFalseQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TrueFalseQuestion.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TrueFalseQuestion.py 25 Feb 2005 13:42:55 -0000 1.23
--- TrueFalseQuestion.py 2 Apr 2005 15:07:31 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 93,97 ****
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! 'content_icon':'ExamQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
--- 93,97 ----
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! #'content_icon':'TrueFalseQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
Index: MathQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MathQuestion.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** MathQuestion.py 25 Feb 2005 13:42:55 -0000 1.23
--- MathQuestion.py 2 Apr 2005 15:07:31 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 93,97 ****
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! 'content_icon':'ExamQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
--- 93,97 ----
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! #'content_icon':'MathQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
Index: MatchingQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MatchingQuestion.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** MatchingQuestion.py 25 Feb 2005 13:42:55 -0000 1.23
--- MatchingQuestion.py 2 Apr 2005 15:07:31 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 107,111 ****
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! 'content_icon':'ExamQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
--- 107,111 ----
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! #'content_icon':'MatchingQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
Index: TextTaskQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/TextTaskQuestion.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TextTaskQuestion.py 25 Feb 2005 13:42:55 -0000 1.23
--- TextTaskQuestion.py 2 Apr 2005 15:07:31 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 91,95 ****
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! 'content_icon':'ExamQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
--- 91,95 ----
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! #'content_icon':'TextTaskQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
Index: SingleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/SingleChoiceQuestion.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** SingleChoiceQuestion.py 25 Feb 2005 13:42:55 -0000 1.23
--- SingleChoiceQuestion.py 2 Apr 2005 15:07:31 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 93,97 ****
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! 'content_icon':'ExamQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
--- 93,97 ----
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! #'content_icon':'SingleChoiceQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
Index: MultipleChoiceQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/MultipleChoiceQuestion.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** MultipleChoiceQuestion.py 25 Feb 2005 13:42:55 -0000 1.23
--- MultipleChoiceQuestion.py 2 Apr 2005 15:07:31 -0000 1.24
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
***************
*** 96,100 ****
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! 'content_icon':'ExamQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
--- 96,100 ----
'allowed_content_types':allowed_content_types,
'allow_discussion': 0,
! #'content_icon':'MultipleChoiceQuestion.gif',
'immediate_view':'base_view',
'global_allow':1,
Index: BaseExamQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/questions/BaseExamQuestion.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** BaseExamQuestion.py 25 Feb 2005 13:42:55 -0000 1.27
--- BaseExamQuestion.py 2 Apr 2005 15:07:30 -0000 1.28
***************
*** 8,12 ****
# by FH-Aargau, Switzerland
#
! # Generated: Fri Feb 25 13:50:07 2005
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
--- 8,12 ----
# by FH-Aargau, Switzerland
#
! # Generated: Wed Mar 30 22:50:24 2005
# 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click