marshall62 / msadmin

Admin tools for configuring Mathspring
0 stars 0 forks source link

Question authoring tool preview does not allow selecting answers #33

Open IvonArroyo opened 5 years ago

IvonArroyo commented 5 years ago

Answers don't work in this one? Exceptions thrown.

mohit-surana commented 5 years ago

Question authoring tool currently provides preview functionality by calling a Mathspring endpoint: E.g. http://tutor.mathspring.org/woj/WoAdmin?action=AdminGetQuickAuthSkeleton&probId=1780&teacherId=-1&reload=true&zoom=1

This does not have access to certain functions which are otherwise available when it is within the tutor. Need to either fetch the required javascript files, or refactor the preview logic.