EduploneExam_QStub/questions StubQuestion.py,1.1.1.1,1.2 __init__.pyc,1.1.1.1,NONE
Nils Haagen <[email protected]> Wed, 26 Oct 2005 08:16:51 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneExam_QStub/questions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15606/questions
Modified Files:
StubQuestion.py
Removed Files:
__init__.pyc
Log Message:
fixed impact of maxScore->invisible on BaseQuestion
--- __init__.pyc DELETED ---
Index: StubQuestion.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam_QStub/questions/StubQuestion.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** StubQuestion.py 24 Oct 2005 09:39:33 -0000 1.1.1.1
--- StubQuestion.py 26 Oct 2005 08:16:49 -0000 1.2
***************
*** 30,35 ****
# additional imports from tagged value 'import'
from Products.EduploneExam.registry import registerQuestionType
-
from Products.EduploneExam_QStub.config import *
##code-section module-header #fill in your manual code here
##/code-section module-header
--- 30,35 ----
# additional imports from tagged value 'import'
from Products.EduploneExam.registry import registerQuestionType
from Products.EduploneExam_QStub.config import *
+
##code-section module-header #fill in your manual code here
##/code-section module-header
***************
*** 71,79 ****
typeDescMsgId = 'description_edit_stubquestion'
! schema = StubQuestion_schema
##code-section class-header #fill in your manual code here
! schema['maxScore'].widget.visible=-1
! schema['strict'].widget.visible=-1
##/code-section class-header
--- 71,78 ----
typeDescMsgId = 'description_edit_stubquestion'
! schema = StubQuestion_schema.copy()
##code-section class-header #fill in your manual code here
! schema['maxScore'].widget.visible=False
##/code-section class-header
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information