[virtualcommons-svn] commit/foraging: alllee: fixing survey URL and instruction links for vote-puni
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-01-19 23:10:51
|
1 new commit in foraging: https://bitbucket.org/virtualcommons/foraging/changeset/8832db4b5dd3/ changeset: 8832db4b5dd3 user: alllee date: 2012-01-20 00:10:52 summary: fixing survey URL and instruction links for vote-punish condition affected #: 5 files diff -r d76727cadd7803db7bb0425d9b96784779d99a15 -r 8832db4b5dd30e04c5f30cf3f612b1facf0c4635 src/main/resources/configuration/iu/2011/vote-punish/round0.xml --- a/src/main/resources/configuration/iu/2011/vote-punish/round0.xml +++ b/src/main/resources/configuration/iu/2011/vote-punish/round0.xml @@ -69,13 +69,14 @@ <hr><p> {if (allCorrect)} - You have answered all the questions correctly. + You have answered all the questions correctly and earned <b>{totalQuizEarnings}</b>. {else} - You answered {numberCorrect}/{totalQuestions} questions correctly. Questions you've answered + You answered {numberCorrect} out of {totalQuestions} questions correctly + and earned <b>{totalQuizEarnings}</b>. Questions you've answered incorrectly are highlighted in red. Please see below for more details. {endif} </p> - <br><hr> + <hr><form><span class='q1'>Q1. Which of these statements is NOT correct?</span><br><b>{incorrect_q1} @@ -88,7 +89,7 @@ B. When you have collected all tokens on the screen, no new tokens will appear.<br> C. Tokens grow from the middle of the screen.<br> D. To collect a token you need to press the space bar while your yellow dot <img src="@CODEBASE_URL@/images/gem-self.gif"></img> is on a cell with a token.<br> -<br><br> +<br><span class='q2'>Q2. Which sequence of situations is not possible?</span><br><b> {incorrect_q2} diff -r d76727cadd7803db7bb0425d9b96784779d99a15 -r 8832db4b5dd30e04c5f30cf3f612b1facf0c4635 src/main/resources/configuration/iu/2011/vote-punish/round7.xml --- a/src/main/resources/configuration/iu/2011/vote-punish/round7.xml +++ b/src/main/resources/configuration/iu/2011/vote-punish/round7.xml @@ -21,22 +21,13 @@ <hr><p> Before we continue to the next round of the token task, we would like to ask you - some quick questions. At the beginning of the survey you will need to enter: - </p> - <ul> - <li>Your participant ID: {participantId} </li> - <li>Your survey ID: {surveyId} </li> - </ul> - <p> - Please <a href='{surveyLink}'>click here</a> to begin the survey. + some quick questions. Please <a href='{surveyUrl}'>click here</a> to + begin the survey. </p> ]]></entry> - -<entry key='survey-link'> - <![CDATA[ - https://qtrial.qualtrics.com/SE/?SID=SV_3efXdNaJ6EXZ0S8 - ]]> +<entry key='survey-url'> + <![CDATA[https://qtrial.qualtrics.com/SE/?SID=SV_3efXdNaJ6EXZ0S8&SURVEY_ID={surveyId}]]></entry> @@ -48,10 +39,7 @@ From this point forward, participants will NOT have the option to reduce the earnings of another participant. </p><p>The length of this round is {duration}.</p> -<p> -If you have any questions please raise your hand. <b>Do you have any -questions so far?</b> -</p> +<p><b>Do you have any questions?</b> If you have any questions at this time please raise your hand and someone will come over to your station and answer it.</p> ]]></entry></properties> diff -r d76727cadd7803db7bb0425d9b96784779d99a15 -r 8832db4b5dd30e04c5f30cf3f612b1facf0c4635 src/main/resources/configuration/iu/2011/vote-punish/round8.xml --- a/src/main/resources/configuration/iu/2011/vote-punish/round8.xml +++ b/src/main/resources/configuration/iu/2011/vote-punish/round8.xml @@ -8,9 +8,6 @@ <entry key="resource-width">26</entry><entry key="duration">240</entry> -<entry key='tokens-field-of-vision'>true</entry> -<entry key='subjects-field-of-vision'>true</entry> - <entry key="initial-distribution">.25</entry><entry key='always-explicit'>true</entry> diff -r d76727cadd7803db7bb0425d9b96784779d99a15 -r 8832db4b5dd30e04c5f30cf3f612b1facf0c4635 src/main/resources/configuration/iu/2011/vote-punish/round9.xml --- a/src/main/resources/configuration/iu/2011/vote-punish/round9.xml +++ b/src/main/resources/configuration/iu/2011/vote-punish/round9.xml @@ -8,9 +8,6 @@ <entry key="resource-width">26</entry><entry key="duration">240</entry> -<entry key='tokens-field-of-vision'>true</entry> -<entry key='subjects-field-of-vision'>true</entry> - <entry key="initial-distribution">.25</entry><entry key='always-explicit'>true</entry> @@ -24,38 +21,15 @@ <hr><p> Before we continue to the next round of the token task, we would like to ask you - some quick questions. At the beginning of the survey you will need to enter: - </p> - <ul> - <li>Your participant ID: {participantId} </li> - <li>Your survey ID: {surveyId} </li> - </ul> - <p> - Please <a href='{surveyLink}'>click here</a> to begin the survey. + some quick questions. Please <a href='{surveyUrl}'>click here</a> to + begin the survey. </p> ]]></entry> - -<entry key='survey-link'> - <![CDATA[ - https://qtrial.qualtrics.com/SE/?SID=SV_e8rPe7yyhue5OVm - ]]> +<entry key='survey-url'> + <![CDATA[https://qtrial.qualtrics.com/SE/?SID=SV_e8rPe7yyhue5OVm&SURVEY_ID={surveyId}]]></entry> - -<entry key="instructions"> -<![CDATA[ -<h3>Instructions</h3> -<hr> -<p> - This is the last round of the experiment. -</p> -<p> -If you have any questions please raise your hand. <b>Do you have any -questions so far?</b> -</p> -]]> -</entry><entry key="last-round-debriefing"><![CDATA[ <p> diff -r d76727cadd7803db7bb0425d9b96784779d99a15 -r 8832db4b5dd30e04c5f30cf3f612b1facf0c4635 src/main/resources/configuration/iu/2011/vote-punish/server.xml --- a/src/main/resources/configuration/iu/2011/vote-punish/server.xml +++ b/src/main/resources/configuration/iu/2011/vote-punish/server.xml @@ -179,5 +179,57 @@ <p><b>Do you have any questions?</b> If you have any questions at this time please raise your hand and someone will come over to your station and answer it.</p> ]]></entry> - +<entry key='facilitator-debriefing'> +<![CDATA[ +<h3>Round {self.roundNumber} results</h3> +<hr> +<table border=1 cellspacing=3 cellpadding=3> +<tr> +<th>Participant</th><th>Current tokens</th><th>Current income</th><th>Quiz earnings</th><th>Trust game earnings</th><th>Total income</th> +</tr> +{clientDataList: {data | +<tr align="RIGHT"><td>{data.id}</td><td>{data.currentTokens}</td><td>{data.currentIncome}</td><td>{data.quizEarnings}</td><td>{data.trustGameEarnings}</td><td>{data.grandTotalIncome}</td></tr> +}} +</table> +]]> +</entry> +<entry key='client-debriefing'> +<![CDATA[ +<h1>{if (self.practiceRound)}Practice Round{else}Round {self.roundNumber}{endif} Results</h1> +<hr> +<ul> +<li>Tokens collected in this round: {clientData.currentTokens}</li> +<li>Income from tokens collected: {clientData.currentIncome}</li> +<li>Quiz earnings: {clientData.quizEarnings}</li> +<li>Show up payment: {showUpPayment}</li> +</ul> +{if (showExitInstructions && !clientData.trustGameLog.empty) } +<h2>Trust Game Earnings</h2> +<hr> +<ul> +{clientData.trustGameLog: {trustGameLog| +<li>Trust Game #{i}: {trustGameLog}</li> +}} +</ul> +Your total trust game earnings: <b>{clientData.trustGameEarnings}</b>. +{endif} +<h2>Total Income</h2> +<hr> +<p> +Your <b>total income</b> is <b>{clientData.grandTotalIncome}</b>. +</p> +{if (showExitInstructions)} +<h2>Exit Survey</h2> +<hr> +<p> +This was the last round, but not the end of the experiment. We ask that you please carefully fill out a brief survey as we prepare your payments. +</p> +<h2>Payment</h2> +<hr> +<p> +When payments are ready we will call you up one by one. Please wait until your computer number, <b>{clientData.id}</b>, is called to turn in your survey and receive payment. Please answer the survey carefully and thank you for participating. +</p> +{endif} +]]> +</entry></properties> Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |