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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 420
» Latest member: dentistfinder
» Forum threads: 256
» Forum posts: 1,017

Full Statistics

Online Users
There are currently 61 online users.
» 0 Member(s) | 58 Guest(s)
Bing, Google, SemrushBot

Latest Threads
Streamlining upliftment: ...
Forum: General Feedback
Last Post: mikkeljensen
03-20-2025, 06:22 AM
» Replies: 0
» Views: 137
Study not completing all ...
Forum: Platform Improvement
Last Post: Ting
11-14-2024, 10:31 AM
» Replies: 2
» Views: 1,325
Letting audio play throug...
Forum: Platform Improvement
Last Post: sten_knutsen
10-22-2024, 05:08 PM
» Replies: 8
» Views: 2,327
Multiple sessions open
Forum: Platform Improvement
Last Post: aczyp
10-08-2024, 06:13 AM
» Replies: 3
» Views: 5,179
study launched, but unava...
Forum: Platform Improvement
Last Post: noah.nelson
10-07-2024, 12:28 PM
» Replies: 1
» Views: 723
Error with trying to set ...
Forum: Platform Improvement
Last Post: Ting
08-05-2024, 05:23 PM
» Replies: 1
» Views: 1,328
sequential presentation o...
Forum: Experimental Design
Last Post: Ting
05-22-2024, 02:57 PM
» Replies: 16
» Views: 11,023
New instructions on secon...
Forum: Study Grammar & Management
Last Post: Ting
05-09-2024, 03:22 PM
» Replies: 2
» Views: 3,470
pseudorandomization multi...
Forum: Study Grammar & Management
Last Post: Ting
04-17-2024, 03:23 PM
» Replies: 3
» Views: 2,409
Preview mode broken
Forum: Platform Improvement
Last Post: sten_knutsen
04-07-2024, 07:58 AM
» Replies: 2
» Views: 3,120

 
  Direct Payment Public Beta
Posted by: Lucy - FF Researcher Support - 01-26-2021, 06:18 PM - Forum: New Platform Features - Replies (3)

Paying Participants Made Easier

Together with building a participant pool, we have now also opened our payment system for a public beta test! As a researcher, you can now pay participants directly on FindingFive, without having to arrange your own payments. We charge a low flat fee of 15%, and participants will get paid the very next day. Read our blog post here to learn more.

Print this item

  Typos in API/tutorials
Posted by: amiefairs - 01-25-2021, 10:09 AM - Forum: Platform Improvement - Replies (1)

I've noticed some typos in the API and the tutorials and thought you might want to know Smile I thought I could start listing them here and then other users can add to this if they find them too.
In tutorial https://news.findingfive.com/2019/05/29/...of-trials/
In 'Adjust the time between trials (inter-trial intervals)', in the final line, you write: By setting the delay to 2, each trial will start with 2 trials of a blank screen
But I think you mean: By setting the delay to 2, each trial will start with 2 seconds of a blank screen

Print this item

  browser compatibiity
Posted by: [email protected] - 01-21-2021, 05:52 PM - Forum: General Feedback - Replies (2)

With what browsers are FF experiments compatible?

Print this item

  New "limit" feature
Posted by: Lucy - FF Researcher Support - 01-21-2021, 12:11 PM - Forum: New Study Grammar Features - No Replies

A new feature has been added to the “stimulus_pattern” property in trial templates! The new “limit” feature allows researchers to sample a subsection of their stimuli listed in a trial template. 

A common implementation of the feature is to set “stimulus_pattern”: {“order”: “random”, “limit”: K} so that K (where K is an integer) stimuli randomly sampled from the trial template are presented to the participant. This setup is useful for researchers running large numbers of participants who want to show a random sample of stimuli to each participant. 

“limit” can be combined with other stimulus pattern orders, as well. Read more in our grammar reference here: https://help.findingfive.com/api/trial-t...s-patterns Questions? Reply in this thread and we will answer!

Print this item

  Help setting up a study with a special design.
Posted by: LSydell0628 - 01-18-2021, 03:04 PM - Forum: Experimental Design - Replies (2)

Hello,

