You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the mentorship program and the monthly challenges, a proposal is being developed to ensure impartiality in the code analysis. It is suggested to create a grader capable of processing multiple inputs given the function name, the reference challenge to design the grade. To achieve this, the following points are considered:
The grader should be easily configurable for each challenge.
A minimal example with a previous challenge is required.
It should include the function name, the expected inputs, and display the corresponding output.
Generic tests should be provided for each function.
A guide on how to generate an open test should be included, as well as at least five private tests to validate the response's performance.
In case of receiving an error, an exception indicating that the code is incorrect should be generated.
Optionally, a suggestion may be made to distinguish between programming errors and general response errors.
Para el programa de mentoría y los retos mensuales, se está desarrollando una propuesta para garantizar la imparcialidad en el análisis del código. Se sugiere crear un grader capaz de procesar múltiples entradas dado el nombre de la función, el reto de referencia para diseñar el grader. Para ello, se consideran los siguientes puntos:
El grader debe ser fácilmente configurable para cada reto.
Se requiere un ejemplo mínimo con un desafío anterior.
Debe incluir el nombre de la función, las entradas esperadas y mostrar la salida correspondiente.
Se deben proporcionar pruebas genéricas para cada función.
Es necesario incluir una guía sobre cómo generar una prueba abierta, así como al menos cinco pruebas privadas para validar el rendimiento de la respuesta.
En caso de recibir un error, se debe generar una excepción que indique que el código no es correcto.
Opcionalmente, se puede proponer un indicador para distinguir entre errores de programación y errores de respuesta general.
The text was updated successfully, but these errors were encountered:
hello again @victor-onofre I want to insist in this issue, Unitary Hack team extended the deadline till 26th in order to some dangling PR like got merged.
For the mentorship program and the monthly challenges, a proposal is being developed to ensure impartiality in the code analysis. It is suggested to create a grader capable of processing multiple inputs given the function name,
the reference challenge to design the grade. To achieve this, the following points are considered:
Para el programa de mentoría y los retos mensuales, se está desarrollando una propuesta para garantizar la imparcialidad en el análisis del código. Se sugiere crear un grader capaz de procesar múltiples entradas dado el nombre de la función,
el reto de referencia para diseñar el grader. Para ello, se consideran los siguientes puntos:
The text was updated successfully, but these errors were encountered: