Welcome, Guest |
You have to register before you can post on our site.
|
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: 160
|
Study not completing all ...
Forum: Platform Improvement
Last Post: Ting
11-14-2024, 10:31 AM
» Replies: 2
» Views: 1,352
|
Letting audio play throug...
Forum: Platform Improvement
Last Post: sten_knutsen
10-22-2024, 05:08 PM
» Replies: 8
» Views: 2,373
|
Multiple sessions open
Forum: Platform Improvement
Last Post: aczyp
10-08-2024, 06:13 AM
» Replies: 3
» Views: 5,210
|
study launched, but unava...
Forum: Platform Improvement
Last Post: noah.nelson
10-07-2024, 12:28 PM
» Replies: 1
» Views: 741
|
Error with trying to set ...
Forum: Platform Improvement
Last Post: Ting
08-05-2024, 05:23 PM
» Replies: 1
» Views: 1,344
|
sequential presentation o...
Forum: Experimental Design
Last Post: Ting
05-22-2024, 02:57 PM
» Replies: 16
» Views: 11,093
|
New instructions on secon...
Forum: Study Grammar & Management
Last Post: Ting
05-09-2024, 03:22 PM
» Replies: 2
» Views: 3,492
|
pseudorandomization multi...
Forum: Study Grammar & Management
Last Post: Ting
04-17-2024, 03:23 PM
» Replies: 3
» Views: 2,436
|
Preview mode broken
Forum: Platform Improvement
Last Post: sten_knutsen
04-07-2024, 07:58 AM
» Replies: 2
» Views: 3,135
|
|
|
log of response positions and keys pressed |
Posted by: bisserai - 11-17-2021, 05:41 PM - Forum: Study Grammar & Management
- Replies (4)
|
 |
Hi FF team!
I have a similar question to "keeping track of response choice locations?", except i use key presses and not mouse clicks (this is for my two studies "normingLRbranching" and "normingNeutralIntonation"). I present two text options in random positions and would like to have a log of 1. which text option appeared in which position and 2. which key did the participant press (although i guess if i have one i can easily figure out the other one). The latter one would be especially useful to see if the participant was just pressing the same key for the entire experiment and not actually interactig, so if there's a way to log it that would be fantastic!
Thanks a lot,
bissera
|
|
|
Two copies of an uploaded audio file |
Posted by: HF2021 - 11-17-2021, 05:29 PM - Forum: Platform Improvement
- Replies (3)
|
 |
Hello, I'm not sure whether this is a bug or not but I ran into a couple of interesting issues when creating and uploading audio stimuli.
The first problem: After uploading a set of audio files (.wav) using the batch option in the "Resources files" page, I created a set of corresponding stimuli using batch upload of a CSV file. The created stimuli remained red and the audio files did not automatically get associated with the created stimuli. I tried the reverse, first creating the stimuli using CSV batch upload, and then uploading the audio files through the resources files page and they were still not associated with each other (stimuli remained red). I should note that the name of the stimuli and the name of the audio file are not the same, though the stimuli are populated with the correct audio file name. For example, a stimulus with the name "emerald" and content:
{
"type": "audio",
"content": "5emerald",
"barrier": false,
"visible": false
}
Here the audio file is named "5emerald", though the stimulus name is "emerald". Does the batch upload require that the name of the stimulus and the content be the same as the audio file (or is it sufficient for the "content" field to have the correct audio file name)? I can of course upload each audio file individually by clicking on the stimulus name and clicking upload, and then uploading the audio file from my computer. This brings me the the second problem:
If I batch upload the same set of stimuli twice from the resource files page, I only get one copy of each audio file (which is great). But, if after batch uploading audio files from the "resource files" pages, I additionally upload one of the same previously uploaded audio files from the "stimuli" section (by clicking on the red stimulus button with the right name) I end up with a second copy of an audio file in the "resource file" page. An exact copy with the same name and content (two audio files within the resource files page) and each plays fine. This may not be a bug, but it seemed odd that I would end up with two files with the same name and content at difference locations on the resource files page.
Just thought I'd share this experience...
Many thanks!!
|
|
|
Response Received! |
Posted by: HF2021 - 11-15-2021, 02:29 PM - Forum: Study Grammar & Management
- Replies (2)
|
 |
Hello, When I set "submission_point" to false in a basic trial template with an image stimulus, I still get the blue "Response Received!" message between trials. In searching through the forum, I saw that this was previously reported as a bug and fixed. The response type is "choice" with a single choice. I would be grateful for any clarification. Thank you!
|
|
|
catch trials |
Posted by: [email protected] - 11-11-2021, 10:58 AM - Forum: Experimental Design
- Replies (4)
|
 |
