OlaNordrum
About
- Username
- OlaNordrum
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
solved
-
I reckon I somehow need to redefine question_response.get_key() as a string in order to compare it with the correct_answer string ('y' or 'n')
-
Sorry! The two first inline scripts simply prepares and presents a sentence. The participants reads the sentence and pushes a button (T) to continue to the question display. This is where the problem is. Before I added the the pygaze modules e.g. lo…
-
Would it possibly help if I did the answer as an inline script as well?
-
NO it doesn't work. Have three inline scripts at the moment. None of them are doing what they are supposed to do. script one RUN cv = canvas(exp)cv.background_color = 'white'sound.play() cv.show()clock.sleep(3000) ... this doesn't work as it is no…
-
It would actually be nice to be able to include a white screen/ canvas during the 3 seconds of music playing without the sentence.
-
I am currently not. Just using the sampler item as my different noise conditions are the variables of the the experiment. But could I make a inline script like this: src = [Noise] and then continue the script? Noise includes my four sound conditions
-
Currently what I have for my sampler: set duration "3000" set fade_in "0" set pan "0" set pitch "1" set sample "[Noise]" set stop_at "ENTER" .... this doesn't work though set volume "…
-
No cause the participants should be allowed to read the sentence for as long as they want, so needs to be a button they push or canvas change. I only want the music to play during the sentence and not the question.
-
Another problem has popped up. The sound file doesn't stop playing, so that when the next sentence appears the experiment simply adds another sound file. So in the end I have four different sound files playing at once. Tried stopping the music usin…
-
Thank you! Worked perfectly ! Ola