-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_pkgdown.yml
133 lines (124 loc) · 3.06 KB
/
_pkgdown.yml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
url: https://arthur-shaw.github.io/susoapi
template:
bootstrap: 5
development:
mode: auto
reference:
- title: "Authentication"
desc: >
Functions for setting up and checking details for connecting with a Survey Solutions server
- contents:
- set_credentials
- show_credentials
- check_credentials
- title: "Workspaces"
desc: >
Functions for taking actions on workspaces, including assigning users to them
- subtitle: "Get info"
contents:
- get_workspaces
- get_workspace_details
- get_workspace_status
- subtitle: "Modify"
contents:
- create_workspace
- update_workspace
- delete_workspace
- disable_workspace
- enable_workspace
- assign_users_to_workspaces
- title: "Questionnaires"
desc: >
Functions for compiling them, getting associated interviews, setting options, and getting their JSON respresentation.
- contents:
- get_questionnaires
- get_interviews_for_questionnaire
- get_questionnaire_document
- set_questionnaire_audio
- title: "Interviews"
desc: >
Functions for approving, assigning, rejecting, and reviewing interviews.
- subtitle: "Approve"
contents:
- approve_interview_as_sup
- approve_interview_as_hq
- subtitle: "Assign"
contents:
- assign_interview_to_int
- assign_interview_to_sup
- subtitle: "Reject"
contents:
- reject_interview_as_sup
- reject_interview_as_hq
- unapprove_interview
- comment_question
- subtitle: "Review"
contents:
- get_interviews
- get_interview_stats
- get_interview_history
- get_interview_transcript
- subtitle: "Remove"
contents:
- delete_interview
- subtitle: "Info"
contents:
- get_possible_interview_statuses
- title: "Assignments"
desc: >
Functions for creating, inspecting, collecting, modifying, and adjusting the audio of assignments
- subtitle: "Inspect"
contents:
- get_assignment_details
- get_assignment_history
- subtitle: "Collect"
contents:
- get_assignments
- subtitle: "Modify"
contents:
- archive_assignment
- unarchive_assignment
- close_assignment
- get_assignment_quantity_setting
- change_assignment_quantity
- reassign_assignment
- subtitle: "Adjust audio"
contents:
- check_assignment_audio
- set_assignment_audio
- title: "Users"
desc: >
Functions for collecting, modifying, and monitoring supervisor and interviewer users
- subtitle: "Collect"
contents:
- get_supervisors
- get_interviewers
- subtitle: "Modify"
contents:
- create_user
- archive_user
- unarchive_user
- subtitle: "Monitor"
contents:
- starts_with("get_user_")
- title: "Export"
desc: >
Functions for exporting data: starting an export job, inquiring about its status, and downloading export files
- subtitle: "Start, stop"
contents:
- start_export
- cancel_export
- subtitle: "Monitor"
contents:
- get_export_job_details
- get_export_jobs
- subtitle: "Download"
contents:
- get_export_file
- title: "Settings"
desc: >
Functions for modify the global notice (i.e., the information banner at the top of site).
contents:
- set_global_notice
- get_global_notice
- delete_global_notice