Replies: 2 comments 1 reply
-
Hi developers, Thank you as always for maintaining the library. This is a reminder — the issue I previously reported here still seems to persist in version 8.2.2. I would appreciate it if you could take a look. Best ragards, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I suspect what is broken in version 8 is the evaluation of the function parameter in the What happens if you do this instead? questions: function() {
return [
{
prompt: Math.random(),
name: 'Vegetables',
labels: scale,
required: true
},
{prompt: "I like fruit.", name: 'Fruit', labels: scale, required: true}
] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, all,
The following code is a sample program using the survey-likert plugin, and it is expected to display a random number in the question items for each trial.
The above code works fine in jsPsych version 7.3.2, but, in version 8.2.1, the numbers do not change randomly and a fixed number is displayed. I am unsure whether this is a bug or the behavior of loop_function has changed. If it is the latter, how should I modify the code?
Best regards,
Daiichiro
Beta Was this translation helpful? Give feedback.
All reactions