Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
duff-a11y committed Aug 25, 2020
2 parents 6c374b4 + e60a6b5 commit 283145b
Show file tree
Hide file tree
Showing 36 changed files with 1,159 additions and 410 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
**1.0.0** - August 25, 2020
- PR #112 - New exercises created. (@mmdarrah) - https://github.com/AxessLab/typing/pull/112
- PR #105 - English localization (@ICTEnablers) - https://github.com/AxessLab/typing/pull/105
- PR #100 - Clean up code in task after audio testing (@ICTEnablers) - https://github.com/AxessLab/typing/pull/100
- PR #96 - Add content to choose ninja (@duff92) - https://github.com/AxessLab/typing/pull/96
- PR #95 - Fix incorrect fetch of variable (@arethsu) - https://github.com/AxessLab/typing/pull/95
- PR #93 - Add timer before task starts (@duff92) - https://github.com/AxessLab/typing/pull/93
- PR #92 - Added guidance when an incorrect character is entered (@ICTEnablers) - https://github.com/AxessLab/typing/pull/92
- PR #91 - Add content to task (@duff92) - https://github.com/AxessLab/typing/pull/91
- PR #90 - Fixed simple styling of home page and added new svg (@ICTEnablers) - https://github.com/AxessLab/typing/pull/90
- PR #89 - Removed baseCSS and added Material UI for all views (@duff92) - https://github.com/AxessLab/typing/pull/89

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typing",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.6.1",
Expand Down
63 changes: 50 additions & 13 deletions public/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"game-data": {
"dorukDescription": "Green clothes, white cane to quickly find keys in the dark. Doruks speciality is fast reflexes.",
"fosauriDescription": "Purple clothes and white short sticks in each hand. Fousaris speciality is combos using both hands."
},
},
"explore": {
"next": "Next exercise",
"introHeader": "Warm-up",
Expand All @@ -25,16 +25,50 @@
"selectHelp": "Press the up and down arrows to navigate. Press enter to select ninja",
"characterAltText": "character"
},
"task": {
"mission1Text": "Mission 1",
"missionAlreadyCompleted": "Mission already completed.",
"character": "character."
},
"task-instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
"tasks": {
"missionAlreadyCompleted": "Mission already completed",
"character": "Character",
"instructions": "Instructions",
"0": {
"missionText": "Mission 1",
"missionSummary": "Mission 1 done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "'F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
}
},
"1": {
"missionText": "Mission 2",
"missionSummary": "Mission 2 done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to practice the reflexes on the right hand. Use your right hand to enter the letters that appear.",
"p2": "Hold your right index finger on J and then use the rest of your fingers on K, L , Ö, Ä",
"p3": "Press enter to begin, good luck!"
}
},
"2": {
"missionText": "Mission 3",
"missionSummary": "Mission 3 done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to practice the reflexes on the left hand. Use your left hand to enter the letters that appear.",
"p2": "Hold your left index finger on F and then use the rest of your fingers on D, S , A.",
"p3": "Press enter to begin, good luck!"
}
},
"3": {
"missionText": "Quiz",
"missionSummary": "Quiz done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "'F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
}
}
},
"utilsFingerPlacement": {
"useLeftPinky": "Use your left little finger to press ",
Expand All @@ -51,6 +85,9 @@
},
"summary": {
"completedHeader": "Mission completed",
"completedText": "Well done. You have collected several tools to use on the next mission."
"completedText": "Well done. You have collected several tools to use on the next mission. Press enter to go to the next mission or The space bar to repeat the same mission. The space bar in the form of a horizontal bar in the lowermost row, significantly wider than other keys",
"completedTextLast": "Well done. You have collected several tools to use on the next mission. This is the last assignment for now, new assignments coming soon. Press enter to go back from the beginning or The space bar to repeat the same mission. The space bar in the form of a horizontal bar in the lowermost row, significantly wider than other keys",
"next": "Next exercise",
"reset": "Go back from the beginning"
}
}
}
63 changes: 50 additions & 13 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"game-data": {
"dorukDescription": "Green clothes, white cane to quickly find keys in the dark. Doruks speciality is fast reflexes.",
"fosauriDescription": "Purple clothes and white short sticks in each hand. Fousaris speciality is combos using both hands."
},
},
"explore": {
"next": "Next exercise",
"introHeader": "Warm-up",
Expand All @@ -25,16 +25,50 @@
"selectHelp": "Press the up and down arrows to navigate. Press enter to select ninja",
"characterAltText": "character"
},
"task": {
"mission1Text": "Mission 1",
"missionAlreadyCompleted": "Mission already completed.",
"character": "character."
},
"task-instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
"tasks": {
"missionAlreadyCompleted": "Mission already completed",
"character": "Character",
"instructions": "Instructions",
"0": {
"missionText": "Mission 1",
"missionSummary": "Mission 1 done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "'F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
}
},
"1": {
"missionText": "Mission 1",
"missionSummary": "Mission 1 done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "'F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
}
},
"2": {
"missionText": "Mission 1",
"missionSummary": "Mission 1 done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "'F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
}
},
"3": {
"missionText": "Quiz",
"missionSummary": "Quiz done",
"instructions": {
"p1a": "Now ",
"p1b": " needs to collect tools to use on the next mission. To find them use F and J on the keyboard.",
"p2": "'F and J have small bumps on their keys and are located in the middle of the keyboard. Search for them with your fore fingers and place your right fore finger on J and your left on F.",
"p3": "Press enter to begin, good luck!"
}
}
},
"utilsFingerPlacement": {
"useLeftPinky": "Use your left little finger to press ",
Expand All @@ -51,6 +85,9 @@
},
"summary": {
"completedHeader": "Mission completed",
"completedText": "Well done. You have collected several tools to use on the next mission."
"completedText": "Well done. You have collected several tools to use on the next mission. Press enter to go to the next mission or The space bar to repeat the same mission. The space bar in the form of a horizontal bar in the lowermost row, significantly wider than other keys",
"completedTextLast": "Well done. You have collected several tools to use on the next mission. This is the last assignment for now, new assignments coming soon. Press enter to go back from the beginning or The space bar to repeat the same mission. The space bar in the form of a horizontal bar in the lowermost row, significantly wider than other keys",
"next": "Next exercise",
"reset": "Go back from the beginning"
}
}
}
63 changes: 50 additions & 13 deletions public/locales/sv-SE/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,52 @@
"selectHelp": "Tryck pil ned eller upp för att navigera. Välj ninja genom att trycka på enter.",
"characterAltText": "karaktär"
},
"task": {
"mission1Text": "Uppdrag 1",
"missionAlreadyCompleted": "Uppdraget redan slutfört.2",
"character": "karaktär."
"tasks": {
"missionAlreadyCompleted": "Uppdraget redan slutfört",
"character": "karaktär",
"instructions": "Instruktioner",
"0": {
"missionText": "Uppdrag 1",
"missionSummary": "Uppdrag 1 klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " samla verktyg för att klara av nästa uppdrag. För att hitta dom använd F och J på tangentbordet.",
"p2": "F och J har små upphöjningar på sina tangenter och sitter i mitten. Känn med pekfingrarna och placera höger pekfinger på J och vänster på F.",
"p3": "Tryck enter för att starta, lycka till!"
}
},
"1": {
"missionText": "Uppdrag 2",
"missionSummary": "Uppdrag 2 klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " träna sina reflexer på höger hand. Använd höger hand för att skriva bokstäverna som dyker upp.",
"p2": "Håll höger pekfinger på J och använd sen resten av fingrarna på K, L , Ö och Ä.",
"p3": "Tryck enter för att starta, lycka till!"
}
},
"2": {
"missionText": "Uppdrag 3",
"missionSummary": "Uppdrag 3 klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " träna sina reflexer på vänster hand. Använd vänster hand för att skriva bokstäverna som dyker upp.",
"p2": "Håll vänster pekfinger på F och använd sen resten av fingrarna på D, S , och A.",
"p3": "Tryck enter för att starta, lycka till!"
}
},
"3": {
"missionText": "Frågesport",
"missionSummary": "Frågesport klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " samla verktyg för att klara av nästa uppdrag. För att hitta dom använd F och J på tangentbordet.",
"p2": "F och J har små upphöjningar på sina tangenter och sitter i mitten. Känn med pekfingrarna och placera höger pekfinger på J och vänster på F.",
"p3": "Tryck enter för att starta, lycka till!"
}
}
},
"task-instructions": {
"p1a": "Nu ska ",
"p1b": " samla verktyg för att klara av nästa uppdrag. För att hitta dom använd F och J på tangentbordet.",
"p2": "F och J har små upphöjningar på sina tangenter och sitter i mitten. Känn med pekfingrarna och placera höger pekfinger på J och vänster på F.",
"p3": "Tryck enter för att starta, lycka till!"
},
"utilsFingerPlacement": {
"utilsFingerPlacement": {
"useLeftLittleFinger": "Använd vänster lillfinger för att trycka på ",
"useLeftRingFinger": "Använd vänster ringfinger för att trycka på ",
"useLeftIndexFinger": "Använd vänster långfinger för att trycka på ",
Expand All @@ -51,6 +85,9 @@
},
"summary": {
"completedHeader": "Uppdrag klart",
"completedText": "Bra jobbat, du har samlat flera verktyg klara att använda på nästa uppdrag."
"completedText": "Bra jobbat, Du har samlat flera verktyg som du kan använda vid nästa uppdrag. Tryck på enter för att gå till nästa uppdrag eller mellanslag för att upprepa samma uppdrag. Mellanslag är i form av en horisontell stapel i den nedersta raden, betydligt bredare än andra tangenter.",
"completedTextLast": "Bra jobbat, du har samlat flera verktyg klara att använda på nästa uppdrag. Detta är det sista uppdraget för nu, nya uppdrag kommer snart. Tryck på enter för att gå tillbaka från början eller mellanslag för att upprepa samma uppdrag. Mellanslag är i form av en horisontell stapel i den nedersta raden, betydligt bredare än andra tangenter.",
"next": "Gå till nästa övning",
"reset": "Gå tillbaka från början"
}
}
}
63 changes: 50 additions & 13 deletions public/locales/sv/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,52 @@
"selectHelp": "Tryck pil ned eller upp för att navigera. Välj ninja genom att trycka på enter.",
"characterAltText": "karaktär"
},
"task": {
"mission1Text": "Uppdrag 1",
"missionAlreadyCompleted": "Uppdraget redan slutfört.2",
"character": "karaktär."
"tasks": {
"missionAlreadyCompleted": "Uppdraget redan slutfört",
"character": "karaktär",
"instructions": "Instruktioner",
"0": {
"missionText": "Uppdrag 1",
"missionSummary": "Uppdrag 1 klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " samla verktyg för att klara av nästa uppdrag. För att hitta dom använd F och J på tangentbordet.",
"p2": "F och J har små upphöjningar på sina tangenter och sitter i mitten. Känn med pekfingrarna och placera höger pekfinger på J och vänster på F.",
"p3": "Tryck enter för att starta, lycka till!"
}
},
"1": {
"missionText": "Uppdrag 2",
"missionSummary": "Uppdrag 2 klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " träna sina reflexer på höger hand. Använd höger hand för att skriva bokstäverna som dyker upp.",
"p2": "Håll höger pekfinger på J och använd sen resten av fingrarna på K, L , Ö och Ä.",
"p3": "Tryck enter för att starta, lycka till!"
}
},
"2": {
"missionText": "Uppdrag 3",
"missionSummary": "Uppdrag 3 klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " träna sina reflexer på vänster hand. Använd vänster hand för att skriva bokstäverna som dyker upp.",
"p2": "Håll vänster pekfinger på F och använd sen resten av fingrarna på D, S , och A.",
"p3": "Tryck enter för att starta, lycka till!"
}
},
"3": {
"missionText": "Frågesport",
"missionSummary": "Frågesport klart",
"instructions": {
"p1a": "Nu ska ",
"p1b": " samla verktyg för att klara av nästa uppdrag. För att hitta dom använd F och J på tangentbordet.",
"p2": "F och J har små upphöjningar på sina tangenter och sitter i mitten. Känn med pekfingrarna och placera höger pekfinger på J och vänster på F.",
"p3": "Tryck enter för att starta, lycka till!"
}
}
},
"task-instructions": {
"p1a": "Nu ska ",
"p1b": " samla verktyg för att klara av nästa uppdrag. För att hitta dom använd F och J på tangentbordet.",
"p2": "F och J har små upphöjningar på sina tangenter och sitter i mitten. Känn med pekfingrarna och placera höger pekfinger på J och vänster på F.",
"p3": "Tryck enter för att starta, lycka till!"
},
"utilsFingerPlacement": {
"utilsFingerPlacement": {
"useLeftLittleFinger": "Använd vänster lillfinger för att trycka på ",
"useLeftRingFinger": "Använd vänster ringfinger för att trycka på ",
"useLeftIndexFinger": "Använd vänster långfinger för att trycka på ",
Expand All @@ -51,6 +85,9 @@
},
"summary": {
"completedHeader": "Uppdrag klart",
"completedText": "Bra jobbat, du har samlat flera verktyg klara att använda på nästa uppdrag."
"completedText": "Bra jobbat, Du har samlat flera verktyg som du kan använda vid nästa uppdrag. Tryck på enter för att gå till nästa uppdrag eller mellanslag för att upprepa samma uppdrag. Mellanslag är i form av en horisontell stapel i den nedersta raden, betydligt bredare än andra tangenter.",
"completedTextLast": "Bra jobbat, du har samlat flera verktyg klara att använda på nästa uppdrag. Detta är det sista uppdraget för nu, nya uppdrag kommer snart. Tryck på enter för att gå tillbaka från början eller mellanslags för att upprepa samma uppdrag. Mellanslags är i form av en horisontell stapel i den nedersta raden, betydligt bredare än andra tangenter.",
"next": "Gå till nästa övning",
"reset": "Gå tillbaka från början"
}
}
}
Loading

0 comments on commit 283145b

Please sign in to comment.