diff --git a/index.md b/index.md index 18ea5d66..293d39ad 100644 --- a/index.md +++ b/index.md @@ -23,6 +23,7 @@ Produced and taught by [Aidan Feldman](https://api.afeld.me/). Largely based on {% endif -%} - Submitting assignments - Viewing grades + - [Accessing class recordings](syllabus.html#class-recordings) {% if id == "columbia" -%} - [Ed]({{discussions_url}}), which is used for: - Accouncements diff --git a/lecture_0.ipynb b/lecture_0.ipynb index 3ef7d51a..8340ce76 100644 --- a/lecture_0.ipynb +++ b/lecture_0.ipynb @@ -239,7 +239,7 @@ "\n", "- Within 24 hours after you're enrolled via SSOL, you should be automatically added to CourseWorks.\n", " - If you don't have access after that, [email the instructor](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#instructor-information).\n", - "- Watch the [recording(s) of past lectures](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#zoom) if you weren't present for them.\n", + "- Watch the [recording(s) of past lectures](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#class-recordings) if you weren't present for them.\n", " - Note [the coding environment changed since Lecture 0](https://edstem.org/us/courses/34344/discussion/2409842)\n", "- Make sure to read through the pinned threads that appear at the top of the list of [Discussions]({{discussions_url}}), in case there's anything you missed.\n", "- [Submit](https://python-public-policy.afeld.me/en/{{school_slug}}/assignments.html#submission) all [past assignments](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#schedule).\n", diff --git a/syllabus.md b/syllabus.md index 7ed5b63d..7b5da2d7 100644 --- a/syllabus.md +++ b/syllabus.md @@ -161,15 +161,19 @@ By the end of the course, students will know: - Email is also an option, though please only use for questions that aren't appropriate for others to see. - We will try to respond within 24 hours, 48 hours max. -### Zoom +### Class recordings -You can find the link to the live stream in [{{lms_name}}]({{lms_url}}) under the Zoom tab. The recordings are under `Cloud Recordings`. Some caveats: +Everyone is expected to attend class in-person; see the [class policies](#class-policies). That said, recordings of the lectures are made available for reference purposes. To view: -- Everyone is expected to attend class in-person; see the [class policies](#class-policies). -- The streaming/recording is done on a best-effort basis; it's not guaranteed. -- The course is designed for the in-room experience, and therefore: - - The instructor won't interact with any Zoom participants. - - Office hours will not be recorded. +1. Open [{{lms_name}}]({{lms_url}}) +1. Go to `Zoom` in the navigation +1. Click `Cloud Recordings` + +Some caveats: + +- Recordings are made on a best-effort basis; they are not guaranteed. +- The course is designed for the in-room experience. +- Office hours will not be recorded. ## Assignments and Evaluation @@ -267,7 +271,7 @@ Letter grades for the entire course will be assigned as follows: ## Class Policies - All submissions must be made from a Jupyter notebook file, following [these instructions](https://python-public-policy.afeld.me/en/{{school_slug}}/assignments.html). -- Attendance is mandatory, but most importantly, important. Learning programming requires commitment from the part of the student and the skills are built out of practice. If you are ill, injured, or have unexpected travel, you do not need permission to [participate in class remotely / watch the recording](#zoom). +- Attendance is mandatory, but most importantly, important. Learning programming requires commitment from the part of the student and the skills are built out of practice. If you are ill, injured, or have unexpected travel, please [watch the recording](#class-recordings). ### Sharing