Skip to content

Commit e0811e5

Browse files
committed
Config for custom device
1 parent 060b82f commit e0811e5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

client/config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"mode": "single",
3-
"device": "die",
3+
"device": "custom",
4+
"deviceSettings": {
5+
"name": "Exam",
6+
"icon": "📚",
7+
"outcomes": ["Pass", "Fail"],
8+
"probabilities": [0.7, 0.3]
9+
},
410
"sections": {
511
"barChart": true,
612
"convergence": true,

0 commit comments

Comments
 (0)