Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions course-software/course-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ nav_order: 3

## Templates

In the addition to the [templates maintained by Seamless Learning](../seamless-learning/course-websites), CS 161 also maintains a [Jekyll based template](https://github.com/cs161-staff/course-site-template)

- [Seamless Learning templates](../seamless-learning/course-websites)
- [CS 161 template](https://github.com/cs161-staff/course-site-template)

## Accessibility Resources

You are responsible for ensuring that your webpage is accessible. This is both the right thing to do and a legal obligation.
You are responsible for ensuring that your webpage is accessible. This is both the right thing to do and a legal obligation.

- [Digital Accessibility Program](https://dap.berkeley.edu/)
- [WCAG Standards](https://www.w3.org/WAI/standards-guidelines/wcag/)
- [Color Contrast Checker](https://webaim.org/resources/contrastchecker/)
- [Color Contrast Checker](https://webaim.org/resources/contrastchecker/)
4 changes: 2 additions & 2 deletions course-software/ed.md → course-software/edstem.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ nav_order: 4
published: true
---

# EdStem Tips and Tricks
# EdStem

[EdStem](https://edstem.org), or Ed for short, is the online course Q&A forum used at UC Berkeley.
Many TAs know the basic functionality of Ed posts, but here are some lesser known tips and tricks.

## Official Documentation for Ed

Official documentation for Ed is found [here](https://edstem.org/us/help).
Official documentation for Ed is found [here](https://edstem.org/us/help).

## Additional Features

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: Gradescope Debugging via SSH
title: Otter-Gradescope Debugging
parent: Otter Grader
---

Expand Down
3 changes: 1 addition & 2 deletions course-software/otter/releasing-assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ title: Releasing an Assignment
parent: Otter Grader
---

<p class="warning">
{: .warning}
This page is a work in progress. This is only the first draft.
</p>

# Releasing an Assignment using Otter Grader

Expand Down
7 changes: 4 additions & 3 deletions logistics/exams/writing-exams.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
layout: page
title: Tools for Writing Exams
title: Writing Exams
parent: Exams
nav_order: 1
---

# Tools for Writing Exams
# Writing Exams

## Tools for Writing Exams

Many tools have been used over the years for writing exams, including:

Expand All @@ -17,4 +19,3 @@ Many tools have been used over the years for writing exams, including:
- [PrairieLearn](https://www.prairielearn.com/)
- Most recently, [Typst](https://typst.app/), a Latex and Overleaf alternative, has been gaining popularity for its in-browser editor, compiler, and previewer and its local features
- CS 61C has a Typst exam template [61c-examst](https://github.com/61c-teach/cs61c-examst) developed by Andrew Liu (liu.andrew@)

Loading