Good morning!
I have a question about catch trials and if it is possible for me to implement them in my study given my study design. I have 224 experimental trials total (seven blocks of 32 trials), and I am hoping to put six short breaks after the first six blocks of trials. My trials are randomized, so if I put the blocks into my block sequence in my procedure, the breaks get randomized with the trials (which I don't want).
From the grammar reference, it seems that catch trials would be the best way to implement these consistent breaks into randomized trials. However, I'm not sure if I will be able to use catch trials with my study design. I was wondering if you could help me determine that?
In my study, each trials has a sequence of six stimuli: a response cue, a blank grid which acts as a pause, a "cued response", another blank grid, a "discrimination response" and finally, one more blank grid.
The response cue, which is presented first, auto-advances after 5ms. Then the blank grid is presented, which also auto-advances after 5ms. Then the "cued response" stimulus is presented, to which participants make a keypress response. This stimulus will not advance until participants make a keypress. Participants then see another blank grid which auto-advances after 5ms to the final stimulus, the "discrimination response" stimulus, to which participants must make another keypress before the trial ends.
The trial templates are set up so that there's a template for the response cue + first pause (called e.g "Trial8 RC"), a template for the cued response stimulus + discrimination response stimulus (called e.g "Trial8Critical"), and a template for the two pauses that follow the cued response and then the discrimination response stimuli, respectively (called e.g "Trial8Pauses").
"Trial8 RC": {
"type": "basic",
"stimuli": ["ResponseCueLeft", "BlankGrid5"],
"auto_advance": true
},
"Trial8Critical": {
"type": "basic",
"stimuli": ["GreenBottomCRS", "BlueTopCRS"],
"responses": ["TrainingResponseTargetF", "TrainingResponseTargetJ"]
},
"Trial8Pauses": {
"type": "basic",
"stimuli": ["BlankGrid5", "BlankGrid2"],
"auto_advance": true
The response cue stimulus has a stimulus level duration of 0.5 seconds and the barrier set to "true" and the trial-template is set to auto-advance.
In the procedures, this is set up so that the block will look as follows:
"TrialBlock5": {
"trial_templates": ["Trial5Critical", "Trial5Pauses"],
"pattern": {"order": "alternate", "repeat": 1},
"cover_trials": ["Trial5 RC"].
The reason I don't think I can incorporate catch trials into my study is because I already have the "Trial[x] RC" as a cover trial. If I put the "Trial[x] RC" templates into the "trial_templates": [...], along with the Trial[x]Critical and Trial[x]Pause, then I won't be able to alternate the pauses between the two critical stimuli, because FF won't be able to evenly distribute the stimuli. I've tried using the catch trials with the cover trial (like how you can have a cover and end trial) but the stimuli were presented out of order.
Do you have any thoughts on this?
Thank you so much!
Grace
Hi again,
It seems that the font in my first paragraph in my above post is unreadably small. I will copy and paste it here:
"I have a question about catch trials. I have 224 experimental trials total (seven blocks of 32 trials), and I am hoping to put six short breaks after the first six blocks of trials. My trials are randomized, so if I put the blocks into my block sequence in my procedure, the breaks get randomized with the trials (which I don't want)."
Sorry about that!
|
|
|
Can autosave be turned off? |
Posted by: HF2021 - 11-09-2021, 11:59 AM - Forum: Study Grammar & Management
- Replies (2)
|
 |
Hello all, Is there a way to turn off "autosave"? If after hundreds of lines of coding I select a large part of the code (or the whole program) and accidentally hit any key on the keyboard that deletes the selected code, autosave would instantly and permanently wipe it out without any way to retrieve it. It would also be great if a version of autosave existed that kept a copy of the program some time into the past (say 10 minutes) so we could always retrieve at least a nearly current copy of lost code. Finally, is there an "undo" key that would allow stepping back one or more steps during programming. Thank you!!
|
|
|
November Study Grammar Update - 11/8/2021 |
Posted by: Ting - 11-07-2021, 12:17 PM - Forum: New Study Grammar Features
- No Replies
|
 |
Dear Researchers,
We are excited to release FindingFive' November Study Grammar update! Going forward, we will adopt a semi-regular monthly updating schedule for our study grammar, barring any emergency bug fixes. For November, we are bringing these following new features and changes, to be effective on Monday, November 8, 2021:
New Features
- Checking for the presence of external mouses: For studies that use the "mouse position" response to achieve mouse tracking, FindingFive will now automatically detect if participants are using a touch-only device (which can't really be used for mouse tracking). Participants will be asked to attach an external pointing device (a trackpad or a mouse) to their computer before being allowed to continue.
A (very amateurish) YouTube video demonstrating an early prototype of this feature can be viewed here: https://www.youtube.com/watch?v=drbsu1K3CfQ
Backward incompatibility warning: If you currently have an active session using the mouse position response, you must stop them as they will cease to work properly. Please preview your study under the new grammar and launch it again.
- Built-in mic check: For studies using the audio response or the background audio response, a built-in "mic check" process will now be automatically added to the beginning of a study. Participants must first test their mic to make sure there is detectable audio input before being allowed to continue. This will effectively prevent participants with an unknowingly broken microphone from taking the study.
Bug fixes:- Fixed an issue where multiple audio players may appear if participants re-record themselves with the audio response.
Other changes:- There are no other changes.
If you have any questions regarding this grammar update, please leave your comments below. Thanks!
|
|
|
URGENT - ACTIVE SESSION |
Posted by: bisserai - 10-21-2021, 04:25 AM - Forum: Study Grammar & Management
- Replies (1)
|
 |
Hi FF team,
I have an active session for one of my studies and have five participants who already completed. A few people however have contacted me re the consent form, which they apparently cannot download, something along the lines of:
"I went to the link you sent me and clicked on the "read the consent form" button. Another message appears telling me to click on it to read it, I click and then I get a 404 error page: impossible to read the document. "
They're using chrome (i've instructed them to).
Any ideas why this might be happening and what to do? I understand it might be cookies-related, but can you tell me exactly what shall i instruct participants?
Best,
bissera
|
|
|
|