Whitney AI
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
JohnsonAI
Admin
Posts : 10
Join date : 2019-03-04

Automating Computer Program Grading Empty Automating Computer Program Grading

Wed Mar 06, 2019 8:34 am
Hi folks,

I'm looking for a system where:

1. Students can submit their programs.
2. I can create a set of tests of those programs.
3. I can click a button and run those tests on every student program.
4. I can get an easy to read display of which tests the program passed, and which it didn't.

Thank you again for your help.
avatar
hannahc
Posts : 4
Join date : 2019-01-28

Automating Computer Program Grading Empty Re: Automating Computer Program Grading

Wed Mar 06, 2019 8:47 am
Python Tutor
http://pythontutor.com/
Allows user to visualize execution of code step by step, with the option to create test cases
avatar
Jason Jewik
Name : Jason Jewik
Posts : 14
Join date : 2019-01-15
http://jasonjewik.com

Automating Computer Program Grading Empty Re: Automating Computer Program Grading

Fri Mar 08, 2019 8:21 am
Maybe try this out? http://web-cat.org/

EDIT: If you end up using GitHub Classroom, this tool will be useful too since it integrates with GitHub: https://docs.travis-ci.com/. It's a continuous integration tool so I assume it can run automated tests though I haven't used it for anything beyond verifying that there aren't any syntactical errors in code.
Sponsored content

Automating Computer Program Grading Empty Re: Automating Computer Program Grading

Back to top
Permissions in this forum:
You cannot reply to topics in this forum