2023 upe David Rodriguez Rives


May 1st - May 7th

First of all, IMPORTANT (not in the github branch) this week I created a new input in the exercise.html page to insert dynamically the video id and modified the eval_userCode function for it.
After doing that, I prepared the cript for the asyncronous Tournaments:
* I discommented the ElasticSearch cm_recievePuntuation becouse I wanted the users to be registered in that Database as they always have been been.
* Next, I changed the initial puntuation value to -1 to separate the evaluated people (which have a puntuation from 0 to 100) from the non evaluated ordering them in the exercise by ascending order.
* On top of the above point, I created a new index class on the probe.py script named PruebasMaster5 which includes a new boolean column named evaluated. This column will be on False until the user recieves a code evaluation.
* The exercise will only show the non evaluated participants, meaning that in the future if a user uploads a new code, the script will mark it as non evaluated.