-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Currently, any problem with a solution shows the base64 version of the solution. It seems like we have two options here
- do a base64 to text call to reinterpret (and probably a call to mathJax render function)
- send back the answer not encoded.
I think we had discussed this at some point that there's really no reason to encode it. Originally it was to hide solutions from students, but the better way to do this is to have a solution field returned from the server only when the user has permissions to view them.
Metadata
Metadata
Assignees
Labels
No labels