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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 307
» Latest member: Haroldapate
» Forum threads: 272
» Forum posts: 1,034

Full Statistics

Online Users
There are currently 140 online users.
» 1 Member(s) | 137 Guest(s)
Google, SemrushBot, zaluispetovz5199

Latest Threads
Бабка совратила юношу - я...
Forum: General Feedback
Last Post: O4kogok
Yesterday, 04:16 AM
» Replies: 0
» Views: 25
Юные бляди Мне больно ког...
Forum: General Feedback
Last Post: O4kogok
11-17-2024, 09:49 AM
» Replies: 0
» Views: 66
Study not completing all ...
Forum: Platform Improvement
Last Post: Ting
11-14-2024, 10:31 AM
» Replies: 2
» Views: 94
Castifyhub
Forum: General Feedback
Last Post: DavidKab
11-14-2024, 08:50 AM
» Replies: 0
» Views: 92
Black Friday fear and fun...
Forum: General Feedback
Last Post: Michelevah
11-10-2024, 08:05 AM
» Replies: 0
» Views: 104
Letting audio play throug...
Forum: Platform Improvement
Last Post: sten_knutsen
10-22-2024, 05:08 PM
» Replies: 8
» Views: 458
Jackpot Bet Online
Forum: General Feedback
Last Post: DavidHah
10-12-2024, 07:04 AM
» Replies: 0
» Views: 124
Зняття з військового облі...
Forum: General Feedback
Last Post: Craignep
10-11-2024, 08:49 AM
» Replies: 1
» Views: 178
Multiple sessions open
Forum: Platform Improvement
Last Post: aczyp
10-08-2024, 06:13 AM
» Replies: 3
» Views: 4,056
study launched, but unava...
Forum: Platform Improvement
Last Post: noah.nelson
10-07-2024, 12:28 PM
» Replies: 1
» Views: 163

 
Lightbulb Studies featuring many audio and video stimuli may not run in Chrome 92
Posted by: Ting - 07-27-2021, 10:01 AM - Forum: Known Issues - Replies (3)

Dear Researchers,

Thanks to a timely report from the LEAP lab at University of Arizona, we have discovered a new bug in the latest version of Google Chrome (v.92) that has impacted some of FindingFive's functionalities. Studies featuring many audio and video stimuli, including audio recordings that result from the audio responses, may become stuck at certain point, with an error message from FindingFive warning about missing stimulus file or incorrect format. Since this is a browser-level bug, your currently active sessions may be affected as well.

The cause
This is a new bug introduced by Google. Google is already working on a fix (https://bugs.chromium.org/p/chromium/iss...144736#c27).

Actions on FindingFive's end
We are also working to identify a workaround. However, since this is a browser-level bug, a fix might not be trivial. We will update everyone as soon as we have more insights into this issue.

What you can do
If your study features many audio and video stimuli, or use audio recording responses, please preview them immediately to see if you are impacted. If so, you can ask participants to use Firefox instead of Google Chrome to complete your study until either Google or FindingFive implements a fix.

Thanks for your patience and understanding!

Print this item

  Error message-- can't automatically detect
Posted by: sten_knutsen - 07-26-2021, 01:56 PM - Forum: Study Grammar & Management - Replies (3)

I've been slowly building my study today, and after adding each bit of code, I've been testing and everything's been fine.
Then I added quite a bit of new code, and tried running the study. I got the error message: Your study contains coding errors that we cannot automatically detect yet. Please refer to the Study Grammar Reference for help.
So, I took out all of the new code I had added and tried to run again, thinking it should work since this is the same code I started with. Instead, I got the error: Your study contains coding errors that we cannot automatically detect yet. Please refer to the Study Grammar Reference for help.
So I looked at the FAQ #4 -- Syntax Error post. I highlighted all of my text in both trial templates and Procedure and hit tab -- looks good, but still get the error.
So I also C&P'd both trial templates and procedure into an online JSON validator -- it is valid JSON.
I am at my wits end! Two hours ago, this code worked fine -- now I can't run it and get the same syntax error: Your study contains coding errors that we cannot automatically detect yet. Please refer to the Study Grammar Reference for help 
even though this is the same code I ran earlier. 
What else can I try?

Print this item

  Support for setting "barrier" on text and image stimuli
Posted by: Ting - 07-22-2021, 11:11 AM - Forum: New Study Grammar Features - No Replies

Dear Researchers,

We are happy to announce a minor feature addition to FindingFive's study grammar: it is now possible to set "barrier" on text and image stimuli! 

What's Barrier?
If you haven't heard of barrier and its function in building adapative experiments yet, please check out this tutorial: https://news.findingfive.com/2019/04/23/...-barriers/

A hypothetical setup: display two text stimuli in order
Imagine that you are displaying two text stimuli on the same trial, where the first text stimulus should stay on the screen for 3 seconds, and then the second stimulus will show up. 

This can already be done without this new barrier support for text stimuli, but it comes with some hassle and inflexibility. Essentially, you'll need to set a duration of 3 seconds to the first stimulus, which controls how long the first stimulus is visible, AND a delay of 3 seconds for the second stimulus, which tells the second stimulus not to show up when the first stimulus is visible. This is a little clumsy - we had to modify two stimuli to achieve this functionality. Moreover, if the duration of the first stimulus is variable across trials, this will get out of control: we would need to create many duplicate versions of the second stimulus, each with a different delay setting to accommodate the duration of the first stimulus!

Barrier solves this problem
Now with the newly introduced barrier support for text and image stimuli, this can be easily done. All you need to do is to add to the first stimulus a barrier setting in addition to the duration one, like this:

Code:
"barrier": true,
"duration": 3

This tells FindingFive to display the first stimulus for 3 seconds, and bars all subsequent stimuli or responses from showing up until the duration is over. In other words, the barrier function allows you to avoid changing the definition of all following elements, stimulus or response, on the same trial. Overall, such a setup offers a cleaner flow and more predictable trial behavior.

Documentation page is updated
You can find the new entry on "barrier" for the text stimulus and similarly for the image stimulus.

Questions?
Leave your comments below if you have questions about this new feature!

Print this item

  "continue" button and trial duration
Posted by: [email protected] - 07-09-2021, 09:22 PM - Forum: Study Grammar & Management - Replies (10)

Hello! :-) 
I have a question about the "continue" button. I see on the study specification grammar website that FF will automatically determine when a trial gets a "continue" button based on whether the trial duration is set to 0sec or more. i.e a study that has a duration of more than 0 won't (necessarily) get a "continue" button, but one with no duration or defined responses will. 
In my study I have trial templates with three stimuli all of which need to have different durations. The first needs to be 2000ms, the second 1000ms, and the third 500ms. None of the stimuli can have responses or buttons/button presses because they're meant to serve the same function roughly as fixations. In blocks they're yoked together with corresponding trial templates of three critical stimuli; essentially, one trial, composed of two trial templates, would be 2000ms pause >> critical stimulus >> 1000ms pause >> critical stimulus >> 500ms pause >> critical stimulus. 
I've found that I can avoid the stimuli requiring responses or button presses when I define the trial duration. However, if I keep the trial duration, then each stimulus can't have an individual duration of its own (or it can, but it would disappear before the whole trial template moves on leaving a blank screen). I have also tried to set each individual stimulus duration to its own respective duration. However, when I go to comment out the whole trial duration, the "continue" button automatically appears again. 
I'm wondering if there is a way to keep my code so that each stimulus can appear for its respective duration time (2000ms, 1000ms, and 500ms) without defining a trial duration and without the "continue" button automatically appearing? 
Thank you so much! 
Grace

