<div>Further to my earlier post the Branch property will also affect what happens.<br></div><div><br></div><div>The help file reads</div><div><br></div><div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">A setting of 
<i>'sequence', 'randomUnused', 'randomAny', or 'calculate'. 
</i></span></font></div>
<div align="left"><br></div><font color="#010101">
</font><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><i>'sequence' </i>loops through the children of the 
decision icon in order. </span></font></div>
<div align="left"><br></div><font color="#010101">
</font><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><i>'randomUnused' </i>loops through the children in a 
random order, until all the paths are used, or until the repeat property is 
satisfied. </span></font></div>
<div align="left"><br></div><font color="#010101">
</font><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><i>'randomAny'</i> loops through the children until the 
repeat property is satisfied, and may visit the same child more than once. 
</span></font></div>
<div align="left"><br></div><font color="#010101">
</font><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">'<i>calculate</i>' allows you to route the flow into a 
particular page of the decision icon using the path property, which is zero 
based - to flow into the third page, set branch to calculate, and the path 
property to 2.</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">The following models use the decision icon and may give further insight into its use.<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">annotatedDiagram.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">bullets.rlm<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">buttonSequence.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">categories.rlm<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">columnPage.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">connectorMenu.rlm<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">customHotspots.rlm</span></font><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><br></span></font></div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">dialog.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">dragDropLabel.rlm<br></span></font></div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">inventory.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">links.rlm<br></span></font></div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">list.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">memory.rlm<br></span></font></div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">menu.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">perspectives.rlm<br></span></font></div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">quiz.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">table.rlm<br></span></font></div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">text.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">textMatch.rlm<br></span></font></div>
<div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">thumbnailViewer.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">timeline.rlm<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">transcriptReader.rlm<br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">The only one that does not set repeat-"all" in the model code is text.rlm which has repeat="1" and branch="calculate"<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">I don't know if this will help you to resolve your issue.<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">Hope it does :-)<br>
</span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt"><br></span></font></div><div align="left"><font color="#010101" face="Arial"><span style="FONT-SIZE:10pt">Johnathan<br>
</span></font></div></div><br><div class="gmail_quote">On 3 December 2012 13:56, Kemp Johnathan <span dir="ltr"><<a href="mailto:johnathan.kemp@ntlworld.com" target="_blank">johnathan.kemp@ntlworld.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>I have taken a look at the model files to see which pages use the decision icon.<br></div><div><br></div><div>After finding that the bullets page uses the decision icon I then ran some tests</div>
<div><br></div><div>By default the decision icon in the bullets page is set to </div>
<div><br></div><div>all</div><div><br></div><div>This results in the page listing every bullet.</div><div><br></div><div>If however you replace the repeat value in the property page with a number e.g.</div><div><br></div>

<div>3</div><div><br></div><div>Then only the first three bullets gets listed.</div><div><br></div><div>So I guess the answer is you put a number in (without any quotes) and the decision icon will run that many times.</div>

<div><br></div><div>Hope that helps.</div><div><br></div><div>You may find that taking a look at the bullets.rlm file in your xerte installs \pages\models\ folder will cast some light on its use.</div><div><br></div><div>

Kind regards</div><div><br></div><div>Johnathan</div><div><br></div><div>PS sorry for the delay in replying - very busy on the Connector page documentation at the moment.</div><br><div class="gmail_quote"><div><div class="h5">
On 3 December 2012 11:55, Dave Burnett <span dir="ltr"><<a href="mailto:d_b_burnett@hotmail.com" target="_blank">d_b_burnett@hotmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">


<div><div dir="ltr">
No takers?<div><br></div><div>Help says the Repeat property will take All or a number.</div><div>If I use a number, nothing happens.</div><div><br></div><div><div><br></div><div><br></div></div><div><div>
<div><hr>From: <a href="mailto:d_b_burnett@hotmail.com" target="_blank">d_b_burnett@hotmail.com</a><br>To: <a href="mailto:xerte@lists.nottingham.ac.uk" target="_blank">xerte@lists.nottingham.ac.uk</a><br>
Subject: Decision icon repeat<br>Date: Sun, 2 Dec 2012 08:08:22 -0500</div><div><br><br>


<div dir="ltr">
What goes in the property sheet of a decision icon to have it repeat a set number of times?<div><div><div><br></div></div></div>                                        </div></div></div></div>                                        </div>
<br><br>
<br></div>
<br></div></div>_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br></blockquote></div><br>
</blockquote></div><br>