|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/22/2008 5:17:44 AM
Posts: 6,
Visits: 44
|
|
Hello
What I am trying to do is access 3 tables randomly. Each of these tables has a procedure in which 80 words are presented randomly in pairs.
I created one "Random" table in which I nested these 3 tables. Now it selects them randomly, but only runs each of them through once. This means I only get one pair of words and not 80 for each table. The nested tables are set to random and 1 cycle is set to 80 samples.
Is there any other way I can select these tables randomly AND they run through completely ? I have tried writing an array, which didn't work.
For X = 1 to 3 c.SetAttrib "Y", Random (1,3)
if Y = 1 then goto table1
else if Y = 2 then goto table2
else if Y = 3 then goto table3
end if
next
Thank you very much for your help.
Tina
|
|
|
|
|
Forum Guru
      
Group: Moderators
Last Login: 10/30/2008 3:23:17 PM
Posts: 127,
Visits: 924
|
|
Hi Tina,
It would be very helpful if I could take a look at your experiment in order to better troubleshoot the issue. Can you please attach the most recent version of your ES file to a response? Please also attach any additional files (i.e. images, sounds, etc) that are necessary to run the experiment. Since the site will allow you to attach only a few files at a time, you will need to attach a single ZIP containing all of your files.
Thank you very much for your time. I look forward to hearing from you.
- Matt
PST Technical Consultant
http://pstnet.com
|
|
|
|