AB
1
Responding to https://github.com/lookit/lookit-api/issues/177
2
3
Objectives:Create a list of other systems for building or deploying web-based experiments and/or participant management
(e.g. labJS, pavlovia, jsPsych, opensesame, expfactory, prolific)
4
- their current capabilities & what we'd need to add
5
- whether under active development / what that looks like
6
- for experiment building: whether we think it could play nicely with being given child data, past response data, an experiment protocol document (in the appropriate format), using the Lookit API to send data back, and getting built in a docker container (process can be customized per system)
7
- size of userbase, & current adoption among dev folks
8
9
10
Goal is to then decide:
(a) which if any we want to eventually support using on Lookit in place of ember-lookit-frameplayer,
(b) whether it makes sense to pursue collaborative development at this point and when to revisit if not
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