-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
LTI Mass Update in 2.18 #2102
Comments
Check that the webwork2 job queue is running. Also, if you have updated the code by pulling in changes from GitHub, then make sure that you restart the job queue service. Other than checking those things, I will need more information to diagnose further. |
I have done those things already. I'll continue to investigate. I am interested to hear if anyone is using this in production and knows that the mass updates work as expected. |
I believe that @somiaj is using mass updates with 2.18. I know he reported having an issue at one point, but the issue was that he had pulled a change from GitHub, and forgot to restart the job queue. He said that it worked again after doing that. |
I think I understand now. In the course I have been studying, I think that the instructor had turned off Do we know if there is a good reason to not simply always record/update the user's |
The problem is there is no such thing as a user's If grade passback is The So the problem is determining where to save the |
The troubleshooting of job queue issues is aided with #2232 |
I have 2.18 (ass it currently is) in use in production at my school. It seems that LTI Mass update is not working. Site wide, we have
$LTIMassUpdateInterval = 3600;
and$LTIGradeMode = 'course';
. We are using LTI 1.1 for now.I see lines like this in the
webwork2
log:However the grades are not being updated in the LMS (which is D2L). The same is true if I trigger a mass update using the LTIMassUpdate page.
I have enabled
$LTIGradeOnSubmit = 1;
and now we do see grades being updated slowly, as each active student returns to the course and answers something. So overall the LTI connection is working. There is just something not working about the mass updates.Is anyone using 2.18 in production with LTI and able to test if mass update is working?
The text was updated successfully, but these errors were encountered: