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

Provide a way to handle the Canvas test student (Student View) #1069

Closed
jennlove-um opened this issue Aug 31, 2020 · 4 comments
Closed

Provide a way to handle the Canvas test student (Student View) #1069

jennlove-um opened this issue Aug 31, 2020 · 4 comments

Comments

@jennlove-um
Copy link
Contributor

Canvas allows instructors to view their courses as a student, and in doing so creates a test student user for the course. When teacher tries to view MyLA as this user, we provide a basic error message that indicates MyLA is not available for the student view.

Further discussion is needed about how to handle the test student:

  • Investigate whether the test student data is being sent to MyLA and is included in any of the visualizations. If it is, this will need to be filtered out.
  • Determine whether MyLA will support the student view functionality in Canvas. If so, design the view. If not, design a more user-friendly message for instructors than the current basic JSON one.
@jonespm
Copy link
Member

jonespm commented Aug 31, 2020

Actually right now in production the message sent is:
image

It looks like this user doesn't get any email sent so if we did support them it would have to be a special generic case.

It does send this over as a role.
http://purl.imsglobal.org/vocab/lti/system/person#TestUser

The only visualization this might be in would be the Resource Accessed if this data is actually in Caliper. There wouldn't be any other data for this user in the UDW.

With being able to reset I'm not sure what it would be possible to show the test user. The grade distribution (the instructor can already see this). Maybe we should really just have a message "No data can be provided when in Student View, please start MyLA from a regular view"

@jennlove-um
Copy link
Contributor Author

#1043 with the next release provides the clearer error message. Sorry for the confusion. Per that issue, the message is set to read "Student view is not available for My Learning Analytics."

But we could change that to the text you suggested @jonespm.

@jonespm
Copy link
Member

jonespm commented Aug 31, 2020

So this kind of feels like a duplicate of that #1043. The only thing I feel like we really can do here is research that the test user's caliper events aren't coming up in the views but that's also an open issue at #764

@jennlove-um
Copy link
Contributor Author

Per the discussion notes in this issue, it replicates other issues. I'm closing this one.

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

2 participants