-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path12-instructor_modules.Rmd
More file actions
49 lines (39 loc) · 935 Bytes
/
12-instructor_modules.Rmd
File metadata and controls
49 lines (39 loc) · 935 Bytes
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
44
45
46
47
48
49
# Instructor modules
Modules aimed at instructors.
<br>
## Why AnVIL for Instructors?
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_why_AnVIL_instructor.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Checklist Link
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_instructor_checklist_link.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Checklist Timeline (premade content)
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_instructor_timeline_premade.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::
## Recommendation to use STRIDES
:::: {.borrowed_chunk}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_instructor_STRIDES.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
::::