EduploneExam/skins/EduploneExam exam_freetext.pt,1.1,1.2 exam_matching.pt,1.1,1.2 exam_math.pt,1.1,1.2 exam_multiplechoice.pt,1.6,1.7 exam_singlechoice.pt,1.4,1.5 exam_texttask.pt,1.1,1.2 exam_truefalse.pt,1.4,1.5
Nils Haagen <[email protected]>
| 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-serv14441/skins/EduploneExam
Modified Files:
exam_freetext.pt exam_matching.pt exam_math.pt
exam_multiplechoice.pt exam_singlechoice.pt exam_texttask.pt
exam_truefalse.pt
Log Message:
images added to questions and answers
Index: exam_matching.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_matching.pt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** exam_matching.pt 27 Dec 2004 11:40:33 -0000 1.1
--- exam_matching.pt 27 Dec 2004 14:22:43 -0000 1.2
***************
*** 8,11 ****
--- 8,14 ----
<bR />
<b tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
+
<br/>
<span tal:content="python: currentQuestion.getInstruction()" />
***************
*** 18,22 ****
<tal:repeat repeat="answer python:currentQuestion.contentValues()">
<tr tal:condition="answer/challange">
! <td tal:content="answer/challange" />
<td width="10"></td>
<td>
--- 21,33 ----
<tal:repeat repeat="answer python:currentQuestion.contentValues()">
<tr tal:condition="answer/challange">
! <td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
! </td>
!
<td width="10"></td>
<td>
***************
*** 47,51 ****
<span tal:content="structure python:currentQuestion.getQuestion()" />
!
<br/>
--- 58,64 ----
<span tal:content="structure python:currentQuestion.getQuestion()" />
! <div tal:condition="python:currentQuestion.getPicture()"
! tal:content="structure python:currentQuestion.getPicture()" />
!
<br/>
***************
*** 68,72 ****
<tal:condition tal:condition="answer/challange">
! <td tal:content="python: answer.getChallange()" />
<td>
--- 81,92 ----
<tal:condition tal:condition="answer/challange">
! <td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
! </td>
<td>
Index: exam_freetext.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_freetext.pt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** exam_freetext.pt 27 Dec 2004 11:40:33 -0000 1.1
--- exam_freetext.pt 27 Dec 2004 14:22:43 -0000 1.2
***************
*** 8,11 ****
--- 8,14 ----
<bR />
<b tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
+
<br/>
<span tal:content="python: currentQuestion.getInstruction()" />
***************
*** 35,40 ****
<bR />
<span tal:content="structure python:currentQuestion.getQuestion()" />
! <br/><br>
<tal tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
--- 38,45 ----
<bR />
<span tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
! <br>
<tal tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
Index: exam_math.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_math.pt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** exam_math.pt 27 Dec 2004 11:40:33 -0000 1.1
--- exam_math.pt 27 Dec 2004 14:22:43 -0000 1.2
***************
*** 8,11 ****
--- 8,14 ----
<bR>
<b tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
+
<br/>
<span tal:content="python: currentQuestion.getInstruction()" />
***************
*** 33,37 ****
<bR />
<span tal:content="structure python:currentQuestion.getQuestion()" />
!
<br/><br/>
--- 36,42 ----
<bR />
<span tal:content="structure python:currentQuestion.getQuestion()" />
! <div tal:condition="python:currentQuestion.getPicture()"
! tal:content="structure python:currentQuestion.getPicture()" />
!
<br/><br/>
Index: exam_multiplechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_multiplechoice.pt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** exam_multiplechoice.pt 21 Dec 2004 00:49:44 -0000 1.6
--- exam_multiplechoice.pt 27 Dec 2004 14:22:43 -0000 1.7
***************
*** 8,11 ****
--- 8,15 ----
<bR>
<b tal:content="structure python:currentQuestion.getQuestion()" />
+
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
+
<br/>
<span tal:content="python: currentQuestion.getInstruction()" />
***************
*** 26,30 ****
</td>
<td>
! <span tal:content="python: answer.getChallange()" />
</td>
--- 30,39 ----
</td>
<td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
</td>
***************
*** 53,57 ****
<span tal:content="structure python:currentQuestion.getQuestion()" />
!
<br/>
--- 62,68 ----
<span tal:content="structure python:currentQuestion.getQuestion()" />
! <div tal:condition="python:currentQuestion.getPicture()"
! tal:content="structure python:currentQuestion.getPicture()" />
!
<br/>
***************
*** 70,74 ****
<tr tal:repeat="answer python:currentQuestion.contentValues()">
! <td tal:content="python: answer.getChallange()" />
<td>
<input type="checkbox" disabled="disabled"
--- 81,96 ----
<tr tal:repeat="answer python:currentQuestion.contentValues()">
!
!
!
! <td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
! </td>
!
<td>
<input type="checkbox" disabled="disabled"
Index: exam_texttask.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_texttask.pt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** exam_texttask.pt 27 Dec 2004 11:40:33 -0000 1.1
--- exam_texttask.pt 27 Dec 2004 14:22:43 -0000 1.2
***************
*** 8,11 ****
--- 8,14 ----
<bR>
<b tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
+
<br/>
<span tal:content="python: currentQuestion.getInstruction()" />
***************
*** 32,35 ****
--- 35,40 ----
<span tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
<br />
Index: exam_truefalse.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_truefalse.pt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** exam_truefalse.pt 21 Dec 2004 00:49:44 -0000 1.4
--- exam_truefalse.pt 27 Dec 2004 14:22:43 -0000 1.5
***************
*** 8,11 ****
--- 8,14 ----
<bR />
<b tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
+
<br/>
<span tal:content="python: currentQuestion.getInstruction()" />
***************
*** 17,21 ****
<tr tal:repeat="answer python:currentQuestion.contentValues()">
! <td><span tal:content="python: answer.getChallange()" /></td>
<td width="10"></td>
<td>
--- 20,31 ----
<tr tal:repeat="answer python:currentQuestion.contentValues()">
! <td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
! </td>
<td width="10"></td>
<td>
***************
*** 52,55 ****
--- 62,67 ----
<span tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
<br/>
***************
*** 69,73 ****
<tr tal:repeat="answer python:currentQuestion.contentValues()">
! <td tal:content="python: answer.getChallange()" />
<td>
--- 81,93 ----
<tr tal:repeat="answer python:currentQuestion.contentValues()">
! <td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
! </td>
!
<td>
Index: exam_singlechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_singlechoice.pt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** exam_singlechoice.pt 21 Dec 2004 00:49:44 -0000 1.4
--- exam_singlechoice.pt 27 Dec 2004 14:22:43 -0000 1.5
***************
*** 8,11 ****
--- 8,14 ----
<bR>
<b tal:content="structure python:currentQuestion.getQuestion()" />
+ <div tal:condition="python:currentQuestion.getPicture()"
+ tal:content="structure python:currentQuestion.getPicture()" />
+
<br/>
<span tal:content="python: currentQuestion.getInstruction()" />
***************
*** 25,29 ****
</td>
<td>
! <span tal:content="python: answer.getChallange()" />
</td>
--- 28,38 ----
</td>
<td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
!
</td>
***************
*** 48,52 ****
<span tal:content="structure python:currentQuestion.getQuestion()" />
!
<br/>
--- 57,63 ----
<span tal:content="structure python:currentQuestion.getQuestion()" />
! <div tal:condition="python:currentQuestion.getPicture()"
! tal:content="structure python:currentQuestion.getPicture()" />
!
<br/>
***************
*** 65,69 ****
<tr tal:repeat="answer python:currentQuestion.contentValues()">
! <td tal:content="python: answer.getChallange()" />
<td>
<input type="radio" disabled="disabled"
--- 76,88 ----
<tr tal:repeat="answer python:currentQuestion.contentValues()">
! <td>
! <span tal:condition="python:answer.getPicture()"
! tal:content="structure python:answer.getPicture()" />
!
!
!
! <span tal:content="python: answer.getChallange()" />
! </td>
!
<td>
<input type="radio" disabled="disabled"
-------------------------------------------------------
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/