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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 178
» Latest member: venicegleason
» Forum threads: 249
» Forum posts: 979

Full Statistics

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

Latest Threads
pseudorandomization multi...
Forum: Study Grammar & Management
Last Post: Ting
04-17-2024, 03:23 PM
» Replies: 3
» Views: 176
Preview mode broken
Forum: Platform Improvement
Last Post: sten_knutsen
04-07-2024, 07:58 AM
» Replies: 2
» Views: 463
Cookie Error in MTurk
Forum: Study Grammar & Management
Last Post: Ting
04-05-2024, 05:49 PM
» Replies: 1
» Views: 150
When it takes too long th...
Forum: Platform Improvement
Last Post: blueorange
03-19-2024, 08:06 PM
» Replies: 2
» Views: 358
150 trial limit
Forum: Study Grammar & Management
Last Post: sac429
03-19-2024, 02:32 PM
» Replies: 2
» Views: 277
Is there a way to present...
Forum: Experimental Design
Last Post: Ting
02-20-2024, 09:30 PM
» Replies: 4
» Views: 1,158
Questions RE: Prolific Co...
Forum: Experimental Design
Last Post: Ting
02-14-2024, 09:44 AM
» Replies: 1
» Views: 362
Blank screen?
Forum: Platform Improvement
Last Post: mschenker
12-13-2023, 03:25 PM
» Replies: 4
» Views: 1,302
Tokenized Text Font + Unn...
Forum: Study Grammar & Management
Last Post: Ting
11-15-2023, 06:38 PM
» Replies: 5
» Views: 1,655
One randomized word while...
Forum: Study Grammar & Management
Last Post: S Sommer
11-14-2023, 05:25 PM
» Replies: 0
» Views: 361

 
  Study templates to speed up your research!
Posted by: Ting - 04-30-2021, 10:35 AM - Forum: New Platform Features - No Replies

Dear Researchers,

Have you ever been deterred by the idea of creating a new study from scratch? The big empty space in trial templates and procedure seemed like a big daunting void that drains the creativity and energy out of you? Well, there's no need to be afraid anymore! The FindingFive team is delighted to announce the new study templates feature! Take a look at this beautiful screenshot:

   

Yes, that's right - you can now create a new study based on a couple of built-in templates that are already fully functional FindingFive studies. You will get the trial templates, the procedure, and even a basic set of stimuli and responses to get you started. Isn't that nice?

At the current moment, there are only three study templates: the FindingFive's official Crash Course, a mouse tracking study, and a conditional branching study. We will be adding new studies to the list over time. So stay tuned and check often!

Print this item

  Two questions about a timer and self-paced reading
Posted by: Hyeonah - 04-29-2021, 10:38 PM - Forum: Study Grammar & Management - Replies (1)

Hello!
I have two questions about a timer and self-paced reading.
First, I coded "countdown_visible": true, to time the text.
But I notice a gray-colored number appears which indicates how many seconds left to move on to the next screen.
Is there a way to change this number into something like "You can move on to the next screen in x seconds"?
Second, I want to use self-paced reading. 
When I check how each token appears, I notice the direction saying "Press the "[SPACE]" key to advance".
Is there a way to remove this direction?
Thanks!

Print this item

  A new way to specify duration of background audio
Posted by: Grace - 04-29-2021, 11:59 AM - Forum: New Study Grammar Features - No Replies

Researchers,
 
We are excited to announce a new way to specify the duration of a background audio response, making it possible to dynamically adapt the duration of an audio recording to the duration of multimedia stimulus content presented on the same trial as the audio response.  
 
The new feature allows researchers to specify the duration of a background audio response relative to the duration of a separate stimulus on the same trial (e.g., an audio or video stimulus). This can be particularly useful when your audio stimulus files vary in duration, and you would like to record participants adaptively - longer for longer stimuli and shorter for shorter stimuli.
 
This new property will work in conjunction with a new feature -- stimulus group -- which allows researchers to  define the group of audio stimuli to which the audio recording duration will be adjusted.  For example, when the duration of a background audio response is set as follows:

Code:
"duration": "%sgroup:audio+2.0"

The duration of the audio recording will be the duration of the stimulus of the group “audio” (or any group name that you may want to use), on the same trial as the current response, plus 2 seconds. If there are no stimuli of the group “audio” on the same trial, this duration setting will be ignored and the audio response will record indefinitely and result in a stuck trial. The minus sign “-” is also supported, if the desired goal is to record a shorter duration than the referenced stimulus.
 
For the above setup to work, the stimuli being referenced must have a group defined. In this case, each stimulus needs to be added to the “audio” group like this (if you used a different group name above, make sure to change “audio” to your group name):

Code:
"group": "audio"

*Importantly, “audio” in this example can be subbed for any phrase as long as it is consistent throughout the code.*


We hope you find this update useful! Questions? Reply to this thread and let us know!

Print this item

  A question about tokenized_text
