Skip to content
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

Dashboard for watching students' code execution #20

Open
acbart opened this issue Dec 3, 2020 · 1 comment
Open

Dashboard for watching students' code execution #20

acbart opened this issue Dec 3, 2020 · 1 comment

Comments

@acbart
Copy link
Collaborator

acbart commented Dec 3, 2020

I think I've needed this enough myself, and I more-or-less just got a request for it. It'd be cool to have a way to see the current feedback and execution output for all the students in an assignment. This could be done fairly easily by just grabbing the history logs, but I wonder if we should be more efficient and have a database table that gets updated to the latest version of their output - after all, the history search has been sluggish. This might actually also feed into the need to make the dashboard for tracking feedback logs. If it plays nicely with Pedal, then this could really streamline what we wanted that system to be able to do.

Essentially, I think I'm proposing a new Execution table that maps Submission.id to some fields like output, inputs, compiler errors, pedal feedback message, and pedal feedback objects. The dashboard would have to know to grab all the submissions relevant for a course/assignment/user, but honestly that might be a more efficient query anyway? Which is better, a bunch of IDs or a range query on an indexed table? I need to review some SQL.

@MrMazzone
Copy link

Something like CodingRooms https://codingrooms.com/ "real-time student dashboard" would be amazing. It does not need to be as feature rich as this either. To just see student code by displaying the history logs in a grid style view.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants