Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 1,147
» Latest member: Anthonykat
» Forum threads: 264
» Forum posts: 1,095

Full Statistics

Online Users
There are currently 66 online users.
» 0 Member(s) | 64 Guest(s)
Bing, SemrushBot

Latest Threads
Have audio stimulus & res...
Forum: Experimental Design
Last Post: wbushong
07-29-2026, 10:33 AM
» Replies: 2
» Views: 171
fixation cross location u...
Forum: Study Grammar & Management
Last Post: aczyp
07-21-2026, 05:42 AM
» Replies: 11
» Views: 22,094
Images with delay don't a...
Forum: Experimental Design
Last Post: noah.nelson
07-15-2026, 04:56 PM
» Replies: 2
» Views: 270
digit span task
Forum: Experimental Design
Last Post: noah.nelson
07-15-2026, 04:22 PM
» Replies: 1
» Views: 183
Delete multiple files?
Forum: General Feedback
Last Post: Ting
06-27-2026, 10:24 PM
» Replies: 1
» Views: 425
Prolific integration w/o ...
Forum: Study Grammar & Management
Last Post: noah.nelson
02-24-2026, 06:18 PM
» Replies: 3
» Views: 2,066
Another FF Prolific quest...
Forum: Study Grammar & Management
Last Post: noah.nelson
02-24-2026, 06:16 PM
» Replies: 1
» Views: 987
Feedback Font Size
Forum: Study Grammar & Management
Last Post: [email protected]
01-29-2026, 02:38 PM
» Replies: 2
» Views: 1,642
Delay Randomization
Forum: Study Grammar & Management
Last Post: [email protected]
12-12-2025, 07:05 PM
» Replies: 2
» Views: 1,715
Adding arbitrary data col...
Forum: Study Grammar & Management
Last Post: HF2021
12-10-2025, 06:12 PM
» Replies: 1
» Views: 1,327

 
  Syntax for using carryover response as response target
Posted by: rmizrahi - 04-07-2022, 12:48 PM - Forum: Study Grammar & Management - Replies (2)

I was looking for guidance on what the syntax would be for utilizing the carryover response (collected in a naming trial) as the target response value in a testing trial. Each testing trial has 4 images and the "correct" target choice is the item corresponding to what they hear (audio stim) currently using the syntax from the documentation in the carryover response with involves the %s.
Thank you and let me know if you need more context.

Print this item

  Multiple Choice Question Spread
Posted by: Yilmaz - 04-06-2022, 11:47 PM - Forum: Study Grammar & Management - Replies (3)

Hi Everyone, 
We are trying to code a multiple choice question. But, we want code the question and responses like in the following image like spreadsheet. Is there any way to code it on FindingFive? If not, what could be an alternative.
   

Thank you very much for your time and consideration!

Print this item

  uploading zip file
Posted by: bisserai - 04-06-2022, 12:48 PM - Forum: Study Grammar & Management - Replies (3)

Hi FF team,

I'm trying to upload some stimuli, but have been failing all day. I've put them in a zip folder the size of which is 157MB and we have 900MB free from our storage allowance. I've tried uploading with firefox AND chrome, and cannot do it. I just get stuck at the "uploading the zip archive step" for hours and i cannot understand what's the problem. Surely 150MB should upload quickly, i've uploaded much more with the current internet connection, so i doubt that could be the reason.
Your help would be appreciated!

Best,
bissera

Print this item

  carryover responses together with the original stimuli
Posted by: stellestrellaj - 04-06-2022, 09:49 AM - Forum: Experimental Design - Replies (7)

Hi, 
Is it possible to show carryover responses together with the original stimuli to participants? I would like to use previous participant responses as stimuli in the subsequent part of my studies, but I also need to show the original stimuli along with their previous responses. 

Thank you in advance!
Best regards,

Print this item

  "Other" option in multiple choice questions
Posted by: stellestrellaj - 04-04-2022, 08:02 AM - Forum: Experimental Design - Replies (2)

Hi,
I'd like to set up multiple choice questions with the option "Other" and a textbox next to it, so that participants can write their own answer if they choose it. I could not find an option for that from the documentation (https://help.findingfive.com/api/responses.html). Can I do this somehow?

Thanks!

Print this item

  Access to more studies than expected
Posted by: MarjolaineC - 03-29-2022, 03:10 AM - Forum: Platform Improvement - Replies (3)

