Hi Jordan,
I can’t remember showing two photos and asking a question about them, so I don’t have highly relevant examples. But here are a few examples that might help.
In this task (from this study), I showed participants pairs of photos. However, rather than rating how similar they are, participants clicked on the person they liked more.
Another example (showfiles, launch, script) from my lab implemented a scale-response rating using miTime (i.e., the Time-Sensitive Tasks component). It includes both a speeded-response block and a non-speeded response block. So, you only need to show two photos, and handle the selection of pairs, for your task.
Both of these examples used miTime, but it may be easier to handle in miQuest. You probably already have examples for showing images in a questionnaire, but here is another (from this study). Showing two images is simply a matter of adding another <image> object to the html.
For choosing photos randomly from a larger pool, you can see the manager file in this study, in which Noga selected 8, 72, and 36 photos from 648 photos (named p1.jpg to p648.jpg).
A more simple code for selecting one text item from a list of items can be found here:
global.oTarget = API.shuffle(['old_a','old_b','old_c','old_d','old_e','old_f'])[0];
Of course, feel free to post more questions when the study is being programmed.
All the best,
Yoav
--
You received this message because you are subscribed to the Google Groups "Minno.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minnojs+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/minnojs/CAN9p%3DamxBe2SEFJE%2Bq-fZ6XmWXaKsKmmDoZ2_ZoA4ca9vCtKTw%40mail.gmail.com.