Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 3.0-orientation.md with correct quercus links #111

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 28 additions & 4 deletions docs/courses/robotics/3.0-orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First, open up the following quiz in Canvas that corresponds to your enrolled te
:::{tab-item} Sp/Su 2024
:sync: w2024

[TBD]
https://q.utoronto.ca/courses/370069/quizzes/419636
:::

:::{tab-item} Sp/Su 2025
Expand Down Expand Up @@ -50,7 +50,7 @@ If you already have a GitHub account and you have used it infrequently, you may
The student identifier that you choose on the next page **will appear only once** (e.g., `quirky-zebra`). Please record this somewhere safe and enter it into the corresponding Canvas quiz, since you will be using this at various points throughout the course. If you forget or lose your student identifier, please send a message to [sterling.baird@utoronto.ca](mailto:sterling.baird@utoronto.ca).
```

Click on the 🔗 [GitHub starter tutorial](https://classroom.github.com/a/g78UiC5K), ensure you're logged in to GitHub, link to a student identifier of your choice (write this down), and accept the assignment. See below for a walkthrough of this.
Click on the 🔗 [GitHub starter tutorial](https://classroom.github.com/a/wJK4mQL4), ensure you're logged in to GitHub, link to a student identifier of your choice (write this down), and accept the assignment. See below for a walkthrough of this.

<video width="700" height="394" controls>
<source src="../../_static/intro-gh-classroom-walkthrough.mp4" type="video/mp4">
Expand All @@ -63,13 +63,24 @@ Click on the 🔗 [GitHub starter tutorial](https://classroom.github.com/a/g78Ui
There is a pre-populated list of student identifiers, none of which have been claimed! You may choose any of these.
```

Use this tutorial to familiarize yourself with git and GitHub terminology, which you will be quizzed on later.
Use this tutorial to familiarize yourself with git and GitHub terminology. Then, complete the following quiz:

::::{tab-set}
:sync-group: category

:::{tab-item} Sp/Su 2024
:sync: w2024

https://q.utoronto.ca/courses/370069/assignments/1402329/
:::

::::

## 📄 GitHub Classroom Assignment

Now that you're familiar with basic git and GitHub terminology, we can show you how to use GitHub Classroom for an autograded assignment.

👉 **Second step**: This time, you will use an interactive development environment (IDE) called "Codespaces", with compute resources provided by the Acceleration Consortium through the GitHub Education program. Similar to the format before, click on the new assignment link 🔗 [Intro to GitHub Classroom](https://classroom.github.com/a/3yCVzX6I), ensure you're logged in to GitHub, accept the assignment, click the "Open in Codespaces" button, and follow the directions in the README.md file. Spinning up a new Codespace may take a minute or two, and a preview of the README.md file will automatically open up after a few seconds. A number of dialogue boxes and messages will appear during the loading process. Ensure that you sign into GitHub; use of Copilot is optional. The URL in your browser should be of the form `https://<some-funny-phrase>-<unique-id>.github.dev/` which is autogenerated and distinct from your course ID. For example, your URL might be `https://fuzzy-space-spork-9wggxx444g6h7rxq.github.dev/`. You can try the assignment as many times as you like, and you will self-report your autograded score on the next page. See below for a complete walkthrough of these steps.
👉 **Second step**: This time, you will use an interactive development environment (IDE) called "Codespaces", with compute resources provided by the Acceleration Consortium through the GitHub Education program. Similar to the format before, click on the new assignment link 🔗 [Intro to GitHub Classroom](https://classroom.github.com/a/By_d8qwE), ensure you're logged in to GitHub, accept the assignment, click the "Open in Codespaces" button, and follow the directions in the README.md file. Spinning up a new Codespace may take a minute or two, and a preview of the README.md file will automatically open up after a few seconds. A number of dialogue boxes and messages will appear during the loading process. Ensure that you sign into GitHub; use of Copilot is optional. The URL in your browser should be of the form `https://<some-funny-phrase>-<unique-id>.github.dev/` which is autogenerated and distinct from your course ID. For example, your URL might be `https://fuzzy-space-spork-9wggxx444g6h7rxq.github.dev/`. You can try the assignment as many times as you like, and you will self-report your autograded score on the next page. See below for a complete walkthrough of these steps.

<video width="700" height="394" controls>
<source src="../../_static/run-the-demo-walkthrough.mp4" type="video/mp4">
Expand All @@ -78,6 +89,19 @@ Now that you're familiar with basic git and GitHub terminology, we can show you

<!-- <iframe style="width: 700px; height: 394px; display: inline-block;" title="autograding-codespaces-python-walkthrough.mp4" data-media-type="video" src="https://q.utoronto.ca/media_attachments_iframe/31726639?embedded=true&amp;type=video" allowfullscreen="allowfullscreen" allow="fullscreen" data-titletext="autograding-codespaces-python-walkthrough.mp4" data-media-id="m-4qfTw9UDxLo8XrZpxMwCLDoT16FfTikf"></iframe> -->

Report your autograded score using the self-report assignment below:

::::{tab-set}
:sync-group: category

:::{tab-item} Sp/Su 2024
:sync: w2024

https://q.utoronto.ca/courses/370069/assignments/1402331
:::

::::

Additional resources:

- [How students complete assignments](https://youtu.be/ObaFRGp_Eko?si=JMxjdheVKVc3Zwr8)
Expand Down
Loading