Skip to content

Conversation

@trestletech
Copy link
Contributor

  • Renamed the exercise_submission event to exercise_result and added the following fields:

    1. id - a randombly generated identifier that can be used to align with the associated exercise_result event.
    2. time_elapsed - the time required to run the exercise (in seconds)
    3. timeout_exceeded - indicates whether the exercise was interrupted due to an exceeded timeout. May be NA for some platforms/evaluators if that information is not known or reported.
  • Added an exercise_submitted event which is fired before evaluating an exercise. This event can be associated with an exercise_result event using the randomly generated id included in the data of both events.

@trestletech trestletech requested a review from schloerke March 4, 2020 20:57
@trestletech trestletech merged commit 07f03a8 into master Mar 5, 2020
@trestletech trestletech deleted the exercise-events branch March 5, 2020 16:56
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

Successfully merging this pull request may close these issues.

3 participants