I am a journalist, most well known for my work reporting on technology and culture for National Public Radio(NPR). As part of my research for a story on cyber bullying I am working with two post-doctoral students. We all met and began our work together as part of a fellowship with the Diverse Intelligence Summer Institute ( https://www.diverseintelligencessummer.com/
 We are looking at the effect of using the voice to respond to a provocative story on social media.

We think that Finding Five is the right platform for our research. But we have some questions about capabilities on the platform and whether you might be able to help us use the platform for the study.

The basic idea of the study is to set up a page that looks a lot like Facebook with a story from a user that is designed to provoke anger and controversy. We then want to see what happens if people have to use voice to text software to respond and therefore have to hear themselves speak versus simply writing their response in text. The question is whether hearing yourself speak makes you less inclined to bully?

We also would like to add other possibilities to our control groups. For example we want to make it possible for people to record themselves using voice to text and then to hear it played back to them before they send it. Instead of simply hearing their own voice, we wonder if it’s possible for it to be read back by some kind of computer voice.  We would also like it if they could erase what they heard and re-record. Finally, we would like to enable the people who did voice to text to make any corrections by simply fixing the text itself.

I’m writing to you because I want to see whether or not we will be able to set up a system on Finding Five that would allow this? If Finding Five is not currently set up to do this would it be possible to work with someone there to create this kind of interface? Lastly I’m wondering what the costs of this study would be?

We look forward to hearing from you. 

Kind Regards,

Laura Sydell
Emily Winokur
Judit Mokos

Print this item

  Centering crosshair when played multiple times
Posted by: aweson - 01-08-2021, 12:10 AM - Forum: Study Grammar & Management - Replies (4)

Hi, I've been working on designing a study where a sound is played, a crosshair flashes, a sound is played, a crosshair flashes, a third sound is played, and a final crosshair flashes on the screen. The participant should press F if the third sound is the same as the first one, and they should press J if the third sound is the same as the second one. 
The issue that I'm having is that I want the crosshair to appear in the center of the screen each time, but instead it has been appearing from left to right even after the crosshair disappears. 

This is an example of my current setup:
Trial template: 
"MainTrialStimuliA":{
  "type": "AFC",
  "auto_advance": true,
  "delay": 0.1,
    "stimuli":  [["audioStim1", "crosshair", "audioStim2", "crosshair", "audioStim1", "crosshair2"]],
  "responses": [["ResponseF"]]
},

audioStmi1 (audioStim2 has the same setup):
{
  "type": "audio",
  "content": "dent retr 1 vcls vcng 0 aCa.mp3",
  "visible": false,
  "delay": 1
}


crosshair:
{
  "type": "text",
  "content": "+",
  "alignment": "center",
  "duration": 1,
  "size": "24px",
  "delay": 1
}

crosshair2:
{
  "type": "text",
  "content": "x",
  "alignment": "center",
  "duration": 1,
  "size": "24px",
  "delay": 1
}

Print this item

  possible to branch based on combination of two Responses?
Posted by: [email protected] - 01-06-2021, 04:09 PM - Forum: Study Grammar & Management - Replies (7)

I'm trying to set up a study in which participants must 'pass' the training trials with a criterion accuracy score to continue. I'd like to branch to repeat training iff the initial training block score is too low. I get that I can use the "iterations": feature, which is cool. But the problem is that I need to compute the score based not on one response but based on two responses. This is necessary because, half the time, the answer "same" is correct and half the time "different" is correct, and the total score is a combination of the two.
Am I missing a simple solution here, such as coding same and different as a single response somehow?  Huh Or combining two different triggers? Thanks for any suggestions!

Print this item

  Multiple prerequisites
Posted by: rmp - 01-05-2021, 05:39 PM - Forum: Study Grammar & Management - Replies (2)

Hi, I am currently trying to launch a study where only people who have participated in one of two prior studies may be eligible. As I understand it, selecting multiple studies as prerequisites in "Step 4: Prerequisites and anti-prerequisites" means participants have to have completed both studies selected. Is there a similar way to set the prerequisite such that participants are eligible if they have completed either/any one of the studies selected?

If not, my workaround was to manually enter the worker IDs of eligible participants in Step 4.1 under "Allow only the following participants in this session." But, I just wanted to check if there was an easier way I may be missing before doing this. [Also, as a note, the timing of this session is important, so I can't launch two sessions on two different days/times with each of the two different prerequisites]

Print this item

  Perception study/Phonology
Posted by: [email protected] - 01-05-2021, 12:06 PM - Forum: Experimental Design - Replies (6)

I am new using FindingFive and I am practicing how to use this platform by setting up an experiment for a perception study I need to conduct, and I was wondering if you happen to have more detail tutorials (e.g., videos) on how to set it up. I believe that the syntax I am using has an error. When I try to run it, it says line 183 has an error, but I don’t see this line numbered anywhere. I wonder if the error might be coming from a discrepancy between the trial templates/procedure and/or responses? I also uploaded the audio files in wav. format. In the “stimuli” grammar reference guidelines for “audio”, it does not specify other type of audio formats. I tried also to upload them in mp3 files, but it would not allow me.
So, if you have more specific guidelines for a phonology study that includes an identification and discrimination tasks, I would appreciate it.
Looking forward to any suggestions!
Andreína.

Print this item

  Audio files batch uploading
Posted by: Sousou - 12-30-2020, 03:20 PM - Forum: Experimental Design - Replies (2)

Hello, 
My experiment uses audio stimuli. I want to know if there is a way to upload the stimuli at once and not have to do it one by one. I added the stimuli definitions via CSV batch uploading. However, I still have to upload the audio files manually one by one, which is tedious. The CSV included the the name of the files and the content as "filename.mp3" but when uploaded, the files are all red and ask that I upload the files. If this shouldn't be the case, I wonder why I am having this issue. 
Thanks,
Sousou

Print this item