[virtualcommons-svn] commit/foraging: alllee: initial set up for survey linkages
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2011-09-29 21:54:31
|
1 new changeset in foraging: http://bitbucket.org/virtualcommons/foraging/changeset/b4775338bf72/ changeset: b4775338bf72 user: alllee date: 2011-09-29 23:54:18 summary: initial set up for survey linkages affected #: 4 files (-1 bytes) --- a/src/main/java/edu/asu/commons/foraging/conf/RoundConfiguration.java Thu Sep 29 03:52:30 2011 -0700 +++ b/src/main/java/edu/asu/commons/foraging/conf/RoundConfiguration.java Thu Sep 29 14:54:18 2011 -0700 @@ -308,11 +308,6 @@ return getProperty("regulation-instructions"); } - public String getVotingInstructions() { - return getProperty( - "voting-instructions", - "You may rank the options below from 1 to 5, where 1 is the most favorable and 5 is the least favorable. When you rank a given option it will be sorted automatically."); - } public String getLastRoundDebriefing() { return getProperty("last-round-debriefing"); @@ -529,6 +524,14 @@ return getBooleanProperty("voting-enabled"); } + public String getVotingInstructions() { + return getProperty("voting-instructions"); + } + + public String getInitialVotingInstructions() { + return getProperty("initial-voting-instructions", "<h1>Notice</h1><hr><p>You will be given the ability to vote for rules in the next screen.</p>"); + } + public List<String> getFixedRules() { return FIXED_RULES; --- a/src/main/resources/configuration/indiana-experiments/fall-2011/pretest/round1.xml Thu Sep 29 03:52:30 2011 -0700 +++ b/src/main/resources/configuration/indiana-experiments/fall-2011/pretest/round1.xml Thu Sep 29 14:54:18 2011 -0700 @@ -48,23 +48,4 @@ </p> ]]></entry> -<entry key="chat-instructions"> -<![CDATA[ -<p> -You can chat with the other participants in your group during this round. -You may communicate about any aspect of the experiment that you would like to -discuss with other participants with whom you have been matched. You may not promise -them side-payments after the experiment is completed or threaten them with any -consequence after the experiment is finished. We are monitoring the chat traffic -while you chat. If we see that somebody reveals his or her identity, we have to stop -the experiment and remove the whole group from which this person is a member out of -this room. -</p> -<p> -You will see other participants labeled as "1", "2","3", "4", or "5" in the chat -window. You can send a chat message by typing into the textfield and pressing the -enter key. -</p> -]]> -</entry></properties> --- a/src/main/resources/configuration/indiana-experiments/fall-2011/pretest/round3.xml Thu Sep 29 03:52:30 2011 -0700 +++ b/src/main/resources/configuration/indiana-experiments/fall-2011/pretest/round3.xml Thu Sep 29 14:54:18 2011 -0700 @@ -19,9 +19,7 @@ <![CDATA[ <h3>Round 3 Instructions</h3><hr> -<p> -Round 3 is the same as round 2. Except now the resources move. -</p> +<p>This round is the same as the previous round.</p><p> If you have any questions please raise your hand. <b>Do you have any questions so far?</b> --- a/src/main/resources/configuration/indiana-experiments/fall-2011/pretest/round4.xml Thu Sep 29 03:52:30 2011 -0700 +++ b/src/main/resources/configuration/indiana-experiments/fall-2011/pretest/round4.xml Thu Sep 29 14:54:18 2011 -0700 @@ -12,18 +12,70 @@ <entry key='max-cell-occupancy'>1</entry><entry key="initial-distribution">.25</entry> +<entry key='voting-enabled'>true</entry> +<entry key='initial-voting-instructions'> + <![CDATA[ +<h1>Notice</h1> +<hr> +<p> +In a moment, you will see a screen on your computer called Rule Options. It +will list 6 different rules that you can consider as options for managing how +each of your groups collect green tokens today. +</p> +<p> +You can nominate one rule from the list to help decide whether or not to have a +rule and what that rule will be. The rule that has the most nominations will be +considered chosen and established as the rule. If there is a tie, then each +tied nominated rule will receive an equal chance of getting selected at random. +</p> + ]]> +</entry> + +<entry key='voting-instructions'> +<![CDATA[ +<h1>Voting Instructions</h1> +<hr> +<p> +To nominate a rule, click the radio button to the left of the one you choose, and +then click "submit." The computer will tally the nominations and then report +the results on the next screen. The results will be presented to each +participant in your group and the experimenter. +</p> + +<p> +The identity of people who nominated a particular rule will NOT be revealed. +Therefore, neither you nor the experimenter will know who nominated a +particular rule. +</p> + +</p> +]]> +</entry> + +<entry key='survey-instructions'> + <![CDATA[ + <h1>Survey</h1> + <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 player ID: @PLAYER_ID@ </li> + <li>Your survey ID: @SURVEY_ID@ </li> + </ul> + <p> + <a href='@SURVEY_LINK@'>Please click here to begin the survey</a>. + </p> + ]]> +</entry><entry key="instructions"><![CDATA[ <h3>Round 4 Instructions</h3><hr><p> - Round 4 is the same as the previous rounds with one exception. You will be able - to communicate with the other participants in your group <b>during</b> the - round. To communicate, hit the enter key, type uour message, and then hit the - enter key again. You must hit the enter key before every message you type, - otherwise control will return to the game screen where you can use the arrow - keys to move around. + In this round you will </p><p> @@ -36,23 +88,4 @@ ]]></entry> -<entry key="chat-instructions"> -<![CDATA[ -<p> -You can chat with the other participants in your group during this round. -You may communicate about any aspect of the experiment that you would like to -discuss with other participants with whom you have been matched. You may not promise -them side-payments after the experiment is completed or threaten them with any -consequence after the experiment is finished. We are monitoring the chat traffic -while you chat. If we see that somebody reveals his or her identity, we have to stop -the experiment and remove the whole group from which this person is a member out of -this room. -</p> -<p> -You will see other participants labeled as "1", "2","3", "4", or "5" in the chat -box. You can send a chat message by typing into the textfield and pressing the -enter key. -</p> -]]> -</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. |