Doenet / DoenetTools

https://www.doenet.org/
15 stars 29 forks source link

All student assignment data page #2426

Closed GiseleN523 closed 2 months ago

GiseleN523 commented 2 months ago

This PR adds an page that show all assignments scores from all assignments owned by the user and from all students who took one of the assignments. It also adds a page that shows all assignment scores from all assignments owned by the user that were taken by one student.

dqnykamp commented 2 months ago

We don't want the files in public/doenetml-worker to be saved to the repository. They are just a temporary fix because the doenetml package wasn't working right. Since you want to keep your local copy but don't want them in the repository, you can enter the command git rm --cached client/public/doenetml-worker/Coreworker* from a terminal and then commit that change. If you like you can add public/doenetml-worker to your .gitignore file after you've done this so that it doesn't keep asking you to stage those changes.

dqnykamp commented 2 months ago

I deleted public/doenetml-worker and pushed that to your branch. Now that I merged in #2429, you don't need it anymore. Be sure to start your next PR based on the main branch that includes that PR.