Hi guys,
I am having trouble with some of my participants. They are apparently able to access studies for which I did not send them links.
My studies are launched on FF directly, with an access code, and I send the link to my participants. They are divided into three groups and should participate in a definite number of studies. 
A participant wrote this morning saying that each time he clicks a link he has access to the three types of studies. How is that possible? How can I fix it? More surprising, this is not the case for everyone, most of my participants only have access to the studies they should. 
Many thanks!
Marjolaine  Smile

Print this item

  Response options before stimuli appears
Posted by: rmizrahi - 03-15-2022, 05:53 PM - Forum: Experimental Design - Replies (2)

Hi All, 
I am setting up a 4AFC study with four images as choices for the response and the stimuli is an audio file corresponding to one of the four images. I would like the images to appear on the screen before the audio plays. Is it possible to present the response choices before the stimuli of the trial? 
Thank you!

Print this item

  branching changes
Posted by: jwright8 - 03-13-2022, 03:57 PM - Forum: Experimental Design - Replies (2)

About 8-12 months ago I ran several studies that used branching. I need to run another condition now. The branching is no longer working. It seems things have changed that have resulted in my branching code to no longer work. Can someone help point out what needs to change now?
Here is the branching block:
    "matchAFCblock": {
      "trial_templates": ["MouseCheck1"],
      "branching": {
        "method": "match",
        "triggers": [
          {"trial_template": "MouseCheck1", "response": "MouseChoiceResponse1"}
        ],
        "branches": {
          "YesBranch": ["I have the right equipment"],
          "NoBranch": ["I do not want to participate"]
        }
      }
      },
   
      "matchedYes": {
        "trial_templates": ["YouClickedYes"]
      },
   
      "matchedNo": {
        "trial_templates": ["YouClickedNo"]
      },

Here is the block sequence:
  "block_sequence": ["intro", "mouseintro", "headphoneintro",
      "matchAFCblock", {
        "NoBranch": ["matchedNo"],
        "YesBranch": ["matchedYes",
                      "InstrBlock", "TrainBlock1", "TrainBlock2", "TrainBlock3", "TrainBlock4", "Test1Block", "Test2Block", "Test3Block", "OvertQuestionsBlock1", "OvertQuestionsBlock2", "OvertQuestionsBlock3", "LanguageBackgroundBlock"]
      }
  ]

Thank you in advance for your help!

Print this item

  participant unable to enter Study
Posted by: MarjolaineC - 03-10-2022, 04:11 AM - Forum: Platform Improvement - Replies (2)

Hi there!
I am collecting data and one of my participants is enabled to enter the study. She can access the link, log in and then enter the access code, but after that, she has an error message saying that she should check her mailbox first. 
Is it something related to "confirm your email to create your profile"? She checked her mailbox several times, looking in all folders, but there is nothing here like a "confirm your email". 
She is using a VPN, could this be the reason why she cannot access the study?

Many thanks for the answer(s) Wink
Marjolaine

Print this item

  trial template with no-response and required-response trials
Posted by: bisserai - 03-08-2022, 10:31 AM - Forum: Experimental Design - Replies (9)

Hi FF team,

I'm trying to make an experiment in which i play audios and only collect a keypress response after some of them. To that end i've set up my procedure to show the "audio", "response" and "submit" trial templates in this sequence (last one is just a blank screen where the response is submitted). "audio" just plays the audio, and then "response" i'm not sure how to set up because i want to collect a response only on some trials. Here's what i have at the moment, where "blank1" is a blank screen for 1s and bague is an image to which i want the ppt to give a keypress response:

Code:
  "responses1": {
    "type": "basic",
    "stimuli": ["blank1", "bague", "blank1", "bague", "blank1"],
    "responses": ["X","key","X","key","X"],
    "auto_advance": true,
    //"duration": 3,
    "submission_point": false
  },

So i've set up two responses: "X" and "key" the former being a key response which i don't look at and the latter a key response which i've set to be "required": true. However, unless i have my trial duration set, i don't advance from the "response" to the "submit" screen even though i have the "auto_advance":true. The duration of "blank1" is 1s, and the stimulus itself appears for 1s, but then i don't proceed to submit, because there's nothing to tell it that i want to get to the next trial. That's the case even if i press a key to give a response. When i //"responses":["X","key","X","key","X"], i get a smooth running audio presentation, response time, submit time, repeat. So it's something to do with the response, but i can't figure out what. I've tried setting the duration of the response to be the same as the stimulus by using the ,"duration": "%sgroup:group2" feature, but it didn't work.

One option i see is to leave the trial duration set, but then this needs to be overriden by the response "key" which MUST be given before the exp can proceed and i'm not able to find a way to do this (i.e. it's already set to "required":true, but that doesn't do it.)

Thanks for your help!
bissera

Print this item