Posted by: Hyeonah - 04-23-2021, 11:38 AM - Forum: Experimental Design - Replies (1)

Hello!
I want to conduct a self-paced reading study.
On each screen, a paragraph of about 100 words will appear and this will be presented using tokenized_text stimuli.
But then when I do a preview, a sentence is presented to the end of the right side so that I have to move the scrollbar to the right. I think this can confuse or bother the participants while they participate in this experiment.
Is there any way I can make each token appear in the fixed domain?
Below is the one stimuli that I used:
{
  "type": "tokenized_text",
  "content": "Time moved on - and he already felt - he was - couple's -son. - He could not be happier. - His new -parents - did not treat him - like a -prisoner - or a - servant, - but loved him. - Now he had a younger brother. - He had no -choice - but to love this -baby. - He also had - plenty of - food - to eat. - His life as a -worker - was really over. - He did not miss - the angry -master - and he did not miss - his old -place - either. - He had even forgotten - he ever lived there. - There was only one thing - he missed from his old life. - He missed his friends. - He thought about them -every day. - Maybe one day - he would go back - and visit them.",
  "alignment": "left",
  "mode": "masked",
  "mask_char": "_",
  "self_paced": true
}

Thanks!

Print this item

  A recorded response without feedback
Posted by: michen14 - 04-21-2021, 01:45 PM - Forum: General Feedback - Replies (1)

Hello,

I was wondering how I could change my code so that the participant can see that a response has been recorded (for example the response box turns a different color) without feedback (the participant does not know whether they chose the correct answer or not).

Print this item

  Some audio stimuli may not play
Posted by: Ting - 04-20-2021, 09:51 PM - Forum: Known Issues - No Replies

We are aware of an issue where some audio stimuli may not play in either preview or a production session. This issue began today, April 20, 2021.

We have identified the cause and the fix will be applied tomorrow, April 21, 2021. Previewing your study may be required in order to launch a new session after this fix is live.

Print this item

  Multi-part study
Posted by: jwright8 - 04-16-2021, 12:38 PM - Forum: Experimental Design - Replies (1)

I'd like to check on something: 
The FAQs say this:
To what extent does FindingFive remove identifiable personal information?

Once a study session is finished, you will be able to download participant data. Each participant will be identified by a special ID, non-reversably generated from their real FindingFive ID and your researcher FindingFive ID. As a result, each participant will have a persistent ID in the studies of the same researcher, but that ID differs between researchers, and does not exist in our database at all.
So, if I do a multi-part study where participants return for multiple sessions, the generated ID for each participant will be the same across each session they participate in. Is that correct? I'm asking because I need to be able to compare participant A's scores in the first session with their scores in the second session. I think that is what this is saying, but I wanted to make sure. Thank you.

Print this item

  Some stimulus files may need re-uploading
Posted by: Ting - 04-15-2021, 02:59 PM - Forum: Known Issues - Replies (1)

Dear Researchers,

We have just been informed by our upstream provider of a database outage that has unfortunately led to partial loss of uploaded stimulus files. While the occurrence of such incidents is completely out of our control, we are assessing and implementing new measures for avoiding similar issues in the future. At this point, our analysis indicates that this will only affect you if you:

  • Have collaborators who use identically named stimulus files across different FindingFive accounts.
  • Use the US server (the EU server is not affected)
We were able to use our backup data to restore most of the stimulus files. As a result, we estimate about 1-3% of stimulus files may need re-uploading. Most of the affected studies were created before August 2020.

No participant data loss
We are 100% confident that there are no loss of participant data.

Active sessions may be affected, but relaunching a new session is not necessary
If your active sessions use stimulus files that are affected, participants won't be able to successfully complete them at this moment. You must re-upload those files right now. Once they are uploaded, there's no need to relaunch the session. The active sessions will automatically work again.

We apologize for the hassle. Thank you for understanding and supporting FindingFive.

Print this item

  Spoken response to auto-advance trial
Posted by: rmizrahi - 04-12-2021, 06:51 PM - Forum: Experimental Design - Replies (1)

Hi - Does FindingFive have a feature that allows the participants verbal response to advance to the next trial? For example, the participant sees a picture of a "dog", as soon as the participant says "dog" it advances to the next image. 
On the other side of the same coin, is there a feature that automatically turns on the mic/recording feature with the onset of the trial?

Print this item

  Bug fixes
Posted by: Grace - 04-12-2021, 09:49 AM - Forum: Platform Improvement - No Replies

Hi researchers,
Two bugs were patched over the weekend:

(1) Deleting studies created prior to 2019 could have resulted in an error because older session documents did not have the cash compensation field. This issue was patched.

(2) In some cases, the "mouse_reset" template might throw a conflict location error: "the "reset_location" already contains a visible stimulus.", if the mouse reset template is used to generate trials more than once in a study. This issue was patched.

Let us know if you have any questions!

Print this item