My understanding is that you can have multiple values with "skip to" instructions. What I mean is let's say I want to have a text box appear after a question is posed and then have 3 values that result in different "skip to" values. Unfortunately, although I think this is supposed to work, I haven't been able to get it to! Sometimes, DRT completely ignores the first or second "skip to" command. Thus, I have two specific questions:

1. If I want the user to be skipped to trial 24 if they type either "41" or "42" in a text box OR be skipped to trial 18 if they type "0," my understanding is that the time column should read as follows:

rt:text,42>24,41>24,0>18

what am i doing wrong?

2. And what happens if I want them to be taken to trial 24 after typing "44" into the text box but to trial 25 after typing "z" into the text box? How do I distinguish between an actual "44" and a "z," since the numeric code for "z" is "44"?

Thanks!