Skip to content

Option to submit solutions and/or code

Created by: pavril

In GitLab by @pavril on Jul 16, 2020, 18:47

This issue was imported from a Trello card

Example of usage: I would love to use it next year by allowing submissions of solutions during the project, checked with a checker on the serveur and showing results per solution on a leader board. And to perform final evaluation at the end of the project with the code submitted

Discussion thread

Hadrien 29 May at 11:01

I would like the possibility to organize a two stage challenge:

  • first stage: students submit solutions (text files) and on the server, a checker is run to assert their validity and score, diplaying a leader board per solutions. Such solutions can be submitted continously, any time during the time period of the first stage
  • second stage: students submit an algorithm and on the server, I can run it within a time limit and compute their scores This is just an example of usage I have in mind... not a requirement :)

Photis Avrilionis 28 May at 17:00

Would this be like a set of controls/evaluations that are carried out at different stages of the challenge?

For example: say we have a simple code challenge for which and we've set up 10 evaluations. Would you like to > be able to specify that evaluations 1, 2 and 5 should be available to be run by the student before submission, and that all 10 evaluations are run when the student submits?