[virtualcommons-svn] SF.net SVN: virtualcommons:[318] irrigation/trunk/src/main/resources/ configur
Status: Beta
Brought to you by:
alllee
From: <al...@us...> - 2009-10-22 07:02:17
|
Revision: 318 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=318&view=rev Author: alllee Date: 2009-10-22 07:02:10 +0000 (Thu, 22 Oct 2009) Log Message: ----------- updated instructions and added reset-infrastructure parameter to first actual round of experiment. Modified Paths: -------------- irrigation/trunk/src/main/resources/configuration/asu-fall-2009/irrigation.xml irrigation/trunk/src/main/resources/configuration/asu-fall-2009/round2.xml Modified: irrigation/trunk/src/main/resources/configuration/asu-fall-2009/irrigation.xml =================================================================== --- irrigation/trunk/src/main/resources/configuration/asu-fall-2009/irrigation.xml 2009-10-22 07:00:32 UTC (rev 317) +++ irrigation/trunk/src/main/resources/configuration/asu-fall-2009/irrigation.xml 2009-10-22 07:02:10 UTC (rev 318) @@ -312,6 +312,7 @@ Given an existing infrastructure efficiency of 20%, if the five participants invest a <b>total of 29 additional tokens</b>, what is the new irrigation infrastructure efficiency? +<br> <input type="text" name="q3" value = ""> <br><br> @@ -533,6 +534,63 @@ ]]> </entry> +<entry key='water-collected-to-tokens-table'> +<![CDATA[ +<table border="1" cellspacing="2" cellpadding="2"> +<thead> +<th>Water units received (cubic feet)</th> +<th>Tokens earned</th> +</thead> +<tr> +<td>< 150</td><td>0</td> +</tr> +<tr> +<td>150-199</td><td>1</td> +</tr> +<tr> +<td>200-249</td><td>4</td> +</tr> +<tr> +<td>250-299</td><td>10</td> +</tr> +<tr> +<td>300-349</td><td>15</td> +</tr> +<tr> +<td>350-399</td><td>18</td> +</tr> +<tr> +<td>400-499</td><td>19</td> +</tr> +<tr> +<td>500-549</td><td>20</td> +</tr> +<tr> +<td>550-649</td><td>19</td> +</tr> +<tr> +<td>650-699</td><td>18</td> +</tr> +<tr> +<td>700-749</td><td>15</td> +</tr> +<tr> +<td>750-799</td><td>10</td> +</tr> +<tr> +<td>800-849</td><td>4</td> +</tr> +<tr> +<td>850-899</td><td>1</td> +</tr> +<tr> +<td>> 899</td><td>0</td> +</tr> +</table> +]]> +</entry> + + <entry key="general-instructionsq6"> <![CDATA[ <br><br> @@ -540,6 +598,7 @@ <form> If you invest 7 of the 10 tokens you started with, and you put 202 cf of water on your field, what is the total number of tokens you will have earned for that round? +<br> <input type="radio" name="q8" value="3">3<br> <input type="radio" name="q8" value="4">4<br> <input type="radio" name="q8" value="7">7<br> @@ -547,6 +606,7 @@ <br><br> If you invest all 10 tokens you start with, and you put 555 cf of water on your field, what is the total number of tokens your will have earned for that round? +<br> <input type="radio" name="q9" value="10">10<br> <input type="radio" name="q9" value="19">19<br> <input type="radio" name="q9" value="20">20<br> Modified: irrigation/trunk/src/main/resources/configuration/asu-fall-2009/round2.xml =================================================================== --- irrigation/trunk/src/main/resources/configuration/asu-fall-2009/round2.xml 2009-10-22 07:00:32 UTC (rev 317) +++ irrigation/trunk/src/main/resources/configuration/asu-fall-2009/round2.xml 2009-10-22 07:02:10 UTC (rev 318) @@ -3,12 +3,14 @@ <properties> <comment>Irrigation experiment round configuration</comment> +<entry key='reset-infrastructure-efficiency'>true</entry> + <entry key="instructions"> <![CDATA[ <h3>Round 1 Instructions</h3> <p> This is the first round of twenty. Before this round begins you will have the -opportunity to text chat with the other participant for fifty seconds, then +opportunity to text chat with the other participant for forty seconds, then decide on your level of investment in the irrigation infrastructure. After the total irrigation infrastructure investment has been determined you will begin the experiment and make decisions on when to open your irrigation gates This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |