We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, GradingJobResults and GradingScriptCommandResponses do not include any timestamp information. Please add a time_start and time_end pair of timestamps to each of these, i.e. by adding them first to GradingJobResults and GradingScriptCommandResponse and then plumbing the fields through the output json.
GradingJobResult
GradingScriptCommandResponse
time_start
time_end
The text was updated successfully, but these errors were encountered:
williams-jack
No branches or pull requests
Currently,
GradingJobResult
s andGradingScriptCommandResponse
s do not include any timestamp information. Please add atime_start
andtime_end
pair of timestamps to each of these, i.e. by adding them first toGradingJobResult
s andGradingScriptCommandResponse
and then plumbing the fields through the output json.The text was updated successfully, but these errors were encountered: