forked from ctsit/auto_populate_fields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
43 lines (43 loc) · 1.66 KB
/
config.json
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
{
"name": "Auto Populate Fields",
"namespace": "AutoPopulateFields\\ExternalModule",
"description": "This module provides rich control of default values for data entry fields via a set of action tags. These action tags allow fields to be populated based on values from an ordered list of fields and static values. The fields can be read from the current event or the previous event in longitudinal projects. <strong><a href=\"https://github.com/ctsit/auto_populate_fields\">See full documentation here</a></strong>.",
"compatibility": {
"redcap-version-min": "8.0.3"
},
"permissions": [
"redcap_every_page_top",
"redcap_survey_page_top",
"redcap_module_system_enable",
"redcap_module_system_change_version"
],
"authors": [
{
"name": "Philip Chase",
"email": "pbc@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Taryn Stoffs",
"email": "tls@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Kyle Chesney",
"email": "kyle.chesney@ufl.edu",
"institution": "University of Florida - CTSI"
}
],
"project-settings": [
{
"key": "use_in_survey",
"name": "Enable Auto Populate Fields on survey pages",
"type": "checkbox"
},
{
"key": "chronological_previous_event",
"name": "Enable chronological previous event detection (useful when the events are not necessarily arranged in a chronological order)",
"type": "checkbox"
}
]
}