Print this item

  Change color and text size of choice buttons
Posted by: rkorpan - 07-07-2021, 01:26 PM - Forum: Study Grammar & Management - Replies (6)

Hi! I wanted to find out if it was possible to make the choice text bigger and to change their color from orange to something else?

Print this item

  Saving content and condition in the results file
Posted by: santinmike - 07-06-2021, 07:37 AM - Forum: Experimental Design - Replies (1)

I would like to save in the response data file the content and condition specified for each stimuli. How can I do this?


I can only see the name of the stimuli given in Finding Five.  See the attachments below:


   

   

Print this item

  Playback of recorded audio files
Posted by: jwright8 - 07-05-2021, 02:23 PM - Forum: Platform Improvement - Replies (1)

I have recorded audio files as a part of my experiment. I am now trying to listen to the .ogg files on my computer. Some of the files can be opened by normal audio players. However, some of the files are not opening with any audio player. I get an error saying that the file type or codec is not supported. What can we do about that? Thank you!

Print this item

  collaboration from different countries
Posted by: aczyp - 07-05-2021, 08:23 AM - Forum: Study Grammar & Management - Replies (2)

Hello FindingFive,
I am trying to collaborate with someone who is currently based in China, while I am based in the EU and work on the EU server. My (intended) collaborator seems to be having trouble accessing FindingFive, setting up an account, and generally using the platform.
We are wondering what the trouble may be. Should they be logging in to another non-EU server? Is FindingFive simply not accessible from China? If yes, would there be any kind of workaround, short of collaborating via screenshare from my account only? 
Any help will be much appreciated. Thank you, and best wishes, Anna

Print this item

  Access to Qualtrics while participating in FF study
Posted by: Hyeonah - 07-01-2021, 08:32 PM - Forum: Experimental Design - Replies (2)

Hello!
I wonder whether it is possible for participants to access the Qualtrics survey while they participate in the FF study.
Specifically, after reading the text in the FF, participants can see a screen where the Qualtrics link appears so if they click it, they might be prompted to move on to the Qualtrics survey.
Would this design be possible? 
Thank you!
-Hyeonah

Print this item

  Link FF experiement to Prolific
Posted by: [email protected] - 06-23-2021, 03:32 PM - Forum: Experimental Design - Replies (3)

Hi,
Has anyone integrated their FF experiment to Prolific before? I wonder if, 1) Participants' prolific ID could be carried over to findingfive so they don't have to put in a participant ID, and 2) If participants have to create a findingfive account if they are from Prolific.
Thanks!
Haoyun

Print this item