Quiz game Computing
Watch this threadPage 1 of 1
Skip to page:
Twumwaa01
Badges:
10
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#1
Hi,
For my advanced higher computing project, I chose to do a quiz game. My plan is to store the quiz questions and answers in a mysql database.
Each question has 4 options with 1 correct answer.
I am also stuck on how to make the user interface for login and sign in page which will also have the details stored in a database. This will be done using python/pygames.
Thank
For my advanced higher computing project, I chose to do a quiz game. My plan is to store the quiz questions and answers in a mysql database.
Each question has 4 options with 1 correct answer.
I am also stuck on how to make the user interface for login and sign in page which will also have the details stored in a database. This will be done using python/pygames.
Thank
0
reply
nm12345
Badges:
17
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#2
nm12345
Badges:
17
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#3
MatteBee
Badges:
1
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#4
Report
#4
Hello
I’ve been trying to do the same thing but I don’t know how to make a database with questions and connect it to pygame.
Have you found out how to do it?
I’ve been trying to do the same thing but I don’t know how to make a database with questions and connect it to pygame.
Have you found out how to do it?
0
reply
MatteBee
Badges:
1
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#5
Report
#5
Hello I want to do something similar using pygame and SQL. But I have no idea how to create a database with questions and answers and user details. Did you find out how to do it?
0
reply
Icy Wolf
Badges:
10
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#6
Report
#6
(Original post by MatteBee)
Hello I want to do something similar using pygame and SQL. But I have no idea how to create a database with questions and answers and user details. Did you find out how to do it?
Hello I want to do something similar using pygame and SQL. But I have no idea how to create a database with questions and answers and user details. Did you find out how to do it?
0
reply
Mr_Cullis
Badges:
5
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#7
Report
#7
Try this: https://www.w3schools.com/python/pyt...getstarted.asp
Also, for user interfaces do not use Tkinter it’s unnecessarily hard. Use PyQt along with Qt Designer. You manually design the user interface with a drag and drop environment and then run a simple command line to convert it to a Python module. So much easier!
Also, for user interfaces do not use Tkinter it’s unnecessarily hard. Use PyQt along with Qt Designer. You manually design the user interface with a drag and drop environment and then run a simple command line to convert it to a Python module. So much easier!
Last edited by Mr_Cullis; 2 months ago
0
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top