<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[FindingFive Discussion Forum - Experimental Design]]></title>
		<link>http://discuss.findingfive.com/</link>
		<description><![CDATA[FindingFive Discussion Forum - http://discuss.findingfive.com]]></description>
		<pubDate>Fri, 28 Aug 2026 04:01:20 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Have audio stimulus & response appear simultaneously?]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=2824</link>
			<pubDate>Wed, 15 Jul 2026 17:23:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=79">wbushong</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=2824</guid>
			<description><![CDATA[Hi all! How can I have my stimulus and response start at the same time? Specifically with audio -- I want the audio to play and response options to appear on the screen simultaneously. I can't seem to find anything like this in the documentation. Thanks!!]]></description>
			<content:encoded><![CDATA[Hi all! How can I have my stimulus and response start at the same time? Specifically with audio -- I want the audio to play and response options to appear on the screen simultaneously. I can't seem to find anything like this in the documentation. Thanks!!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[digit span task]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=2823</link>
			<pubDate>Tue, 14 Jul 2026 16:43:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=1537">MKMurphy</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=2823</guid>
			<description><![CDATA[Dear Team, <br />
I'm trying to put together a digit span task but I think I will need your help to implement it fully as there are some features that your platform does not have (yet). I would like to make two versions of the digit span task, a forward and backward version. The forward version is the simplest. Participants must recall digits in the order in which they were displayed. For example, if they see 7 3 6 9 then they type 7 3 6 9. Regarding the backward version, they must recall the digits in their opposite order of presentation. Using the example given, they'd have to respond with 9 6 3 7.<br />
The forward and backward versions both commence with a trial of 2 digits in length. The forward version has a max of 9 digits and the backward task a max of 8. A trial of length n can be attempted at most twice. If a participant answers correctly on the second attempt they proceed to the next trial, whose length is now +1 relative to the previous trial. If both attempts are incorrect the task stops entirely. Similarly, the tasks also stops when a participant reaches the max number of digits, i.e. 9 for the forward and 8 for the backward.<br />
<br />
Trial layout:<br />
- fixation cross for 2000ms <br />
- individual digits each displayed for 1000ms <br />
- response box <br />
- fixation cross for 2000ms<br />
- etc.<br />
<br />
For the above layout, there are some features on FindingFive which offer good starting points but they don't quite hit everything on the head.  Regarding the procedure, there is the existing node "branching": {   }  which I think holds some promise because of the "min_score", "branches" and "iterations" functions but I wonder if we could employ something similar but in the Trial Templates? <br />
- A "min_score": TRUE --&gt; would be required in order to progress onto the next trial. <br />
- "iterations": {"max": 2} --&gt;  would ensure each trail can be attempted at most twice before "branches" comes into play.<br />
-  "branches": {"original_trial_template": TRUE, "Exit": FALSE } --&gt; I'm wondering if we could create a loop here within the trial_template that the "branching": {} is attached. Whereby, if TRUE then a participant is looped back to the trial template but this time it has +1 digit, else they are directed to the "Exit" Trial Template. This trial_template would also need to be specified with a max of 8 or 9 digits, depending on the version.<br />
<br />
Another thing we'd need to look out for, each trial will generate n digits and in order to either a) progress to the next trial, b) try once again or c) stop the task, responses will need to be compared against the randomised digits previously presented. However, since the digits are randomised a function such as "target" within a response will not be fruitful. Is there a way to set up maybe a TRUE/FALSE value within a response that can compare a response given against stimuli/digits previously presented?<br />
<br />
I hope these thoughts don't cause too much of a headache but I'm very happy to clarify and develop these ideas further. <br />
Cheers, <br />
Mary-Kate]]></description>
			<content:encoded><![CDATA[Dear Team, <br />
I'm trying to put together a digit span task but I think I will need your help to implement it fully as there are some features that your platform does not have (yet). I would like to make two versions of the digit span task, a forward and backward version. The forward version is the simplest. Participants must recall digits in the order in which they were displayed. For example, if they see 7 3 6 9 then they type 7 3 6 9. Regarding the backward version, they must recall the digits in their opposite order of presentation. Using the example given, they'd have to respond with 9 6 3 7.<br />
The forward and backward versions both commence with a trial of 2 digits in length. The forward version has a max of 9 digits and the backward task a max of 8. A trial of length n can be attempted at most twice. If a participant answers correctly on the second attempt they proceed to the next trial, whose length is now +1 relative to the previous trial. If both attempts are incorrect the task stops entirely. Similarly, the tasks also stops when a participant reaches the max number of digits, i.e. 9 for the forward and 8 for the backward.<br />
<br />
Trial layout:<br />
- fixation cross for 2000ms <br />
- individual digits each displayed for 1000ms <br />
- response box <br />
- fixation cross for 2000ms<br />
- etc.<br />
<br />
For the above layout, there are some features on FindingFive which offer good starting points but they don't quite hit everything on the head.  Regarding the procedure, there is the existing node "branching": {   }  which I think holds some promise because of the "min_score", "branches" and "iterations" functions but I wonder if we could employ something similar but in the Trial Templates? <br />
- A "min_score": TRUE --&gt; would be required in order to progress onto the next trial. <br />
- "iterations": {"max": 2} --&gt;  would ensure each trail can be attempted at most twice before "branches" comes into play.<br />
-  "branches": {"original_trial_template": TRUE, "Exit": FALSE } --&gt; I'm wondering if we could create a loop here within the trial_template that the "branching": {} is attached. Whereby, if TRUE then a participant is looped back to the trial template but this time it has +1 digit, else they are directed to the "Exit" Trial Template. This trial_template would also need to be specified with a max of 8 or 9 digits, depending on the version.<br />
<br />
Another thing we'd need to look out for, each trial will generate n digits and in order to either a) progress to the next trial, b) try once again or c) stop the task, responses will need to be compared against the randomised digits previously presented. However, since the digits are randomised a function such as "target" within a response will not be fruitful. Is there a way to set up maybe a TRUE/FALSE value within a response that can compare a response given against stimuli/digits previously presented?<br />
<br />
I hope these thoughts don't cause too much of a headache but I'm very happy to clarify and develop these ideas further. <br />
Cheers, <br />
Mary-Kate]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Images with delay don't appear]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=2822</link>
			<pubDate>Sat, 11 Jul 2026 17:29:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=1537">MKMurphy</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=2822</guid>
			<description><![CDATA[Dear FindingFive Team, <br />
I've set up a central coherence task which has 16 different image stimuli, all in png format. In addition to these stimuli I also have a fixation cross, however the fixation cross I made with FindingFive coding. Unfortunately when I pilot the study only the fixation cross appears on the screen, not the images. <br />
It could be that this issue is stemming from the delay function I have set-up within the stimuli themselves. There are 16 stimuli but each has 5 different versions (5 different delays) as I wanted to create a 'jitter' between stimulus presentations. To create this jitter I followed options 1 and 2 outlined by Noah on a previous thread (<a href="https://discuss.findingfive.com/showthread.php?tid=844&amp;highlight=delay" target="_blank" rel="noopener" class="mycode_url">https://discuss.findingfive.com/showthre...ight=delay</a>) but I can't identify what I've done wrong.<br />
Could a member of your team look into this for me?<br />
Cheers, <br />
Mary-Kate]]></description>
			<content:encoded><![CDATA[Dear FindingFive Team, <br />
I've set up a central coherence task which has 16 different image stimuli, all in png format. In addition to these stimuli I also have a fixation cross, however the fixation cross I made with FindingFive coding. Unfortunately when I pilot the study only the fixation cross appears on the screen, not the images. <br />
It could be that this issue is stemming from the delay function I have set-up within the stimuli themselves. There are 16 stimuli but each has 5 different versions (5 different delays) as I wanted to create a 'jitter' between stimulus presentations. To create this jitter I followed options 1 and 2 outlined by Noah on a previous thread (<a href="https://discuss.findingfive.com/showthread.php?tid=844&amp;highlight=delay" target="_blank" rel="noopener" class="mycode_url">https://discuss.findingfive.com/showthre...ight=delay</a>) but I can't identify what I've done wrong.<br />
Could a member of your team look into this for me?<br />
Cheers, <br />
Mary-Kate]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can a small program be called inside another larger program as a subroutine/function]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=843</link>
			<pubDate>Sat, 06 Dec 2025 19:19:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=96">HF2021</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=843</guid>
			<description><![CDATA[Hi everyone, <br />
Is it possible to call a program as a subroutine in the middle of another program? Or does one have to copy and paste the first program and export all stimulus/response definitions from that program into the new one?  In other words, can we call a different (likely much smaller) program as a “function” or “subroutine”, or maybe as a "block definition" that could be used in the block sequence? It seems like this would simplify things especially if that smaller program is used often in multiple other programs.  Thank you very much!]]></description>
			<content:encoded><![CDATA[Hi everyone, <br />
Is it possible to call a program as a subroutine in the middle of another program? Or does one have to copy and paste the first program and export all stimulus/response definitions from that program into the new one?  In other words, can we call a different (likely much smaller) program as a “function” or “subroutine”, or maybe as a "block definition" that could be used in the block sequence? It seems like this would simplify things especially if that smaller program is used often in multiple other programs.  Thank you very much!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Study with audio is not working]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=812</link>
			<pubDate>Sat, 03 May 2025 21:13:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=16">tzcheng@ucsd.edu</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=812</guid>
			<description><![CDATA[Our study won't proceed with the audio but it works fine for the instruction. On the page that contains the audio, the screen freezes then goes blank. It was working a few weeks ago and nothing has changed from our end. Could you help us? Thanks!]]></description>
			<content:encoded><![CDATA[Our study won't proceed with the audio but it works fine for the instruction. On the page that contains the audio, the screen freezes then goes blank. It was working a few weeks ago and nothing has changed from our end. Could you help us? Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Self-paced listening]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=806</link>
			<pubDate>Sat, 05 Apr 2025 10:20:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=1505">syr.dkr</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=806</guid>
			<description><![CDATA[Hello,<br />
<br />
I am working on a self-paced listening task and have a few questions regarding the process. I followed all the instructions given under tokenized audio, as it said that it can be used to create a self-paced listening task. However, when I try to preview the experiment, it doesn't actually play the sounds. There is a progression bar which does show that the next audio is being played but no sound actually comes out. This is weird because the audios do play in the stimuli window but not in the experiment. What could be the issue?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I am working on a self-paced listening task and have a few questions regarding the process. I followed all the instructions given under tokenized audio, as it said that it can be used to create a self-paced listening task. However, when I try to preview the experiment, it doesn't actually play the sounds. There is a progression bar which does show that the next audio is being played but no sound actually comes out. This is weird because the audios do play in the stimuli window but not in the experiment. What could be the issue?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[sequential presentation of image stimuli]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=730</link>
			<pubDate>Mon, 06 May 2024 12:33:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=1108">chiarabernini</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=730</guid>
			<description><![CDATA[Hi everyone,<br />
for my experiment design I need a sequence of images (red and blue squares) to appear one item at a time, from left to right. I do not want the first item to disappear before the presentation of the second one, and so on...<br />
At the end, the participant should be able to see the sequence in its entirety.<br />
Does anyone know if this presentation modality is supported by FindingFive? <br />
Thank you in advance for your help!<br />
Chiara]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
for my experiment design I need a sequence of images (red and blue squares) to appear one item at a time, from left to right. I do not want the first item to disappear before the presentation of the second one, and so on...<br />
At the end, the participant should be able to see the sequence in its entirety.<br />
Does anyone know if this presentation modality is supported by FindingFive? <br />
Thank you in advance for your help!<br />
Chiara]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is there a way to present an image at the text response page?]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=275</link>
			<pubDate>Tue, 20 Feb 2024 05:20:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=1052">blueorange</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=275</guid>
			<description><![CDATA[Is there a way to present an image at the text response page? <br />
What I want to ask participants to do is to name the object that is presented as an image (like a banana) and for them to type in banana as the correct answer. <br />
<br />
Also, is there a simple way to link such images to the correct text response?<br />
I'm thinking of something like:<br />
"Test_Word":{<br />
  "type":"AFC",<br />
  "stimuli":["banana_img", "apple_img", "grape_img"],<br />
  "stimulus_pattern":{"order":"random"},<br />
  "responses":["banana", "apple", "grape"]<br />
}<br />
<br />
Would this correctly link the given stimuli to the correct text response?<br />
<br />
Please let me know if my questions themselves are confusing, I would be happy to explain ◡̈ <br />
<br />
Thanks in advance!]]></description>
			<content:encoded><![CDATA[Is there a way to present an image at the text response page? <br />
What I want to ask participants to do is to name the object that is presented as an image (like a banana) and for them to type in banana as the correct answer. <br />
<br />
Also, is there a simple way to link such images to the correct text response?<br />
I'm thinking of something like:<br />
"Test_Word":{<br />
  "type":"AFC",<br />
  "stimuli":["banana_img", "apple_img", "grape_img"],<br />
  "stimulus_pattern":{"order":"random"},<br />
  "responses":["banana", "apple", "grape"]<br />
}<br />
<br />
Would this correctly link the given stimuli to the correct text response?<br />
<br />
Please let me know if my questions themselves are confusing, I would be happy to explain ◡̈ <br />
<br />
Thanks in advance!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Questions RE: Prolific Compatibility]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=271</link>
			<pubDate>Mon, 12 Feb 2024 22:07:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=1036">sabele2</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=271</guid>
			<description><![CDATA[Hello,<br />
<br />
I was wondering if anyone set up their FindingFive study on Prolific? If so, is there anything special I need to do for them to work together?<br />
<br />
Questions:<br />
<br />
1. Is there a way to end the study early if participants fail an attention check? And if so, can we provide them with a different completion message at the end, so they can report a different completion code to Prolific?<br />
<br />
2. After participants complete the study, is there a way to automatically redirect participants with a provided URL so that it automatically captures their completion in Prolific?<br />
<br />
3. Prolific has a feature where you can supply participants with logins and passwords to survey tools. Is this compatible with FindingFive? Or are participants forced to make their own accounts on FindingFive?<br />
<br />
Thank you for any and all who respond/help!<br />
<br />
Sincerely,<br />
~Elli]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I was wondering if anyone set up their FindingFive study on Prolific? If so, is there anything special I need to do for them to work together?<br />
<br />
Questions:<br />
<br />
1. Is there a way to end the study early if participants fail an attention check? And if so, can we provide them with a different completion message at the end, so they can report a different completion code to Prolific?<br />
<br />
2. After participants complete the study, is there a way to automatically redirect participants with a provided URL so that it automatically captures their completion in Prolific?<br />
<br />
3. Prolific has a feature where you can supply participants with logins and passwords to survey tools. Is this compatible with FindingFive? Or are participants forced to make their own accounts on FindingFive?<br />
<br />
Thank you for any and all who respond/help!<br />
<br />
Sincerely,<br />
~Elli]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[within-subject blocking within a between-subject design]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=247</link>
			<pubDate>Sat, 06 May 2023 05:56:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=994">ytgu</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=247</guid>
			<description><![CDATA[Hello!<br />
<br />
I wonder how I could counterbalance the order of "test_noise" and "test_accent" for a between-subject design? Subjects should be randomly assigned to Group 1, 2, or 3, but they will complete both noise test and accent test, and I wish to counterbalance the order of these 2 test blocks. Here's my code:<br />
<br />
<br />
"block_sequence": [<br />
                    "General_Instruction", "Subject_ID", "Sound_check", <br />
                    {"Group1":["c_practice", "c_exposure_1", "c_exposure_2", "c_exposure_3", "c_test_noise", "c_test_accent", "c_baseline"],<br />
                    "Group2":["n_practice", "n_exposure_1", "n_exposure_2", "n_exposure_3", "n_test_noise", "n_test_accent", "n_baseline"],<br />
                    "Group3":["a_practice", "a_exposure_1", "a_exposure_2", "a_exposure_3", "a_test_noise", "a_test_accent", "a_baseline"]}<br />
                    "Survey"]  <br />
<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hello!<br />
<br />
I wonder how I could counterbalance the order of "test_noise" and "test_accent" for a between-subject design? Subjects should be randomly assigned to Group 1, 2, or 3, but they will complete both noise test and accent test, and I wish to counterbalance the order of these 2 test blocks. Here's my code:<br />
<br />
<br />
"block_sequence": [<br />
                    "General_Instruction", "Subject_ID", "Sound_check", <br />
                    {"Group1":["c_practice", "c_exposure_1", "c_exposure_2", "c_exposure_3", "c_test_noise", "c_test_accent", "c_baseline"],<br />
                    "Group2":["n_practice", "n_exposure_1", "n_exposure_2", "n_exposure_3", "n_test_noise", "n_test_accent", "n_baseline"],<br />
                    "Group3":["a_practice", "a_exposure_1", "a_exposure_2", "a_exposure_3", "a_test_noise", "a_test_accent", "a_baseline"]}<br />
                    "Survey"]  <br />
<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Auto-redirect function]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=238</link>
			<pubDate>Wed, 19 Oct 2022 18:22:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=21">arielchan</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=238</guid>
			<description><![CDATA[Hi! <br />
I'm working on an experiment where I would like participants to take part in several studies (verbal fluency, picture-naming, AX-CPT, self-paced reading, judgement task) in one session. I am wondering if there's a way where I could code so that participants will be re-directed to another study automatically after completion of a study (like on Qualtrics survey)? I understand that we could potentially put together several studies into one trial template, but I'm trying to avoid it because of some of the time-lag issues that participants have been experiencing on tasks that measure reaction time. I'm also trying to avoid having different responses type on the same result file. Any suggestion would be appreciated, thanks so much!]]></description>
			<content:encoded><![CDATA[Hi! <br />
I'm working on an experiment where I would like participants to take part in several studies (verbal fluency, picture-naming, AX-CPT, self-paced reading, judgement task) in one session. I am wondering if there's a way where I could code so that participants will be re-directed to another study automatically after completion of a study (like on Qualtrics survey)? I understand that we could potentially put together several studies into one trial template, but I'm trying to avoid it because of some of the time-lag issues that participants have been experiencing on tasks that measure reaction time. I'm also trying to avoid having different responses type on the same result file. Any suggestion would be appreciated, thanks so much!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Recall - how do I change the duration?]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=236</link>
			<pubDate>Tue, 06 Sep 2022 00:06:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=990">wgor</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=236</guid>
			<description><![CDATA[Hi,<br />
It is my first time working with this software and my question might sound silly, but is there a way to change the amount of time the participants will have to name the categories in this test? I used the template and it is set for only 10 seconds and I would like to make it 60 seconds. Thank you in advance! It looks like that now:<br />
"FreeRecallInstructionTT": {<br />
    "type": "instruction",<br />
    "stimuli": [<br />
      "FreeRecallInstruction"<br />
    ]<br />
  },<br />
  "FullCategory": {<br />
    "type": "instruction",<br />
    "stimuli": [<br />
      "Mammals",<br />
      "Things in the kitchen",<br />
      "Fruits"<br />
          ],<br />
    "delay": 0,<br />
    "stimulus_pattern": {<br />
      "order": "fixed"<br />
    },<br />
    "responses": [<br />
      "recallAudioResponse"<br />
    ]]]></description>
			<content:encoded><![CDATA[Hi,<br />
It is my first time working with this software and my question might sound silly, but is there a way to change the amount of time the participants will have to name the categories in this test? I used the template and it is set for only 10 seconds and I would like to make it 60 seconds. Thank you in advance! It looks like that now:<br />
"FreeRecallInstructionTT": {<br />
    "type": "instruction",<br />
    "stimuli": [<br />
      "FreeRecallInstruction"<br />
    ]<br />
  },<br />
  "FullCategory": {<br />
    "type": "instruction",<br />
    "stimuli": [<br />
      "Mammals",<br />
      "Things in the kitchen",<br />
      "Fruits"<br />
          ],<br />
    "delay": 0,<br />
    "stimulus_pattern": {<br />
      "order": "fixed"<br />
    },<br />
    "responses": [<br />
      "recallAudioResponse"<br />
    ]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Continue Button]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=230</link>
			<pubDate>Wed, 27 Jul 2022 02:58:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=988">megd95</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=230</guid>
			<description><![CDATA[I am trying to run a lexical decision task.  Is it possible to present the prime stimulus followed by the target word without requiring the continue button between? I tried setting the trial duration (removed the continue button) however, the trial then timed out without requiring an answer to the lexical decision.]]></description>
			<content:encoded><![CDATA[I am trying to run a lexical decision task.  Is it possible to present the prime stimulus followed by the target word without requiring the continue button between? I tried setting the trial duration (removed the continue button) however, the trial then timed out without requiring an answer to the lexical decision.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[EU server / US server]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=226</link>
			<pubDate>Tue, 31 May 2022 11:53:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=328">stellestrellaj</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=226</guid>
			<description><![CDATA[Dear FindingFive,<br />
<br />
I have a question regarding the server difference between the EU and the US. I have set up a study using the EU server but would like to run experiments with people potentially based in the US. Will there be any glitches if I do this?<br />
<br />
Thanks!<br />
Best,<br />
Hyewon]]></description>
			<content:encoded><![CDATA[Dear FindingFive,<br />
<br />
I have a question regarding the server difference between the EU and the US. I have set up a study using the EU server but would like to run experiments with people potentially based in the US. Will there be any glitches if I do this?<br />
<br />
Thanks!<br />
Best,<br />
Hyewon]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[background audio not recording fully]]></title>
			<link>http://discuss.findingfive.com/showthread.php?tid=221</link>
			<pubDate>Fri, 13 May 2022 10:37:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://discuss.findingfive.com/member.php?action=profile&uid=58">bisserai</a>]]></dc:creator>
			<guid isPermaLink="false">http://discuss.findingfive.com/showthread.php?tid=221</guid>
			<description><![CDATA[Hi FF team,<br />
<br />
I have a study in which i present pictures for 5 seconds and people have to say a sentence while i'm recording the background audio. When i listen to the recordings they are cut off - i can hear only half of my sentence, and i'm certain i finished speaking before the picture disappeared. I then tested by counting out loud until 5 so that 5 would come just around the end of picture presentation, and indeed the recordings only last until four or sometimes even three. I tried on chrome (i was using firefox before) and the same rhythm of counting this time had the picture disappear already at four (so this is also unexpected in itself, although  i know you recommend chrome and so request participants use that) and then the recording has me counting until three. <br />
I've already set up the background audio to last +1s to stimuli from group1 (that is the pictures)* and it still doesn't do it. Any advice? We definitely need the entirety of whatever was said during picture presentation recorded. In case you wanted to have a look at the study i've made a copy and titled it "study with audio not recording as long as specified".<br />
<br />
Best,<br />
bissera<br />
<br />
* i've only done it for one of my blocks, to test, the practice block, which only has a few trials.]]></description>
			<content:encoded><![CDATA[Hi FF team,<br />
<br />
I have a study in which i present pictures for 5 seconds and people have to say a sentence while i'm recording the background audio. When i listen to the recordings they are cut off - i can hear only half of my sentence, and i'm certain i finished speaking before the picture disappeared. I then tested by counting out loud until 5 so that 5 would come just around the end of picture presentation, and indeed the recordings only last until four or sometimes even three. I tried on chrome (i was using firefox before) and the same rhythm of counting this time had the picture disappear already at four (so this is also unexpected in itself, although  i know you recommend chrome and so request participants use that) and then the recording has me counting until three. <br />
I've already set up the background audio to last +1s to stimuli from group1 (that is the pictures)* and it still doesn't do it. Any advice? We definitely need the entirety of whatever was said during picture presentation recorded. In case you wanted to have a look at the study i've made a copy and titled it "study with audio not recording as long as specified".<br />
<br />
Best,<br />
bissera<br />
<br />
* i've only done it for one of my blocks, to test, the practice block, which only has a few trials.]]></content:encoded>
		</item>
	</channel>
</rss>