EduploneExam/skins/EduploneExam exam_fillgap.pt,1.9.2.1,1.9.2.2
Nils Haagen <[email protected]> Wed, 26 Oct 2005 14:20:36 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneExam/skins/EduploneExam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30496/skins/EduploneExam
Modified Files:
Tag: exam-1_1
exam_fillgap.pt
Log Message:
displays user answer in question-mode
Index: exam_fillgap.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_fillgap.pt,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -d -r1.9.2.1 -r1.9.2.2
*** exam_fillgap.pt 3 Oct 2005 19:40:36 -0000 1.9.2.1
--- exam_fillgap.pt 26 Oct 2005 14:20:34 -0000 1.9.2.2
***************
*** 24,28 ****
<option tal:repeat="answer python: answerObject.getCleanOptions()"
tal:attributes="value answer;
! selected python:'';"
tal:content="answer" />
</select>
--- 24,28 ----
<option tal:repeat="answer python: answerObject.getCleanOptions()"
tal:attributes="value answer;
! selected python:test(answer == responseObj[answerObject.UID()], 'selected', None)"
tal:content="answer" />
</select>
-------------------------------------------------------
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