Using timeline variable in anonymous functions in v8 #3402
Unanswered
holgerMitterer
asked this question in
Q&A
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am just preparing my first experiment in v8, and I often generate prompts for audio-keyboard responses with a mixture of static and dyamic texts, like in the following:
`
var cloze_trial = {
};`
In v8, the prompt looks like this (the timeline seems to work, the sound is playing):
Q: [object Object]............................P: [object Object]
I re-migrated the experiment to v7.3.3 and there it seemed to work, I get:
Q: contanto............................P: contanta
(with these two words provided by the timeline.
How has the usge of timeline variables in anonymous functions changed between v7 and v8?
Kind regards,
Holger
Beta Was this translation helpful? Give feedback.
All reactions