Please enable JavaScript.
Coggle requires JavaScript to display documents.
'Top Trumps' educational game - Coggle Diagram
'Top Trumps' educational game
User Story
accessibility guidelines
page headings
alternative text
icons in conjunction with text labels
links with descriptive text
labels for input fields
contrast
User needs
instructions about how to use the game
an application that assists in exam revision
ability to view high score
users with administrator access must be able to alter data in the database
users need to be able to see data related to their 'character' displayed in a readable and engaging way
multiple difficulty levels
Target audience
Primary and secondary students (age range accounted for by levels).
stakeholders
teachers - need a tool to help teach
students - need a tool to help learn
parents - concerned about 'screen time' want the game to be educational
user personas
Murray
parent of a year 9 and 10 student
needs an about page to see the merit of the game, seeing high scores that show progress would also help to convince him that gamification is useful in exam revision
Dana
year 12 student
requires greater difficulty of topics than younger students
studies a range of subjects- can use the app for multiple subjects so would need multiple card decks/games
Elsa
year 7 student
needs help using new technologies so needs an instructional page
Mrs Hanmo
is the head of STEM
must be able to make changes to the database using CRUD processes
Coding Environment
languages
Python
SQL
HTML
processes
administrative processes: Create,Update, Delete data
user creating account
retrieving and displaying data from database
comparing two values from two 'cards' and selecting a winner
calculating high scores
creating administrative accounts with administrative access
Development tools
Adobe XD for user interface sketches/wireframes
pycharm- flask application
DB browser for database
Data Story
data cleaning
data source from kaggle
possible database structure
public data
attributes for each 'card'
private data
user details and high scores
admin login details
DB browser will be used to convert data from CSV file to database
client problem
requirements
solution must have a 'top trumps' style
solution must have educational focus
top trumps card decks could be structured based on subject
there must be an administrator login with access to database
allow users to choose either a card or an attribute to compare
provide a responsive design
allow students to create an account
clearly show the winner of a round
constraints
time constraints
legal constraints
link to legal disclaimer must be on landing page
solution must comply with Australian Privacy Act 1988
all content must comply with copywrite law
data constraints
data available is from an open source website, and is created by users of that website. Therefore, it could be flawed.
User Interface
CARP
contrast
alignment
repetition
proximity
principles of visual communication
position
colour
shape
texture
hierarchy
balance
harmony
structure
about page
game page
landing page
login page
admin page