Skip to content

Commit 2c0b33e

Browse files
committed
update test data
1 parent 2db7939 commit 2c0b33e

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

examples/project/.guides/assessments/fill-in-the-blanks-3168852053.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
"distractors": "\"Hello World\"\n\"Hello world!\"\n4\n6\n(1, 2, 3, 4, 5)\n{1, 2, 3, 4, 5}\nn ** 2\nn + n\nrange(4)\nrange(1, 5)",
1111
"guidance": "1. The correct string for printing \"Hello, World!\" includes proper capitalization and punctuation.\n2. To assign 5 to x, we simply use '5'.\n3. A list in Python is created using square brackets [].\n4. The square of a number is calculated by multiplying it by itself (n * n).\n5. range(5) generates numbers from 0 to 4, which is what we want for a loop that iterates 5 times starting from 0.",
1212
"showGuidanceAfterResponseOption": {
13-
"byAttempts": {
14-
"passedFrom": 1
15-
}
13+
"type": "Attempts",
14+
"passedFrom": 1
1615
},
1716
"maxAttemptsCount": 1,
1817
"showExpectedAnswerOption": {
19-
"always": {}
18+
"type": "WhenGradesReleased"
2019
},
2120
"points": 20,
2221
"arePartialPointsAllowed": false,
@@ -41,7 +40,7 @@
4140
},
4241
{
4342
"name": "CODIO_API_HASH",
44-
"value": "7f6bd5411e38b1fc34323b8236d3a06ad10d1373"
43+
"value": "da670dc1476a0035505505477c1ff34483d892e4"
4544
}
4645
],
4746
"files": [],

examples/project/.guides/assessments/multiple-choice-1081906419.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@
3131
],
3232
"guidance": "The correct option follows PEP 8 guidelines:\n1. Use lowercase letters and underscores for function names (snake_case)\n2. Include spaces after commas in function parameters\n3. Use spaces around operators\n4. No spaces immediately inside parentheses\nThe other options violate one or more of these guidelines.",
3333
"showGuidanceAfterResponseOption": {
34-
"byAttempts": {
35-
"passedFrom": 1
36-
}
34+
"type": "Attempts",
35+
"passedFrom": 1
3736
},
3837
"maxAttemptsCount": 1,
3938
"showExpectedAnswerOption": {
40-
"always": {}
39+
"type": "WhenGradesReleased"
4140
},
4241
"points": 20,
4342
"incorrectPoints": 0,
@@ -63,7 +62,7 @@
6362
},
6463
{
6564
"name": "CODIO_API_HASH",
66-
"value": "18b56b2c9cbf63b9e3e5923782a44a6dc4ce96c5"
65+
"value": "f22f511fa0ab1964b64314203d0806f79fea487e"
6766
}
6867
],
6968
"files": [],

0 commit comments

Comments
 (0)