You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, any problem with a solution shows the base64 version of the solution. It seems like we have two options here
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.
The text was updated successfully, but these errors were encountered: