<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to create a random ordering of number boxes?]]></title><description><![CDATA[<p>Hi everyone<br />
I am creating a game for ios whereby I want 3 results of calcuations to be possible answers to a question. I want to be able to get these to show up kind of in a random order on the screen; otherwise, the user will quickly discover that the middle box will allways have the correct answer.<br />
Please help??</p>
<p>Many thanks,<br />
Peter</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 17:55:47 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9958.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Apr 2016 06:51:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 06:51:32 GMT]]></title><description><![CDATA[<p>Hi everyone<br />
I am creating a game for ios whereby I want 3 results of calcuations to be possible answers to a question. I want to be able to get these to show up kind of in a random order on the screen; otherwise, the user will quickly discover that the middle box will allways have the correct answer.<br />
Please help??</p>
<p>Many thanks,<br />
Peter</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 09 Apr 2016 06:51:32 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 10:18:20 GMT]]></title><description><![CDATA[<p>@peeshder Hello Peter......<br />
This might not be the best or most elegant solution..... but should work.......<br />
<a href="/uploads/files/1460193355014-which_one.pd">which_one.pd</a><br />
David.<br />
<img src="/uploads/files/1460197097658-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 09 Apr 2016 10:18:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 08:33:18 GMT]]></title><description><![CDATA[<p>Thanks @whalev-av!<br />
That's a lot more elegant tha my solution just now;<br />
<img src="/uploads/files/1460190715802-upload-c96091b6-9950-45fe-8791-0fad454bbdcb" alt="upload-c96091b6-9950-45fe-8791-0fad454bbdcb" class="img-responsive img-markdown" /></p>
<p>(Selecting a random nunber between 1-6 for ALL the possibilites of 3 random objects in a row ((ABC, ACB, BAC, BCA e.t.c<br />
then using 3 float boxes for every eventual answer box</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/3</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 09 Apr 2016 08:33:18 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 08:38:27 GMT]]></title><description><![CDATA[<p>@peeshder It looks as though you had solved it the same way!<br />
If you tidy up your patch then it will look just as elegant!<br />
You could start by using [sel 0 1 2 3 4 5] for example (instead of the separate [sel] objects.<br />
It is worth the effort, as when you come back to it later, with a new idea, you will understand the patch better......<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 09 Apr 2016 08:38:27 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 09:26:51 GMT]]></title><description><![CDATA[<p>Oh of course! Silly me yes that will tidy things up considerably</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/5</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 09 Apr 2016 09:26:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 09:59:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> David if you are still free...<br />
I'm now trying to get the buttons your press for option1/option2/option3 to send the correct RIGHT ANSWER/WRONG ANSWER data back to the rest of the system. Obviously when the answers are in a randomized order, this becomes a bit trickier!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/6</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 09 Apr 2016 09:59:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 10:17:13 GMT]]></title><description><![CDATA[<p>@peeshder Hello Peter........<br />
<a href="/uploads/files/1460197009279-which_one2.pd">which_one2.pd</a><br />
(I have changed the screenshot above......)<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/7</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 09 Apr 2016 10:17:13 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a random ordering of number boxes? on Sat, 09 Apr 2016 11:49:54 GMT]]></title><description><![CDATA[<p>David,<br />
This really helps!<br />
The game I am building is a bpm/beats per minute guessing game, I am not sure if I explained earlier.<br />
So every time one of the answer boxes or the corresponding bang button is clicked, I need to generate a new random metronome beat.<br />
I'll send you the whole patch I have developed</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9958/how-to-create-a-random-ordering-of-number-boxes/8</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 09 Apr 2016 11:49:54 GMT</pubDate></item></channel></rss>