-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_data.json
More file actions
100 lines (100 loc) · 2.79 KB
/
test_data.json
File metadata and controls
100 lines (100 loc) · 2.79 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
96
97
98
99
100
var data = {
answers: {
"answer1":{
"user":"paul",
"question":"question1",
"value":"I have a value, i swear!"
},
"answer2":{
"user":"peter",
"question":"question1",
"value":"I have a value, i swear too!"
},
"answer3":{
"user":"karl-heinz",
"question":"question1",
"value":"Im the third answer"
},
"answer4":{
"user":"karl-heinz",
"question":"question2",
"value":"Stuff and answer 'bout."
},
"answer5":{
"user":"peter",
"question":"question2",
"value":"I have here an answer, too y'all"
}
},
coders: {
"coder1":{
"name":"Jerome Bergmann"
},
"coder2":{
"name":"Amelia Pond"
},
"coder3":{
"name":"John Tolkien"
},
"coder4":{
"name":"Zarathustra Bottom"
},
"coder5":{
"name":"Alvin Top"
}
},
codings: {"coding1":{coder:"coder1"}},
coding_answers: {
"answer1":{
coding_frame:"coding_frame1",
value:"Sir. We got a value.",
coding_question:"coding_question1",
created:5,
accessed:4,
modified:5
}
},
coding_frames: {"coding_frame1":{coding:"coding1",answer:"answer1",created:13,modified:33,accessed:53},"coding_frame99":{coding:"a28",answer:"answer1123",created:15, modified:22, accessed:31}},
coding_questionaries: {
"coding_questionary1":{
name:"First Coding Questionary",
question:"question1"
},
"coding_questionary2":{
name:"Second Coding Questionary",
question:"question2"
},
},
coding_questions: {
"coding_question1":{
coding_questionary:"coding_questionary1",
text:"Coding Question 1",
input_type:"String"
},
"coding_question2a":{
coding_questionary:"coding_questionary1",
text:"Coding Question 2a",
input_type:"String"
},
"coding_question3":{
coding_questionary:"coding_questionary2",
text:"Coding Question and stuff",
input_type:"String"
}
},
name: "My very special Name",
questions: {
"question1":{
questionary:"questionary1",
text:"Question 1",
input_type:"String"
},
"question2":{
questionary:"questionary1",
text:"Question 2",
input_type:"String"
}
},
questionaries: {"questionary1":{name:"First Questionary"}},
users: {"paul":{infos:{name:"Paul"}}}
}