EduploneExam/skins/EduploneExam exam_matching.pt,1.11.2.5,1.11.2.6 exam_multiplechoice.pt,1.15.2.4,1.15.2.5 exam_singlechoice.pt,1.13.2.6,1.13.2.7 exam_truefalse.pt,1.13.2.5,1.13.2.6

"Fabian K." <[email protected]> Mon, 27 Feb 2006 21:57:40 +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-serv17755/skins/EduploneExam

Modified Files:
      Tag: exam-1_1
	exam_matching.pt exam_multiplechoice.pt exam_singlechoice.pt 
	exam_truefalse.pt 
Log Message:
Added random answer output in exam view. Changed model and added one attribute to ExamFolder. Build 66.

Index: exam_matching.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_matching.pt,v
retrieving revision 1.11.2.5
retrieving revision 1.11.2.6
diff -C2 -d -r1.11.2.5 -r1.11.2.6
*** exam_matching.pt	9 Feb 2006 21:22:25 -0000	1.11.2.5
--- exam_matching.pt	27 Feb 2006 21:57:38 -0000	1.11.2.6
***************
*** 12,16 ****
                 tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!             <tal:repeat repeat="answer python:currentQuestion.contentValues()">               
                  <tr tal:condition="answer/challenge">
                      <td>
--- 12,16 ----
                 tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!            <tal:repeat repeat="answer python:currentQuestion.randomContentValues(currentQuestion.aq_parent.getParam_randomizeAnswers())">
                  <tr tal:condition="answer/challenge">
                      <td>

Index: exam_truefalse.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_truefalse.pt,v
retrieving revision 1.13.2.5
retrieving revision 1.13.2.6
diff -C2 -d -r1.13.2.5 -r1.13.2.6
*** exam_truefalse.pt	9 Feb 2006 21:22:25 -0000	1.13.2.5
--- exam_truefalse.pt	27 Feb 2006 21:57:38 -0000	1.13.2.6
***************
*** 10,14 ****
          <table border="0" cellspacing="0" cellpadding="0" tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!         <tr tal:repeat="answer python:currentQuestion.contentValues()">
  
              <td>
--- 10,14 ----
          <table border="0" cellspacing="0" cellpadding="0" tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!         <tr tal:repeat="answer python:currentQuestion.randomContentValues(currentQuestion.aq_parent.getParam_randomizeAnswers())">
  
              <td>

Index: exam_singlechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_singlechoice.pt,v
retrieving revision 1.13.2.6
retrieving revision 1.13.2.7
diff -C2 -d -r1.13.2.6 -r1.13.2.7
*** exam_singlechoice.pt	17 Jan 2006 23:32:11 -0000	1.13.2.6
--- exam_singlechoice.pt	27 Feb 2006 21:57:38 -0000	1.13.2.7
***************
*** 11,15 ****
                 tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!         <tr tal:repeat="answer python:currentQuestion.contentValues()">
  
                  <td>
--- 11,15 ----
                 tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!         <tr tal:repeat="answer python:currentQuestion.randomContentValues(currentQuestion.aq_parent.getParam_randomizeAnswers())">
  
                  <td>

Index: exam_multiplechoice.pt
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/skins/EduploneExam/exam_multiplechoice.pt,v
retrieving revision 1.15.2.4
retrieving revision 1.15.2.5
diff -C2 -d -r1.15.2.4 -r1.15.2.5
*** exam_multiplechoice.pt	8 Jan 2006 14:01:23 -0000	1.15.2.4
--- exam_multiplechoice.pt	27 Feb 2006 21:57:38 -0000	1.15.2.5
***************
*** 11,15 ****
                 tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!         <tr tal:repeat="answer python:currentQuestion.contentValues()">
  
                  <td>
--- 11,15 ----
                 tal:define="responseObj python: context.deliverResponse(currentQuestion, create=False)">
  
!         <tr tal:repeat="answer python:currentQuestion.randomContentValues(currentQuestion.aq_parent.getParam_randomizeAnswers())">
  
                  <td>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642