-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.qmd
45 lines (31 loc) · 845 Bytes
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: "rbtl - Exam"
author: "Lars Schöbitz"
institute: "Global Health Engineering - ETH Zurich"
date: "2022-06-16"
format:
revealjs:
theme: [default, "slides.scss"]
chalkboard: true
transition: fade
editor: source
editor_options:
chunk_output_type: console
---
# Timing
## Timing
- Room: IFW C42 (**not our lecture room**)
- Doors open: 14:30 (also on Zoom)
- Exam start: 15:15
- Exam end: 17:15
# Workflow
## Workflow (15:15)
- Open Projects page on RStudio Cloud rbtl-fs22 Workspace
- Look for 'exam-fs22' assignment
- Click 'Start'
![](rstudio-cloud-assignment.png){fig-alt="Screenshot of an RStudio Cloud assignment." fig-align="center"}
# Commit Exam
## In your console: {.smaller}
Replace my details with yours:
`usethis::use_git_config(user.name = "lars", user.email = "lars@lse.de")`
## Commit