Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Basic Quiz/Game
#8
(Nov-18-2018, 02:37 AM)ichabod801 Wrote: Well, where did you put it in the code? And did you fix the issue with the two loops you already have? For example, if you just put that within the for loop, and answer them correctly, it will keep asking the first three questions in order forever, because count is never updated, so the while count loop keeps repeating the for i loop. I mean what is count supposed to do? Do you want the game to end after three wrong answers? If so, you need to remove the while count loop, and add an if count >= 3: break to the for i loop.
Hi, Put the code inside the while statement... But question still repeart.
Count is the attempt value for player, in this case if it falls to the wrong question.. program should give the player anoter attempt to answer the same question.
Reply


Messages In This Thread
Basic Quiz/Game - by searching1 - Nov-17-2018, 07:12 AM
RE: Basic Quiz/Game - by j.crater - Nov-17-2018, 09:43 AM
RE: Basic Quiz/Game - by searching1 - Nov-17-2018, 06:10 PM
RE: Basic Quiz/Game - by woooee - Nov-17-2018, 05:35 PM
RE: Basic Quiz/Game - by ichabod801 - Nov-17-2018, 06:36 PM
RE: Basic Quiz/Game - by searching1 - Nov-18-2018, 02:25 AM
RE: Basic Quiz/Game - by ichabod801 - Nov-18-2018, 02:37 AM
RE: Basic Quiz/Game - by searching1 - Nov-18-2018, 02:56 AM
RE: Basic Quiz/Game - by ichabod801 - Nov-18-2018, 03:10 AM
RE: Basic Quiz/Game - by searching1 - Nov-18-2018, 03:31 AM
RE: Basic Quiz/Game - by ichabod801 - Nov-18-2018, 03:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  quiz game - problem with loading statements from file lapiduch 2 1,131 Apr-20-2023, 06:13 PM
Last Post: deanhystad
  Code: Creating a basic python game? searching1 5 3,517 Nov-12-2018, 05:18 AM
Last Post: searching1
  help setting questions and answers in quiz game? yoyoitsjess 3 3,717 May-10-2018, 07:35 AM
Last Post: buran
  Quiz Game Help (ASAP Please!) beginnercoder04 2 3,239 Apr-15-2018, 04:13 AM
Last Post: beginnercoder04

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020