-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 1.29 KB
/
config.json
File metadata and controls
29 lines (29 loc) · 1.29 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
{
"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>.",
"framework-version": 15,
"compatibility": {
"redcap-version-min": "14.0.2",
"php-version-min": "7.4.0"
},
"authors": [
{
"name": "University of Florida CTS-IT",
"email": "CTSIT-REDCAP-MODULE-SUPPO@LISTS.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"
}
]
}