Simplifying grading code in visual studio. No more sending compressed files, downloading, and opening student's code.
Features
Teachers can create a project for students to complete
Teachers can create inputs for their program that will be tested against the student's program.
When students create the program, they'll be able to test it within visual studio with the inputs the teacher created. These inputs can be made invisible or visible.
Students will get a percent of passing cases based on the inputs the teacher provided
Once the students are finished with their program,
they can submit the program within visual studio
Teachers can then see the submissions from students within visual studio and be able to open the student's submissions from within visual studio. Teachers then can review the code and see their output and percent passed.