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
We are developing tools for automatically grading plots. Doing this well requires some substantial code, which we currently need to paste into every question part. Much of this code is the same from part to part and question to question. If it were possible to make available a python module, say plot_grader.py, so that code inside pyodide could import plot_grader, that would be a real help.