Skip to main content

Questions tagged [quiz]

Question-and-answer programs involving questions with a well defined correct answer, especially those that track the player's score.

6 votes
5 answers
2k views

I made a quiz game in C. It is about answering questions as fast you can. At the end it say "Run successful of run failed in Apache.net Beans(false answer + seconds used ). Here is the codes: <...
user289827's user avatar
4 votes
3 answers
685 views

This code asks the user how many multiplication questions they want to answer and then asks the requested amount of questions. When all of the questions are answered, it prints the percentage the ...
LMays's user avatar
  • 341
2 votes
1 answer
983 views

I wanted to know whether this approach is correct or not for a basic quiz game. I have not used object oriented programming style, Defining the quiz questions as array elements and looping through the ...
A K's user avatar
  • 21
1 vote
1 answer
100 views

I have this code, which isn't for the moment optimized: ...
Festim Besim's user avatar
17 votes
3 answers
3k views

I started my Python Journey almost a week ago from now. I had been following a Youtube tutorial earlier, but switched to Harvard's CS50P instead. I decided on making a little Quiz Game with my ...
Hissan's user avatar
  • 363
2 votes
1 answer
195 views

I'm a self-taught programmer starting out with Python and my latest project is this game: It runs in the console, displays an equation, takes the user's answer, and increases your score if it's ...
gZee's user avatar
  • 23
5 votes
1 answer
222 views

I'm learning python, and I'm trying to practice what I learned recently. I wanted to make a quiz game using pandas. What do you think? Is there anything I could do better? ...
sandor's user avatar
  • 51
4 votes
1 answer
455 views

I'm into Python from only about a month, coming from nothing. I didn't make any complex program yet, but I'm almost there, as one is almost ready to be used, like if I'd sit there for another hour or ...
SRK7Kyros's user avatar
3 votes
1 answer
136 views

I made a tool that would help in practicing and increasing the speed of Mental Arithmetic, below is the code that I wrote in java. Please suggest if there are any improvements that I can make or any ...
Yash's user avatar
  • 31
2 votes
1 answer
89 views

I am writing a program that asks questions, takes the user's input, and responds according to whether the answer they gave is correct or not. I am looking to improve my code with respect to ...
Dat Le's user avatar
  • 21
6 votes
1 answer
5k views

I have a program that gives the player a random U.S. state, asks for its capital, and keeps score. This keeps going until the player decides to stop playing. At the end, it prints out both the amount ...
am2021's user avatar
  • 325
4 votes
1 answer
321 views

This program allows users to manage questions and quiz users from years of historical events. I'm looking for suggestions on how can I better organize my code, maybe apply OOP for functions and avoid ...
user231566's user avatar
4 votes
1 answer
8k views

I made a Java quiz program. The program will let you take the Java quiz and then display the quiz's result according to your score. ...
user avatar
2 votes
1 answer
527 views

I wanted to get some feedback concerning the program. It's console based and in C#. If I should try to add constraints like making sure only the 4 questions shown are able to be typed in and nothing ...
Rhion Kendall's user avatar
5 votes
2 answers
3k views

This time I made a quiz game, in which the player is asked questions and receives points for each question answered correctly. Some people told me I should learn about classes, so this is what I came ...
Tlomoloko's user avatar
  • 635

15 30 50 per page
1
2 3 4 5
13