EduploneTest/skins/EduploneTest eduplone_scoreOverride.pt,1.4,1.5 eduplone_userResults.pt,1.3,1.4 task_view.pt,1.5,1.6
Claudia Disque <[email protected]>
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneTest/skins/EduploneTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16472/skins/EduploneTest
Modified Files:
eduplone_scoreOverride.pt eduplone_userResults.pt task_view.pt
Log Message:
Index: task_view.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneTest/skins/EduploneTest/task_view.pt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** task_view.pt 13 Oct 2004 13:07:55 -0000 1.5
--- task_view.pt 13 Oct 2004 20:17:03 -0000 1.6
***************
*** 16,20 ****
<tal metal:fill-slot="content_slot">
! <b tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
--- 16,20 ----
<tal metal:fill-slot="content_slot">
! <tal tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
***************
*** 37,41 ****
<tal:define define="tId python:taskitem.id;
tLabel python:taskitem.title;
! tKey python:taskitem['Key (links)'];
tChallenge python:taskitem['Challenge'];
uAnswer python: here.users.getSingleUserAnswer(cUser, here.id, tId)">
--- 37,41 ----
<tal:define define="tId python:taskitem.id;
tLabel python:taskitem.title;
! tKey python:taskitem['Challenge'];
tChallenge python:taskitem['Challenge'];
uAnswer python: here.users.getSingleUserAnswer(cUser, here.id, tId)">
***************
*** 82,86 ****
! <b tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
--- 82,86 ----
! <tal tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
***************
*** 172,176 ****
<tal metal:fill-slot="content_slot">
! <b tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
--- 172,176 ----
<tal metal:fill-slot="content_slot">
! <tal tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
***************
*** 217,221 ****
<tal metal:fill-slot="content_slot">
! <b tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
--- 217,221 ----
<tal metal:fill-slot="content_slot">
! <tal tal:content="structure here/question" />
<br/><br/>
<span tal:content="here/instruction" />
***************
*** 234,240 ****
value here/id"/>
!
<p tal:content="structure python:here.getRenderedText(render_as='user', uAnswer=uAnswers)" />
!
<br/><br/>
--- 234,240 ----
value here/id"/>
!
<p tal:content="structure python:here.getRenderedText(render_as='user', uAnswer=uAnswers)" />
!
<br/><br/>
Index: eduplone_scoreOverride.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneTest/skins/EduploneTest/eduplone_scoreOverride.pt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** eduplone_scoreOverride.pt 9 Oct 2004 16:36:03 -0000 1.4
--- eduplone_scoreOverride.pt 13 Oct 2004 20:17:03 -0000 1.5
***************
*** 40,44 ****
<tr>
<td i18n:translate="label_question_title">Question title:</td><td><b tal:content="python: questionOb.title" /></td>
!
</tr>
<tr>
--- 40,44 ----
<tr>
<td i18n:translate="label_question_title">Question title:</td><td><b tal:content="python: questionOb.title" /></td>
!
</tr>
<tr>
***************
*** 71,75 ****
</tr>
<tr tal:repeat="answer python: questionOb.objectValues()">
! <td><b tal:content="python: answer['Key (links)']" /></td>
<td tal:content="python: answer.correctAnswer" />
<td tal:content="python: here.getSingleAnswer(questionId, answer.getId())" />
--- 71,75 ----
</tr>
<tr tal:repeat="answer python: questionOb.objectValues()">
! <td><b tal:content="python: answer['Challenge']" /></td>
<td tal:content="python: answer.correctAnswer" />
<td tal:content="python: here.getSingleAnswer(questionId, answer.getId())" />
Index: eduplone_userResults.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneTest/skins/EduploneTest/eduplone_userResults.pt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** eduplone_userResults.pt 5 Oct 2004 18:19:07 -0000 1.3
--- eduplone_userResults.pt 13 Oct 2004 20:17:03 -0000 1.4
***************
*** 72,76 ****
<tal:define define="tId python:taskitem.id;
tLabel python:taskitem.title;
! tKey python:taskitem['Key (links)'];
tChallenge python:taskitem['Challenge'];
uAnswer python: here.getSingleUserAnswer(cUser, quest.id, tId)">
--- 72,76 ----
<tal:define define="tId python:taskitem.id;
tLabel python:taskitem.title;
! tKey python:taskitem['Challenge'];
tChallenge python:taskitem['Challenge'];
uAnswer python: here.getSingleUserAnswer(cUser, quest.id, tId)">
***************
*** 123,127 ****
<tal:define define="tId python:taskitem.id;
! tAnswer python:taskitem['Antwort'];
uAnswer python: here.getSingleUserAnswer(cUser, quest.id, tId)">
--- 123,127 ----
<tal:define define="tId python:taskitem.id;
! tAnswer python:taskitem['Answer'];
uAnswer python: here.getSingleUserAnswer(cUser, quest.id, tId)">
***************
*** 189,193 ****
method python:'post';"
tal:define= "taskitems python:quest.objectValues();
! tId python:quest.id;
cUser python:here.id;
uAnswer python: here.users.getSingleUserAnswer(cUser, quest.id, tId)">
--- 189,193 ----
method python:'post';"
tal:define= "taskitems python:quest.objectValues();
! tId python:quest.id;
cUser python:here.id;
uAnswer python: here.users.getSingleUserAnswer(cUser, quest.id, tId)">
***************
*** 217,227 ****
value uAnswer"/>
</tal>
- <!--kann auch weg, schreibt keine Antwort rein-->
-
-
- <!--
- <bR/><bR/>
- <input type=submit>
- -->
</form>
--- 217,220 ----
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl