Skip to content

Commit

Permalink
Update practiceConfig.js for hangman game
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore authored Mar 11, 2024
1 parent c0edc38 commit 950186b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/practiceConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ const completionCriteria = {
"m4": [
{ title: 'P1', criteria: 'word', template: 'spell-and-check' },
{ title: 'P2', criteria: 'word', template: 'spell-and-check' },
{ title: 'P3', criteria: 'word', template: 'simple' },
{ title: 'P4', criteria: 'word', template: 'simple' },
{ title: 'P3', criteria: 'word', template: 'hangman-game' },
{ title: 'P4', criteria: 'word', template: 'hangman-game' },
{ title: 'S1', criteria: 'word', template: 'simple' },
{ title: 'P5', criteria: 'word', template: 'spell-and-check' },
{ title: 'P6', criteria: 'word', template: 'spell-and-check' },
{ title: 'P7', criteria: 'word', template: 'simple' },
{ title: 'P8', criteria: 'word', template: 'simple' },
{ title: 'P7', criteria: 'word', template: 'hangman-game' },
{ title: 'P8', criteria: 'word', template: 'hangman-game' },
{ title: 'S2', criteria: 'word', template: 'simple' }
],
"m5": [
Expand Down

0 comments on commit 950186b

Please sign in to comment.