kobe-ja commited on
Commit
d3e924d
·
verified ·
1 Parent(s): f214a59

Upload GameConfig_TestDataSet_001 - DataSet.csv

Browse files
GameConfig_TestDataSet_001 - DataSet.csv ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ output,input,instruction
2
+ "{ ""solutionTarget"": 235, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
3
+
4
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
5
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
6
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
7
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
8
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
9
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
10
+
11
+ With these RULES:
12
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
13
+ 'numbersSetLength must be >= 12
14
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 3 digit addition
15
+ "{ ""solutionTarget"": 95, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
16
+
17
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
18
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
19
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
20
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
21
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
22
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
23
+
24
+ With these RULES:
25
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
26
+ 'numbersSetLength must be >= 12
27
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 2 digit addition
28
+ "{ ""solutionTarget"": 433, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
29
+
30
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
31
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
32
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
33
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
34
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
35
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
36
+
37
+ With these RULES:
38
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
39
+ 'numbersSetLength must be >= 12
40
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 3 digit addition
41
+ "{ ""solutionTarget"": 77, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
42
+
43
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
44
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
45
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
46
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
47
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
48
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
49
+
50
+ With these RULES:
51
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
52
+ 'numbersSetLength must be >= 12
53
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 2 digit addition
54
+ "{ ""solutionTarget"": 371, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
55
+
56
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
57
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
58
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
59
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
60
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
61
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
62
+
63
+ With these RULES:
64
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
65
+ 'numbersSetLength must be >= 12
66
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 3 digit addition
67
+ "{ ""solutionTarget"": 82, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
68
+
69
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
70
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
71
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
72
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
73
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
74
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
75
+
76
+ With these RULES:
77
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
78
+ 'numbersSetLength must be >= 12
79
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 2 digit addition
80
+ "{ ""solutionTarget"": 331, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
81
+
82
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
83
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
84
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
85
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
86
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
87
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
88
+
89
+ With these RULES:
90
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
91
+ 'numbersSetLength must be >= 12
92
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 3 digit addition
93
+ "{ ""solutionTarget"": 67, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
94
+
95
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
96
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
97
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
98
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
99
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
100
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
101
+
102
+ With these RULES:
103
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
104
+ 'numbersSetLength must be >= 12
105
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 2 digit addition
106
+ "{ ""solutionTarget"": 188, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
107
+
108
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
109
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
110
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
111
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
112
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
113
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
114
+
115
+ With these RULES:
116
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
117
+ 'numbersSetLength must be >= 12
118
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 3 digit addition
119
+ "{ ""solutionTarget"": 91, ""numbersSetLength"": 24, ""correctNumbers"": 24, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }","use this JSON structure:{ ""solutionTarget"": int, ""numbersSetLength"": int, ""correctNumbers"": int, ""equationOperation"": ""Addition"", ""bubbleOrientation"": ""Shuffled"", ""isDuplicatesAllowed"": false }<param name=""solutionTarget""> The 'goal' of the game. 2 bubbles must combine to reach this goal. </param>
120
+
121
+ <param name=""numbersSetLength""> The amount of number bubbles we spawn for the game. </param>
122
+ <param name=""correctNumbers""> The amount of number bubbles that are part of a correct pairing.
123
+ A correct pairing is 2 numbers that combine to reach the solutionTarget goal. </param>
124
+ <param name=""equationOperation""> The mathematical operation used for the game. </param>
125
+ <param name=""bubbleOrientation""> The sorting of the bubbles for this specific game. </param>
126
+ <param name=""isDuplicatesAllowed""> The choice to allow multiple bubbles containing the same number. </param>
127
+
128
+ With these RULES:
129
+ 'numbersSetLength' and 'correctNumbers' MUST be multiples of 2.
130
+ 'numbersSetLength must be >= 12
131
+ 'correctNumbers' must == 'numberSetLength' ",Create a GameConfig JSON for a user who is struggling with 2 digit addition