Skip to content

Instantly share code, notes, and snippets.

@pmhsfelix
Created October 28, 2020 15:47
Show Gist options
  • Save pmhsfelix/f6e403eb874899117252a7f526bf5867 to your computer and use it in GitHub Desktop.
Save pmhsfelix/f6e403eb874899117252a7f526bf5867 to your computer and use it in GitHub Desktop.
Using classroom
  • Create a single classroom for all class sections ("turmas") in a single semester.
    • E.g. "Programação Concorrente 2020/2021 Inverno"
  • Create a single assignment for each class section.
    • A repository is automatically created when a student accepts an assignment.
    • Same assignment for all problem sets or distinct assignment for each problem set.
      • This semester I'm using the same assignment for all problem sets.
    • E.g. s2021-li51d-student
      • It's important to have the semester identifier to distinguish between semesters.
      • The student segment allows for easy searching.
    • Use a template repository when creating the assignment. This way we can (try to) control its organization.
    • Make sure the assignment repos are private.
  • Share the envitation link with the students (different envitation links per assignment/"turma").
  • I've only used individual assignments and not group assignments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment