longhornopen / qualtrics-lti

A simple LTI tool for integrating Qualtrics surveys into a course.
GNU Affero General Public License v3.0
6 stars 3 forks source link

Provide some type of confirmation id that students could use if they wanted to prove they submitted #27

Open jonespm opened 2 months ago

jonespm commented 2 months ago

We had some issues lately where students claimed to have finished the survey but no score was recorded.

I wonder if there would be any value in presenting the user with some type of id code, like the ID from their return_url that they submitted? Like

"For reference your submission id is ef9c3084-0f99-4430-b57c-e87b8e27c54e."

Some students might retain that information or screenshot, others might not. This might help us track down more information about them if they had a legitimate problem.

There was this old Canvas idea about email-confirmation upon assignment submission back from 2015 that has yet to be implemented with a lot of comments. But the most recent comment from 2023 was that they weren't implementing this in their current or future plans. This would also solve the problem.

I feel like Canvas is more high stakes than this and if they don't want to do anything maybe this tool doesn't either, but I think this is a good idea that other LMSes have and one I'd implement as an assignment option if I had any say in the priorities at Canvas.

chrispittman commented 2 months ago

It feels like this is unnecessary if we implement #25. That issue asks for submission IDs for a student/survey pair to be stable across relaunches of the app. So the submission ID doesn't actually tell you anything in that case, because you already know which student and survey you're interested in.

jonespm commented 2 months ago

Yeah, I'd probably agree with that.