jupyter-edu-book icon indicating copy to clipboard operation
jupyter-edu-book copied to clipboard

[Ch 6] Add okpy.org to section on automated grading of assignments

Open rwest opened this issue 6 years ago • 2 comments

As suggested on twitter by @natea, the section of chapter six on Assessing student learning with Jupyter Notebooks could mention https://okpy.org which says it "autogrades programming assignments, facilitates submission, composition feedback, and analytics for your class". I've never used it so am not sure what to write, but the landing page does mention Jupyter Notebook Submission.

rwest avatar Dec 01 '18 03:12 rwest

@choldgraf also mentioned that data8 is considering using a somewhat new grading tool "Gopher Grader" https://github.com/data-8/Gofer-Grader

lheagy avatar Dec 03 '18 02:12 lheagy

Yep - Gofer-Grader is basically a more tightly-scoped version of OKpy. It just does auto-grading on the same machine where the notebook exists (whereas OKpy is a service that does the grading for you). My intuition is that Gofer will be a better recommendation for people eventually, though not sure what its current state is.

choldgraf avatar Dec 03 '18 03:12 choldgraf