Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs "Overview: Progress bar" page is out-of-date #3383

Open
becky-gilbert opened this issue Aug 26, 2024 · 1 comment
Open

Docs "Overview: Progress bar" page is out-of-date #3383

becky-gilbert opened this issue Aug 26, 2024 · 1 comment

Comments

@becky-gilbert
Copy link
Collaborator

The v8 "progress bar" docs page in the Overview section looks to be out of date. It says that you can manually update the progress bar like this:

jsPsych.progressBar.progress = 0.85;

But the reference page shows that this has been changed to setProgressBar, which takes the value as an argument, like this:

jsPsych.setProgressBar(0.85);

I assume the latter is correct.

@jodeleeuw
Copy link
Member

Actually I think it's the other way around. We updated to .progress in v8, so the setProgressBar method in reference should be removed. (I should double check this...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jodeleeuw @becky-gilbert and others