encorelab / SCORE

Scripting and ORchestration Environment (SCORE)
Other
2 stars 0 forks source link

Send student to next step with "Task" approval #83

Closed JoelWiebe closed 3 years ago

JoelWiebe commented 3 years ago

Approval of a step in "Tasks" was designed to send the student to the very next step in the project.

Steps to reproduce:

The student in the VLE will be advanced 2 steps and get the following error in the browser console:

image

You may use the following project. Group 1/2/3 - Group Attempt have approval requests. 44.zip

aperritano commented 3 years ago

@JoelWiebe what build did you get this error on? I downloaded the project and loaded it into my local build — it works fine.

Can you clarify?

JoelWiebe commented 3 years ago

@aperritano Oh, interesting. I'm getting this error on the latest score_develop both locally and on the servers.

hirokiterashima commented 3 years ago

Hmm. I see this issue too. It looks like the issue is on the server end. The command to "goToNextNode" is being fired twice, which results in students moving ahead by two steps. I wonder when this change occurred...

I'll take a closer look.