Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jumping Position of my Stimuli
#16
Actually, Vivienne, I have a solution that you can use right away. It'll make data analysis tiny bit more challenging, which I'll explain and offer a suggestion too.

Here's how it works. Instead of using references to text stimuli, you can define a choice response like this:

Code:
{
  "type": "choice",
  "choices": [
    " ",
    "  "
  ],
  "instruction": "",
  "key_only": true,
  "target": "  ",
  "key_mapping": [
    "c",
    "m"
  ],
  "hint": false
}

This creates a choice response that operates in “key_only” mode, which removes the buttons. One option is a single space (" "), and the other is a double space ("  ")—though you can make the second option longer if needed, as long as it’s distinct from a single space. In my example, the correct "target" is the double space, but you can easily switch it to the single space for different stimulus conditions.

I’ve tested this, and the result looks perfect - it behaves exactly as you described. It also correctly tracks whether the participant’s response is correct or not, since a single space is distinct from a double space.

The challenge for data analysis is that you’ll need to keep track of what the single space versus double space represents in your output CSV. This can be a bit confusing to remember, but if you recode these values early in your analysis to something more intuitive, it should be manageable. Just be mindful of the process to avoid errors.
Reply


Messages In This Thread
Jumping Position of my Stimuli - by visto2001 - 05-07-2025, 11:09 AM
RE: Jumping Position of my Stimuli - by Ting - 05-07-2025, 04:20 PM
RE: Jumping Position of my Stimuli - by visto2001 - 05-07-2025, 04:43 PM
RE: Jumping Position of my Stimuli - by Ting - 05-07-2025, 08:21 PM
RE: Jumping Position of my Stimuli - by visto2001 - 05-08-2025, 03:05 AM
RE: Jumping Position of my Stimuli - by Ting - 05-08-2025, 07:15 PM
RE: Jumping Position of my Stimuli - by visto2001 - 05-09-2025, 03:15 AM
RE: Jumping Position of my Stimuli - by Ting - 05-09-2025, 09:25 AM
RE: Jumping Position of my Stimuli - by Ting - 05-12-2025, 09:28 AM
RE: Jumping Position of my Stimuli - by visto2001 - 05-12-2025, 10:33 AM
RE: Jumping Position of my Stimuli - by Ting - 05-12-2025, 11:51 AM
RE: Jumping Position of my Stimuli - by visto2001 - 05-12-2025, 03:22 PM
RE: Jumping Position of my Stimuli - by Ting - 05-12-2025, 09:25 PM
RE: Jumping Position of my Stimuli - by visto2001 - 05-13-2025, 12:08 PM
RE: Jumping Position of my Stimuli - by Ting - 05-13-2025, 09:23 PM
RE: Jumping Position of my Stimuli - by Ting - 05-13-2025, 10:08 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)