FindingFive Discussion Forum
Free Recall - how do I change the duration? - Printable Version

+- FindingFive Discussion Forum (http://discuss.findingfive.com)
+-- Forum: Researchers (http://discuss.findingfive.com/forumdisplay.php?fid=3)
+--- Forum: Experimental Design (http://discuss.findingfive.com/forumdisplay.php?fid=4)
+--- Thread: Free Recall - how do I change the duration? (/showthread.php?tid=236)



Free Recall - how do I change the duration? - wgor - 09-05-2022

Hi,
It is my first time working with this software and my question might sound silly, but is there a way to change the amount of time the participants will have to name the categories in this test? I used the template and it is set for only 10 seconds and I would like to make it 60 seconds. Thank you in advance! It looks like that now:
"FreeRecallInstructionTT": {
    "type": "instruction",
    "stimuli": [
      "FreeRecallInstruction"
    ]
  },
  "FullCategory": {
    "type": "instruction",
    "stimuli": [
      "Mammals",
      "Things in the kitchen",
      "Fruits"
          ],
    "delay": 0,
    "stimulus_pattern": {
      "order": "fixed"
    },
    "responses": [
      "recallAudioResponse"
    ]


RE: Free Recall - how do I change the duration? - Ting - 09-06-2022

Edit: You may need the audio response instead: https://docs.findingfive.com/en/grammar/responses/audio

-----

Hello! Welcome to FindingFive! The setting is not in the trial templates, but in the text response itself. You can find more details on how to tweak every little detail of the text responses (and the rest of FindingFive's Study Grammar) here: https://docs.findingfive.com/en/grammar/responses/text

Hope this helps.