[virtualcommons-svn] commit/foraging: alllee: fixing reference to roundNumber in asu foraging treat
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-01-24 00:04:44
|
1 new commit in foraging: https://bitbucket.org/virtualcommons/foraging/changeset/a046d8dd6573/ changeset: a046d8dd6573 user: alllee date: 2012-01-24 01:03:56 summary: fixing reference to roundNumber in asu foraging treatment instruction templates affected #: 4 files diff -r b8755f98a7c874936eedff549ad0d3defdf86851 -r a046d8dd6573d20f465738fb06caa4590cff8329 src/main/resources/configuration/asu/2011/t1/server.xml --- a/src/main/resources/configuration/asu/2011/t1/server.xml +++ b/src/main/resources/configuration/asu/2011/t1/server.xml @@ -181,9 +181,9 @@ </entry><entry key="sameRoundAsPreviousInstructions"><![CDATA[ -<h3>Round {roundNumber} Instructions</h3> +<h3>Round {self.roundNumber} Instructions</h3><hr> -<p>Round {roundNumber} is the same as the previous round.</p> +<p>Round {self.roundNumber} is the same as the previous round.</p><p>The length of this round is {duration}.</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> ]]> diff -r b8755f98a7c874936eedff549ad0d3defdf86851 -r a046d8dd6573d20f465738fb06caa4590cff8329 src/main/resources/configuration/asu/2011/t2/server.xml --- a/src/main/resources/configuration/asu/2011/t2/server.xml +++ b/src/main/resources/configuration/asu/2011/t2/server.xml @@ -181,9 +181,9 @@ </entry><entry key="sameRoundAsPreviousInstructions"><![CDATA[ -<h3>Round {roundNumber} Instructions</h3> +<h3>Round {self.roundNumber} Instructions</h3><hr> -<p>Round {roundNumber} is the same as the previous round.</p> +<p>Round {self.roundNumber} is the same as the previous round.</p><p>The length of this round is {duration}.</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> ]]> diff -r b8755f98a7c874936eedff549ad0d3defdf86851 -r a046d8dd6573d20f465738fb06caa4590cff8329 src/main/resources/configuration/asu/2011/t3/server.xml --- a/src/main/resources/configuration/asu/2011/t3/server.xml +++ b/src/main/resources/configuration/asu/2011/t3/server.xml @@ -181,9 +181,9 @@ </entry><entry key="sameRoundAsPreviousInstructions"><![CDATA[ -<h3>Round {roundNumber} Instructions</h3> +<h3>Round {self.roundNumber} Instructions</h3><hr> -<p>Round {roundNumber} is the same as the previous round.</p> +<p>Round {self.roundNumber} is the same as the previous round.</p><p>The length of this round is {duration}.</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> ]]> diff -r b8755f98a7c874936eedff549ad0d3defdf86851 -r a046d8dd6573d20f465738fb06caa4590cff8329 src/main/resources/configuration/asu/2011/t4/server.xml --- a/src/main/resources/configuration/asu/2011/t4/server.xml +++ b/src/main/resources/configuration/asu/2011/t4/server.xml @@ -181,9 +181,9 @@ </entry><entry key="sameRoundAsPreviousInstructions"><![CDATA[ -<h3>Round {roundNumber} Instructions</h3> +<h3>Round {self.roundNumber} Instructions</h3><hr> -<p>Round {roundNumber} is the same as the previous round.</p> +<p>Round {self.roundNumber} is the same as the previous round.</p><p>The length of this round is {duration}.</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> ]]> 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. |