Progress bar Text
#1253
-
Is there a way to change the text in the progress bar? ("Completion Progress"), i'm doing a instrument in spanish, so this would be quite useful |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Dec 1, 2020
Replies: 1 comment 1 reply
-
Yes, you can set the jsPsych.init({
timeline: [...],
message_progress_bar: 'Custom Message Here'
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can set the
message_progress_bar
parameter injsPsych.init()