Skip to content

Commit

Permalink
Added screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd committed May 12, 2024
1 parent 7dc84ce commit c850856
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
Binary file added images/ed_lessons_exam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ed_lessons_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 19 additions & 3 deletions teach_online/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,32 @@ I have two Projects,
which are *structurally* similar to the PAs
(write code to solve a problem),
but which are much larger in scale and much more open-ended,
requiring quite a bit of design from the student.
requiring quite a bit of design from the student
({numref}`ed_lessons_project`).

```{figure} ../images/ed_lessons_project.png
---
name: ed_lessons_project
---
Project from an example *Advanced Data Structures* course.
```

(niemas-example-course-ed-lessons-exams)=
#### Exams

I typically administer two exams:
one Midterm and one Final.
Each is implemented as its own "Lesson" on Ed,
and each consists of an informational text "Slide" followed by multiple quiz "Slides"
(much like the pages of a traditional written exam).
and each consists of an informational text "Slide" followed by multiple quiz "Slides,"
much like the pages of a traditional written exam
({numref}`ed_lessons_exam`).

```{figure} ../images/ed_lessons_exam.png
---
name: ed_lessons_exam
---
Exam from an example *Advanced Data Structures* course.
```

While my Programming Assignments (PAs) and Projects were also individual "Lessons",
they were open for an unlimited amount of time,
Expand Down

0 comments on commit c850856

Please sign in to comment.