By thomaspeter - 6/12/2016
Hey guys I am creating a inquisit prototype, My Protoype should be able to: simply play a sound ( a vocabulary) and afterwords it should show the correct translation. In a second round (normally a day later) it should play the vocabulary again and then the participant should enter the the translation. I would be very very thankful if someone could give me some help how to program this with inquisit lab 5. I am absolutely new to program such things. Thank you tons Merci Thomas
|
By Dave - 6/12/2016
I'm not sure what exactly you are having trouble with. To display the vocabulary sounds, you use either a <sound> or <video> element displayed via a <trial>'s /stimulustimes or -frames. To display the corresponding translations in the learning phase, you use a <text> element displayed by a <trial>. You'll find basics like this covered in the tutorials included in the documentation. As for pairing the vocabulary sounds and translations, see the "How to present stimulus pairs" topic in the documentation's how-to section.
As for the recall phase, you basically do the same thing. Display the sounds and collect / evaluate the response via e.g. an <openended> element (a special type of <trial>).
Taking a look at https://www.millisecond.com/download/library/KarpickeRoediger2008/ might be useful.
|
|