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

Have exercises expose whether or not they were correct before the deadline #2313

Closed
stijndcl opened this issue Oct 3, 2020 · 0 comments · Fixed by #3087
Closed

Have exercises expose whether or not they were correct before the deadline #2313

stijndcl opened this issue Oct 3, 2020 · 0 comments · Fixed by #3087
Labels
feature New feature or request medium priority Things we want to see implemented relatively soon student Things summer interns can do

Comments

@stijndcl
Copy link
Contributor

stijndcl commented Oct 3, 2020

I'm currently working on the Dodona Plugin for Visual Studio Code.

One feature we'd like to add, is displaying an icon next to an exercise to show that the user got it right before the deadline (or missed their deadline), as proposed in thepieterdc/dodona-plugin-vscode#57.

Currently, this would require requesting every single submission the user has made to every single exercise in every series, checking which one was the last one before the deadline, and if the user got it right.

This significantly impacts the speed of the plugin (which currently is near-instant), and might as well be held in an attribute in the exercise's respective json file. Dodona itself shows this icon too, so I think the feature could positively impact Dodona as well.

Is it possible to get this implemented? A has_correct_solution field already exists, but a correct_before_deadline field does not.

@chvp chvp added feature New feature or request low priority Thing we want to see implemented at some point student Things summer interns can do labels Jun 5, 2021
@chvp chvp added medium priority Things we want to see implemented relatively soon and removed low priority Thing we want to see implemented at some point labels Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request medium priority Things we want to see implemented relatively soon student Things summer interns can do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants