-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive exercises for in-class worksheets - grading for completion #16
Comments
Hi! Thanks for the kind works 🙂 A similar question came up a while ago on the R starter in ines/course-starter-r#6 and here's my reply:
You'd just have to make sure that the tests you write are accurate to prevent false positives / negatives. A more sophisticated approach could be to make it send a request to an API that you host. The student could then access the course app with an added name / ID, e.g. |
Thanks! That's a good idea! Actually, along those lines I could actually make the "passwords" unique to each user, and that'll add a bit more "security". Will see if I can hack something together... Closing issue! |
Hey there, thank you for this amazing resource, it looks extremely polished and I'm amazed it's all open-source!
I'd like to use the course-starter pack to build in-class worksheets as I go through my lesson. But the one thing I cannot quite figure out, is how to record student progress. At minimum I'd like to know which of my students complete the worksheet so I could give them completion credit (and more importantly, know who isn't doing it). At the moment the current solution is to use jupyter notebooks and get them to submit it, but I really like the idea of using this tool as a lecture-guide and having everything in one place (slides and worksheets). To be clear, I am not suggesting or asking for this to turn into an LMS. I'm aware what I want may require scripts to pull data from different sources and merge it to get it into a useable form.
tl;dr version: Any advice or suggestions on how to use this to capture student progress/performance? I can simply ask a question about their student number or email at the beginning of each worksheet - but does their progress get logged anywhere?
The text was updated successfully, but these errors were encountered: