-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
63 lines (56 loc) · 1.5 KB
/
_pkgdown.yml
File metadata and controls
63 lines (56 loc) · 1.5 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
destination: reference
url: https://nustat.github.io/tutorialExtras/
template:
bootstrap: 5
bslib:
primary: "#4E2A84"
navbar-background: "#4E2A84"
pkgdown-nav-height: 90px
navbar:
background: "#4E2A84"
align: center
title: false
left:
- text: Functions
href: reference/index.html
- text: Tutorials
href: tutorials/index.html
# right:
#- text: ISDS Textbook
# href: https://nustat.github.io/intro-stat-data-sci/
reference:
- title: Functions
- subtitle: Question Types
contents:
- '`question_blank`'
- '`question_dropdown`'
- '`question_wordbank`'
- subtitle: Exam Features
contents:
- '`exam`'
- '`lock_button_ui`'
- '`lock_check_ui`'
- '`lock_server`'
- '`reset_button_ui`'
- '`reset_server`'
- '`text_ui`'
- '`text_server`'
- subtitle: Tutorial Grading
contents:
- '`grade_button_ui`'
- '`grade_print_ui`'
- '`grade_server`'
- subtitle: Setup
contents:
- '`tutorialExtras_setup`'
#- '`knit_print.tutorial_question`'
tutorials:
- name: exam_tutorial_example
title: Exam Shuffle, Lock, Retry, Download Functions Example
url: https://amkuyper.shinyapps.io/exam_tutorial_example/
- name: grade_tutorial_example
title: Tutorial Grade and Download Functions Example
url: https://amkuyper.shinyapps.io/grade_tutorial_example/
- name: new_question_types
title: Word Bank, Drop Down, Fill in the Blank Question Type Examples
url: https://amkuyper.shinyapps.io/new_question_types/