-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43d8df0
commit b8d09c0
Showing
3 changed files
with
73 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,44 @@ | ||
format: jb-book | ||
root: about/syllabus | ||
parts: | ||
- caption: About this course | ||
chapters: | ||
# - file: about/syllabus | ||
- file: about/course_schedule | ||
- file: about/rubrics | ||
- file: about/waitlist | ||
# - file: about/accommodations | ||
# - file: about/doing_well | ||
# - file: about/faq | ||
- caption: About this course | ||
chapters: | ||
# - file: about/syllabus | ||
- file: about/course_schedule | ||
- file: about/rubrics | ||
- file: about/waitlist | ||
# - file: about/accommodations | ||
# - file: about/doing_well | ||
# - file: about/faq | ||
|
||
- caption: Part 1 - Getting Started | ||
maxdepth: 1 | ||
chapters: | ||
- file: notes/part01/workshop01 | ||
title: Workshop 1 | ||
- file: notes/part01/assignment01 | ||
- file: notes/part01/lab01A | ||
- file: notes/part01/lab01B | ||
- caption: Part 1 - Getting Started | ||
maxdepth: 1 | ||
chapters: | ||
- file: notes/part01/workshop01 | ||
title: Workshop 1 | ||
- file: notes/part01/assignment01 | ||
- file: notes/part01/lab01A | ||
- file: notes/part01/lab01B | ||
|
||
- caption: Course Project | ||
chapters: | ||
- file: notes/project/team_formation | ||
- file: notes/project/progress01 | ||
- caption: Part 2 | ||
maxdepth: 1 | ||
chapters: | ||
# - file: notes/part02/workshop01 | ||
# title: Workshop 2 | ||
# - file: notes/part02/assignment01 | ||
- file: notes/part02/lab02A | ||
- file: notes/part02/lab02B | ||
|
||
- caption: Course Project | ||
chapters: | ||
- file: notes/project/team_formation | ||
- file: notes/project/progress01 | ||
|
||
- caption: Course Feedback | ||
chapters: | ||
- file: about/feedback | ||
title: Anonymous Feedback Form | ||
|
||
- caption: Course Feedback | ||
chapters: | ||
- file: about/feedback | ||
title: Anonymous Feedback Form | ||
# - caption: Tools | ||
# chapters: | ||
# - file: tools/ed_discussion/ed_discussion | ||
# - file: tools/github/github | ||
# - file: tools/github/github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Lab 2A | ||
|
||
<div> | ||
|
||
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTZ0r5JHD90ClSm8WTOO_Eo4S4OOeWog4lW-qJcOhTDK23V4j0W8wSn6ZseSk_ouu6DS69cxkMY9bTM/embed?start=false&loop=false&delayms=3000" frameborder="0" width="1280" height="749" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> | ||
|
||
</div> | ||
|
||
## Free Work Time | ||
|
||
If students want to work in their groups on project work, an extra breakout room will be available for groups to use. | ||
|
||
A TA will be available in the main room to answer any assignment or project questions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Lab 2B | ||
|
||
In this lab, TAs will be working with students to grade labs individually in breakout rooms. | ||
|
||
## Lab Grading | ||
|
||
There will be a message in Slack that students can reply to in order to sign up for the grading queue. Ensure that your Zoom name matches the name you used to reply on Slack. | ||
|
||
Students should have the following three things ready **BEFORE** a TA starts grading: | ||
|
||
- Code ready to show | ||
- Website/assignment ready to demo | ||
- Terminal/Command prompt/Bash ready to show your branch + latest commits (`git log`) | ||
|
||
We're hoping to spend approximately 10 minutes on grading, which will be divided into: | ||
|
||
- 3-5 minutes of demo: You’ll show us your code and functioning website (with all the required functionality), answer questions as you go, and take direction from course staff. | ||
- 3-5 minutes of Q&A: You’ll answer 3 questions related to your assignment and the workshop material to demonstrate your knowledge and understanding. These questions are not meant to be overly difficult. Review the workshop slides and ensure you are following the best practices outlined there or in Slack, and you should do fine. | ||
|
||
You can refer to the rubric on the assignment to see how everything is broken down. | ||
|
||
## Project Work | ||
|
||
While this is happening, students should be working in their groups on project work. There will be an extra breakout room available for groups to use. | ||
|
||
Everyone should have a group by now. If you are still looking for a group to join, talk to a TA as soon as possible. |