--- layout: course --- {{content}}

Github Classroom

All of your Lab work will be submitted through Github Classroom. You are responsible for ensuring all your code is properly pushed to Github! Any code not pushed to Github by the deadline will not be accepted under any circumstances. If you don't already have a GitHub account you will need to create one.

Accept the assignment

{% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}

Grading

This lab is worth {{page.points}} points. The due date is listed on the course homepage. Your grade will be calculated with the formula: Math.floor(%tests_passed * {{page.points}}) = Total Points. For example, if you passed 80% of the test suite your grade would be .8 * {{page.points}} = {{0.8 | times: page.points | floor }}.