-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
96 lines (90 loc) · 3.2 KB
/
_pkgdown.yml
File metadata and controls
96 lines (90 loc) · 3.2 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
title: "TBL Tools"
url: http://tbltools.kopflab.org
template:
params:
bootswatch: simplex
development:
mode: auto
home:
strip_header: true
navbar:
title: tbltools
type: default
left:
- text: "Peer Evaluations"
href: articles/peer_evaluations.html
- text: "Readiness Assessment Tests"
menu:
- text: "Generating an iRAT/tRAT"
href: articles/assessment_tests.html
- text: "Template iRAT/tRAT (HTML)"
href: articles/module.html
- text: "Template iRAT/tRAT (PDF)"
href: articles/module.pdf
- text: "Template iRAT/tRAT (Word)"
href: articles/module.docx
- text: "Demo iRAT/tRAT (HTML)"
href: articles/demo.html
- text: "Demo iRAT/tRAT (PDF)"
href: articles/demo.pdf
- text: "Demo iRAT/tRAT (Word)"
href: articles/demo.docx
- text: "Reference"
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/kopflab/tbltools
reference:
- title: RAT Setup
desc: >
Functions to set up new readiness assessment tests (RAT).
Each of these creates a template RMarkdown file that uses the RAT generation functions below to dynamically generate an iRAT/tRAT based on an Excel template with questions, answer options and answer keys.
Both the created RMarkdown and Excel template files can then be further customized to create the desired RAT.
contents:
- tbl_setup_RAT_template
- tbl_setup_RAT_demo
- title: RAT Generation
desc: >
Functions to generate readiness assessment tests (RATs).
These provide the necessary functionality to create an RAT from its corresponding Excel file, arrange the questions in the desired fixed or random order, and generate the questions and answer choices based on the specified layout and answer key.
contents:
- tbl_create_RAT_from_data_frame
- tbl_create_RAT_from_excel
- tbl_arrange_RAT_questions
- tbl_generate_RAT_choices
- tbl_default_RAT_layouts
- title: Peer Evaluation Setup
desc: >
Functions to easily generate, test and deploy a shiny application for collecting team-based peer evaluations in a google spreadsheet.
contents:
- tbl_setup_peer_evaluation
- tbl_duplicate_peer_evaluation
- tbl_test_peer_evaluation
- tbl_deploy_peer_evaluation
- tbl_run_peer_evaluation
- tbl_generate_access_codes
- tbl_check_gs_access
- title: Peer Evaluation Data
desc: >
Functions to fetch and summarize peer evaluation data from a peer evaluation app.
contents:
- tbl_fetch_peer_evaluation_data
- tbl_read_peer_evaluation_data
- tbl_summarize_peer_evaluation_data
- tbl_export_peer_evaluation_data
- tbl_example_roster
- tbl_example_peer_evaluation
- tbl_example_empty_peer_evaluation
- title: Immediate Feedback Test Setup
desc: >
Functions to easily generate, test and deploy a shiny application for online team-based immediate feedback tests.
contents:
- tbl_setup_immediate_feedback_test
- tbl_duplicate_immediate_feedback_test
- tbl_test_immediate_feedback_test
- tbl_deploy_immediate_feedback_test
- tbl_run_immediate_feedback_test
- tbl_generate_immediate_feedback_test
- tbl_fetch_immediate_feedback_test_data
- tbl_read_immediate_feedback_test_data
- tbl_summarize_immediate_feedback_test_data