View Score & Status
Last updated
Last updated
Once you complete an assignment, AssignmentOS automatically analyses your submission and generates a score, result and analysis report.
The result will either bePassed
or Failed
, which is determined by the grading criteria that has been defined for that assignment.
The Score
will be calculated as the number of passing unit tests ÷ number of total unit tests, given as a percentage.
For assignments where the result is Failed
, there will also be a Reason
value provided, which will be one of the following:
Reason
Description
Build Failure
Occurs when your solution fails to build/compile, preventing our analysis runner from advancing to the stage where it runs the automated tests.
Build Timeout
Occurs when your solution is running for more than one hour.
Unit Tests
Occurs when your solution fails to pass the required number of passing unit tests for your assignment.
Expired
Occurs when you do not start your assignment before the assignment's Deadline, or you start the assignment but do not a push at least commit to your GitHub/GitLab repo before the assignment's Deadline.