Skip to content

Commit a0f639a

Browse files
Fix content on level 4: change correct answer from 'forward' to 'backward' (#165)
Co-authored-by: Sanjna <[email protected]>
1 parent 8667a0b commit a0f639a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/ExerciseSide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ExerciseSideProps): JSX.Element {
148148
{
149149
textArray: [
150150
{ type: 'text', text: 'turtle.' },
151-
{ type: 'input', width: 8, id: 1, answer: 'forward' },
151+
{ type: 'input', width: 8, id: 1, answer: 'backward' },
152152
{ type: 'text', text: '(' },
153153
{ type: 'input', width: 2, id: 2, answer: '3' },
154154
{ type: 'text', text: ')' },

0 commit comments

Comments
 (0)