Coding multiple correct responses


Author
Message
bowenwang6266
bowenwang6266
Associate Member (84 reputation)Associate Member (84 reputation)Associate Member (84 reputation)Associate Member (84 reputation)Associate Member (84 reputation)Associate Member (84 reputation)Associate Member (84 reputation)Associate Member (84 reputation)Associate Member (84 reputation)
Group: Forum Members
Posts: 6, Visits: 32
In a task I'm trying to code, the respondents need to touch/click each of the letters in the options. For instance, when I present them with four options on the screen ("k", "t", "l", "?"), they will need to touch/click each of the letters ("k", "t", and "l"). I know how to code single-answer questions but I'm not sure how to code this. Following is the codes I have so far. Thank you very much in advance for your help!

<trial example1p>
/ stimulustimes = [1000 = choice1_example1p, choice2_example1p, choice3_example1p, choice4_example1p]
/ beginresponsetime = 1000
/ responseinterrupt = immediate
/ validresponse = (choice1_example1p, choice2_example1p, choice3_example1p, choice4_example1p)
...

<text choice1_example1p>
/ items = ("g")
/ position = (12.5%, 50%)
/ size = (23%, 16%)
/ txbgcolor = yellow
/ txcolor = black
/ fontstyle = ("Arial", 15%, false, false, false, false, 5, 1)
/ erase = true(white)
</text>

<text choice2_example1p>
/ items = ("k")
/ position = (37.5%, 50%)
/ size = (23%, 16%)
/ txbgcolor = yellow
/ txcolor = black
/ fontstyle = ("Arial", 15%, false, false, false, false, 5, 1)
/ erase = true(white)
</text>

<text choice3_example1p>
/ items = ("j")
/ position = (62.5%, 50%)
/ size = (23%, 16%)
/ txbgcolor = yellow
/ txcolor = black
/ fontstyle = ("Arial", 15%, false, false, false, false, 5, 1)
/ erase = true(white)
</text>

<text choice4_example1p>
/ items = ("3")
/ position = (87.5%, 50%)
/ size = (23%, 16%)
/ txbgcolor = yellow
/ txcolor = black
/ fontstyle = ("Arial", 15%, false, false, false, false, 5, 1)
/ erase = true(white)
</text>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
bowenwang6266 - 4 Years Ago
Dave - 4 Years Ago
Dave - 4 Years Ago
bowenwang6266 - 4 Years Ago
bowenwang6266 - 4 Years Ago
                     You'll have to do something like this, then: <values> /...
Dave - 4 Years Ago
                         Thank you SO much for your help, Dave! This is super helpful!
bowenwang6266 - 4 Years Ago
                         Hi Dave, I have a follow-up question. Is it possible to record the...
bowenwang6266 - 4 Years Ago
                             Yeah, you can set /recorddata = true in <trial clicktrial> and...
Dave - 4 Years Ago
                                 Thank you so much!
bowenwang6266 - 4 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search