This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v4 | |
| Rearranging of the order of the code - introduction and welcome at the start | |
| Simplify explanation of game | |
| Add more guidelines throughout the code | |
| End summary for the user to see how many re-attempts per level | |
| Created by Joseph Wong | |
| 21/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v4 | |
| Rearranging of the order of the code - introduction and welcome at the start | |
| Simplify explanation of game | |
| Add more guidelines throughout the code | |
| End summary for the user to see how many re-attempts per level | |
| Created by Joseph Wong | |
| 21/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v4 | |
| Rearranging of the order of the code - introduction and welcome at the start | |
| Simplify explanation of game | |
| Add more guidelines throughout the code | |
| End summary for the user to see how many re-attempts per level | |
| Created by Joseph Wong | |
| 21/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v4 | |
| Rearranging of the order of the code - introduction and welcome at the start | |
| Simplify explanation of game | |
| Add more guidelines throughout the code | |
| End summary for the user to see how many re-attempts per level | |
| Created by Joseph Wong | |
| 21/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v4 | |
| Rearranging of the order of the code - introduction and welcome at the start | |
| Simplify explanation of game | |
| Add more guidelines throughout the code | |
| End summary for the user to see how many re-attempts per level | |
| Created by Joseph Wong | |
| 21/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v4 | |
| Rearranging of the order of the code - introduction and welcome at the start | |
| Simplify explanation of game | |
| Add more guidelines throughout the code | |
| End summary for the user to see how many re-attempts per level | |
| Created by Joseph Wong | |
| 21/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v4 | |
| Rearranging of the order of the code - introduction and welcome at the start | |
| Simplify explanation of game | |
| Add more guidelines throughout the code | |
| End summary for the user to see how many re-attempts per level | |
| Created by Joseph Wong | |
| 21/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v3 | |
| Giving an option to quit the program | |
| if they are outside of the primary school ages | |
| Having an opportunity to re-attempt the level if not 100% | |
| Created by Joseph Wong | |
| 17/08/21 | |
| """ | |
| import random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components v2 | |
| Including post usability test changes: | |
| Changing the number of questions from 20 to 10 | |
| Allowing people to make two mistakes per level | |
| Clear instructions for users throughout the program | |
| Also added constant values | |
| Created by Joseph Wong | |
| 16/08/21 | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Maths Quiz - fully working program, combining all 6 components | |
| First version of fully working program, not yet tested for usability | |
| Created by Joseph Wong | |
| 14/08/21 | |
| """ | |
| import random | |
| # Get name function |
NewerOlder