forked from interactionlab/informed-consent-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
79 lines (79 loc) · 2.49 KB
/
settings.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
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
{
"version": "0.2.1",
"versionData": "0.3",
"hostLogo":"logoLMU.png",
"hostUrl":"https://www.medien.ifi.lmu.de/",
"institutions": {
"LMU Munich": {
"name": "LMU Munich",
"logo": "logoLMU.png",
"street":"Frauenlobstr 7a",
"zip":"80337",
"city":"Munich"
},
"University of Applied Sciences Frankfurt": {
"name": "University of Applied Sciences Frankfurt",
"logo": "logoFHFrankfurt.png",
"street":"Nibelungenplatz 1",
"zip":"60318",
"city":"Frankfurt a. M."
},
"University of Regensburg": {
"name": "University of Regensburg",
"logo": "logoURegensburg.png",
"street":"Universitätsstraße 31",
"zip":"93053",
"city":"Regensburg"
},
"University of Stuttgart": {
"name": "University of Stuttgart",
"logo": "logoUStuttgart.png",
"street":"Pfaffenwaldring 5a",
"zip":"70569",
"city":"Stuttgart"
}
},
"types": [
["Online study (survey, apps, web studies, etc.)", "online study"],
["User Study (lab study, UX study, VR, eye-tracking, etc.)", "user study"],
["Field Study (outside the lab, in-situ, etc.)", "field study"],
["Interview (focus groups, use cases, diaries, etc.)", "interview"]
],
"compensation":[
["Money", "money"],
["Money or Participation Points", "moneyPoints"],
["Participation Points", "points"],
["None", "none"]
],
"dataShare": [
["Yes (not anonymized)", "yes"],
["Yes (anonymized)", "anonymized"],
["No", "no"]
],
"dataEncryption": [
["Yes", "yes"],
["No", "no"]
],
"researcherCount":2,
"hints": {
"select": "Please select",
"title": "Your research title",
"monetaryCompensation": "Monetary compensation, e.g., 12 EUR/hour",
"personalData": "age, gender, and country of birth",
"storageTime": "a maximum of 10 years",
"ethicalComittee": "Your review board",
"departmentHead": "When there is a prof above the prof....",
"thePIname": "the person, who said you should do the study (e.g., Prof. Dr. Sven Mayer)",
"thePIemail": "email of the guy, who said you should do the study",
"procedure": "1. Participant takes a seat\n2. Participant conducts the study\n3. Participant is confused\n4.Participant leaves",
"participants": "Insert number",
"secondResearcherName": "Eva Musterfrau",
"secondResearcherEmail": "eva.musterfrau@gmail.com",
"thirdResearcherName": "Eva Musterfrau",
"thirdResearcherEmail": "eva.musterfrau@gmail.com",
"funding": "Your funding",
"duration": "60 minutes",
"purpose": "Explain the purpose of this research.",
"goal": "Explain the goal of this research."
}
}