Overview

This guide instructs learners how to make use of the Source Academy interface to complete their homework.

Content

Entering into a GitHub Classroom organization

  1. Provide your instructor with your GitHub username. They must invite you to join the organization.
  2. Once they have sent you an invite, check your email and accept the invite to join the organization.

Viewing and accepting assessments

  1. Navigate to the Source Academy website at https://sourceacademy.org/ and navigate to Classrooms.
  2. Log into your GitHub account (this must be the same one that is a member of the classroom/organization).
  3. Browse the “Select Course” dropdown menu and select the course that has the assessment.
  4. The assessments are displayed after the previous step. Navigate to the assessment that you want to attempt.
  5. You need to “accept” an assessment before you can attempt it. The “Accept” button on the card lets you do that, by taking you to a page on GitHub.
    Click on Accept Button

  6. Once on the page, click on “Accept this assignment” and GitHub will create a new repository for you.  Accept Assignment

If your acceptance is successful, the following page will appear:
After Accepting Assignment

  1. After you haved already accepted the assessment, the text on the cards will be “Open” instead. You may click on this button to begin or continue attempting the assessment.
    Click on Open Button

  2. Follow instructions to clone the assessment and it should now be available to attempt on Source Academy Classrooms.

Attempting and submitting assessments

  1. For programming questions, you can write your answers in the code editor on the left.
    Programming Question

For multiple-choice questions, you can click on the answer. Take note that depending on the question’s settings, the correct answer might still be highlighted in red.
MCQ

  1. Some questions have test cases that you can view through the test case tab on the right. To run individual test cases, you may click on them. Otherwise to run all the test cases, you can run the program while the test case tab is selected.
  2. When you are satisfied with your answers, remember to click on “Save” to save your changes.
  3. You can check the repository on GitHub to ensure that your changes are carried over. Note that after the submission date, any new commits will not be reflected in the Classroom assessment.

Finishing a course

After a course has ended, you might want to save a copy of your work if you intend to refer back to it in the future. As the work repositories belong to the classroom organization, you may lose access to them if the organization is deleted, or if you are removed from the organization (whether by choice or by your instructor).

In order to do this, you could fork any of your homework repositories, or download a copy of the code. How to save work

You may also choose to leave the organization (so that the course will no longer show up while using the Source Academy website). In order to do so, navigate to “Your organizations” on GitHub and leave the organization.