Student User Guide
  • ๐Ÿ‘‹Welcome to AssignmentOS!
  • ๐Ÿ’ปWorkflow
    • 1๏ธโƒฃPrerequisites
    • 2๏ธโƒฃBegin Assignment
    • 3๏ธโƒฃCloning Repo
    • 4๏ธโƒฃPushing Changes
    • 5๏ธโƒฃSubmitting Solution
  • ๐Ÿ”ŽTracking
    • Tracking Your Assignments
  • ๐Ÿ‘๏ธReviewing Results
    • View Score & Status
    • View Report
    • View Submission Feedback & Recommendations
  • โ“FAQ
    • GitHub/GitLab 404 Error
    • Forgot To Submit Solution Before Deadline
    • Solution Invalid - Test File Has Been Modified
Powered by GitBook
On this page

Was this helpful?

  1. Reviewing Results

View Score & Status

PreviousTracking Your AssignmentsNextView Report

Last updated 1 year ago

Was this helpful?

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.

๐Ÿ‘๏ธ
Sample student's list of assignments