<div dir="ltr">I'm currently working on an experiment where I have 478 random trials and then 2 extremely different trials (we'll call Trial A and B). Ideally, I would like for the 478 trials to be presented at random and Trial A to be presented after 250 random trials and then Trial B to be presented after 350 random trials. My inline script looks like:<div><br></div><div><div>g_nTotalTrial = g_nTotalTrial+1</div><div>c.SetAttrib "TrialCount", g_nTotalTrial</div><div><br></div><div>If "TrialCount" = "2" Then </div><div><span class="Apple-tab-span" style="white-space:pre">    </span>c.SetAttrib "RightCue", "Shape.bmp"</div><div>Else </div><div>End If</div></div><div><br></div><div>Trial A and B is supposed to show a different image as the right cue (Shape.bmp and Color.bmp respectively). Although I don't get any errors running the experiment, Trial A and B are not presented at Trial 250 and 350. </div><div>**Note that this was just a trial run where I used the trial counter as 2 and only have Trial A.</div><div><br></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/d4474961-5b4a-4a30-92c8-9aacec8e52f4%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/d4474961-5b4a-4a30-92c8-9aacec8e52f4%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />