EduploneExam/skins/EduploneExam exam_matching.pt,1.3,1.4 exam_multiplechoice.pt,1.7,1.8 exam_singlechoice.pt,1.5,1.6 exam_truefalse.pt,1.5,1.6

Nils Haagen <[email protected]> Thu, 24 Feb 2005 12:51:23 +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-serv10802/skins/EduploneExam

Modified Files:
	exam_matching.pt exam_multiplechoice.pt exam_singlechoice.pt 
	exam_truefalse.pt 
Log Message:
renamed challange->challenge

Index: exam_matching.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_matching.pt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** exam_matching.pt	10 Jan 2005 12:49:20 -0000	1.3
--- exam_matching.pt	24 Feb 2005 12:51:19 -0000	1.4
***************
*** 20,24 ****
  
              <tal:repeat repeat="answer python:currentQuestion.contentValues()">               
!                 <tr tal:condition="answer/challange">
                      <td>
                          <span tal:condition="python:answer.getPicture()"
--- 20,24 ----
  
              <tal:repeat repeat="answer python:currentQuestion.contentValues()">               
!                 <tr tal:condition="answer/challenge">
                      <td>
                          <span tal:condition="python:answer.getPicture()"
***************
*** 27,31 ****
                           &nbsp; &nbsp; 
          
!                         <span tal:content="python: answer.getChallange()" />
                      </td>
  
--- 27,31 ----
                           &nbsp; &nbsp; 
          
!                         <span tal:content="python: answer.getChallenge()" />
                      </td>
  
***************
*** 70,74 ****
  
            <thead>
!             <tr><th i18n:translate="label_challange">challange</th>
                  <th i18n:translate="label_useranswer">user answer</th>
                  <th i18n:translate="label_correctanswer">correct answer</th>
--- 70,74 ----
  
            <thead>
!             <tr><th i18n:translate="label_challange">challenge</th>
                  <th i18n:translate="label_useranswer">user answer</th>
                  <th i18n:translate="label_correctanswer">correct answer</th>
***************
*** 80,84 ****
            <tr tal:repeat="answer python:currentQuestion.contentValues()">
  
!             <tal:condition tal:condition="answer/challange">
                  <td>
                      <span tal:condition="python:answer.getPicture()"
--- 80,84 ----
            <tr tal:repeat="answer python:currentQuestion.contentValues()">
  
!             <tal:condition tal:condition="answer/challenge">
                  <td>
                      <span tal:condition="python:answer.getPicture()"
***************
*** 87,91 ****
                      &nbsp; &nbsp; 
  
!                     <span tal:content="python: answer.getChallange()" />
                  </td>
  
--- 87,91 ----
                      &nbsp; &nbsp; 
  
!                     <span tal:content="python: answer.getChallenge()" />
                  </td>
  

Index: exam_truefalse.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_truefalse.pt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** exam_truefalse.pt	27 Dec 2004 14:22:43 -0000	1.5
--- exam_truefalse.pt	24 Feb 2005 12:51:19 -0000	1.6
***************
*** 26,30 ****
                  &nbsp; &nbsp; 
  
!                 <span tal:content="python: answer.getChallange()" />
              </td>
              <td width="10"></td>
--- 26,30 ----
                  &nbsp; &nbsp; 
  
!                 <span tal:content="python: answer.getChallenge()" />
              </td>
              <td width="10"></td>
***************
*** 87,91 ****
                   &nbsp; &nbsp; 
  
!                  <span tal:content="python: answer.getChallange()" />
              </td>
  
--- 87,91 ----
                   &nbsp; &nbsp; 
  
!                  <span tal:content="python: answer.getChallenge()" />
              </td>
  

Index: exam_singlechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_singlechoice.pt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** exam_singlechoice.pt	27 Dec 2004 14:22:43 -0000	1.5
--- exam_singlechoice.pt	24 Feb 2005 12:51:19 -0000	1.6
***************
*** 33,37 ****
                      &nbsp; &nbsp; 
  
!                     <span tal:content="python: answer.getChallange()" />
  
                  </td>
--- 33,37 ----
                      &nbsp; &nbsp; 
  
!                     <span tal:content="python: answer.getChallenge()" />
  
                  </td>
***************
*** 68,72 ****
  
            <thead>
!             <tr><th i18n:translate="label_challange">challange</th>
                  <th i18n:translate="label_useranswer">user answer</th>
                  <th i18n:translate="label_is_this_correct">correct?</th>
--- 68,72 ----
  
            <thead>
!             <tr><th i18n:translate="label_challenge">challenge</th>
                  <th i18n:translate="label_useranswer">user answer</th>
                  <th i18n:translate="label_is_this_correct">correct?</th>
***************
*** 82,86 ****
                   &nbsp; &nbsp; 
  
!                  <span tal:content="python: answer.getChallange()" />
              </td>
              
--- 82,86 ----
                   &nbsp; &nbsp; 
  
!                  <span tal:content="python: answer.getChallenge()" />
              </td>
              

Index: exam_multiplechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_multiplechoice.pt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** exam_multiplechoice.pt	27 Dec 2004 14:22:43 -0000	1.7
--- exam_multiplechoice.pt	24 Feb 2005 12:51:19 -0000	1.8
***************
*** 35,39 ****
                      &nbsp; &nbsp; 
  
!                     <span tal:content="python: answer.getChallange()" />
                  </td>
  
--- 35,39 ----
                      &nbsp; &nbsp; 
  
!                     <span tal:content="python: answer.getChallenge()" />
                  </td>
  
***************
*** 73,77 ****
  
            <thead>
!             <tr><th i18n:translate="label_challange">challange</th>
                  <th i18n:translate="label_useranswer">user answer</th>
                  <th i18n:translate="label_is_this_correct">correct?</th>
--- 73,77 ----
  
            <thead>
!             <tr><th i18n:translate="label_challenge">challenge</th>
                  <th i18n:translate="label_useranswer">user answer</th>
                  <th i18n:translate="label_is_this_correct">correct?</th>
***************
*** 90,94 ****
                   &nbsp; &nbsp; 
  
!                  <span tal:content="python: answer.getChallange()" />
              </td>
  
--- 90,94 ----
                   &nbsp; &nbsp; 
  
!                  <span tal:content="python: answer.getChallenge()" />
              </td>
  



-------------------------------------------------------
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