Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Tools
Old 14th April 2009, 07:43 PM   #1
Red face Building an electronic quiz

Hi, i'm building an electronic quiz for my school project but i'm a little confused as to what to do.

I'm going to be making a quiz where there are questions displayed, and you have 2 levers for true and false. If you answer correct, green lights will flash (i'll be using 555 timers for that) and if you answer wrong red lights will flash. However I don't know how the machine will be able to know which questions are right and whitch ones are false (there are 10 questions that are going to be in order and they are labelled numerically so you have to do them in order). When you answer a question, you just remove it from the machine and go to the next one. How do i get the machine to recognize the answer to the question and display the correct lights? Is this anything related to programming chips or something? I'm confused

here is a pic of what i'm trying to do and a circuit diagram would be very very helpful, even if it's not detailed.

ImageShack - Image Hosting :: helpppp.png
kakabunny is offline  
Old 14th April 2009, 10:53 PM   #2
Default PIC maybe but?

you would need to programmthe PIC but the ansewers could be memorized thus the person taking the quiz could get 10 out of 10 correct.
my first thought is have 10 DIP switches
ON = TRUE
OFF = FALSE
set switches in accordance with the questions
can then change the qestion order / as well as reset the DIP switches
an array of AND gates would do the trick.
if interested let me know
MrDEB is online now  
Old 14th April 2009, 11:01 PM   #3
Default

Quote:
Originally Posted by MrDEB View Post
you would need to programmthe PIC but the ansewers could be memorized thus the person taking the quiz could get 10 out of 10 correct.
my first thought is have 10 DIP switches
ON = TRUE
OFF = FALSE
set switches in accordance with the questions
can then change the qestion order / as well as reset the DIP switches
an array of AND gates would do the trick.
if interested let me know

Thanks a lot man!! I know someone could memorise the questions but i just need to show that I can make this quiz for a good mark on my coursework

Definitely interested, thx again!!
kakabunny is offline  
Old 15th April 2009, 11:18 AM   #4
Default do you want to keep track

of correct answers vers wrong answers?
only one pair of switches for "contestant"?
just 2 bulbs= red and green?
small LED's or light bulbs
a digital readout of correct vers wrong answers?
MrDEB is online now  
Old 15th April 2009, 01:51 PM   #5
Default

Quote:
Originally Posted by MrDEB View Post
of correct answers vers wrong answers?
only one pair of switches for "contestant"?
just 2 bulbs= red and green?
small LED's or light bulbs
a digital readout of correct vers wrong answers?
Yes, i want to keep keep track of correct vs wrong
Yes just one pair of switches for a contestant (the questions will be ordered again, so the switches should be reset or something)
There will be more that 2 bulbs. 3 green ones and 3 red ones going down the side. (as in pic). They are LED's.

I haven't thought about a digital readout, i'm not sure how that works yet . Lets just leave it out, i'll just have a space on the quiz where you can tally answers

thxx a lot man!!

EDIT: I might make the levers connected to a linkage whitch then start the circuits, just mentioning it since it could be related

Last edited by kakabunny; 15th April 2009 at 02:07 PM.
kakabunny is offline  
Old 16th April 2009, 04:17 PM   #6
Default

btw added + rep to you MrDEB
kakabunny is offline  
Old 17th April 2009, 05:48 PM   #7
Default

I REALLY need this. someone help PLS. my plan deadline is in 2 DAYS. PLEASE!!!!!
kakabunny is offline  
Old 17th April 2009, 06:06 PM   #8
Default

How are you going to get the part you need in two days? You don't even have a schematic.
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com/
blueroomelectronics is online now  
Old 17th April 2009, 07:27 PM   #9
Default

Quote:
Originally Posted by blueroomelectronics View Post
How are you going to get the part you need in two days? You don't even have a schematic.
well all i need to know is how i'm going to do it and a circuit diagram. then i have 4 weeks to build the actual thing. thats why i really need help!!!
kakabunny is offline  
Old 18th April 2009, 01:44 PM   #10
Default here is a start

just add 6 more key code switches (true false answers pre programed)
have one switch for the data entry switch but using a shift register or even a 4017, select each of 10 inputs to the 4070's using AND gates ??
YOU need to figure out the logic
YES this is doable

Simple combination lock : DIGITAL INTEGRATED CIRCUITS
MrDEB is online now  
Old 18th April 2009, 09:47 PM   #11
Default

Quote:
Originally Posted by MrDEB View Post
just add 6 more key code switches (true false answers pre programed)
have one switch for the data entry switch but using a shift register or even a 4017, select each of 10 inputs to the 4070's using AND gates ??
YOU need to figure out the logic
YES this is doable

Simple combination lock : DIGITAL INTEGRATED CIRCUITS
thx for the start man. could you explain clearly how i can use that schematic for my circuit diagram?? So i have 10 key code switches and 1 shift register as the data entry switch. Then all the 10 key code switches connected to 10 4070's using AND gates???

thanks again
kakabunny is offline  
Old 18th April 2009, 11:14 PM   #12
Default Her you go

This is enough to get your homework started.
you need to add more AND gates and dip switches.Don't forget the resistors on the dip switch/4070 as in the like I sent earlier.
you need a de-bounced monetary push button to clock the 4017. A 555 mono is easy and clean or use leftover gates.
then you need to draw up a truth table
oh yea I accept Paypal for doing your homework
Attached Thumbnails
Building an electronic quiz-capture4-18-2009-4.06.04-pm.jpg  
MrDEB is online now  
Old 18th April 2009, 11:15 PM   #13
Default oups LINK

mis typed link
MrDEB is online now  
Old 18th April 2009, 11:24 PM   #14
Default

Quote:
Originally Posted by MrDEB View Post
This is enough to get your homework started.
you need to add more AND gates and dip switches.Don't forget the resistors on the dip switch/4070 as in the like I sent earlier.
you need a de-bounced monetary push button to clock the 4017. A 555 mono is easy and clean or use leftover gates.
then you need to draw up a truth table
oh yea I accept Paypal for doing your homework
thanks a lot man, i really really appreciate this . im sorry man but i have no money to give you (unless u werent being serious )

but rly, thanks alot
kakabunny is offline  
Old 19th April 2009, 04:00 AM   #15
Default I was just kidding

but now you need to finish it up.
FIRST draw up a truth table of each event-correct answer, wrong answer.
write down what each gate outputs. This WILL assist you in learning and if it doesn't work then why.
A simple logic pen comes in handy (an LED, a resistor and an alligator clip)
look up logic pen circuits. this will really help a lot. Sometimes simple is the best (less to go wrong).
Oh yea I want to see your truth tables just to see if you did your homework.
MrDEB is online now  
Reply

Tags
building, electronic, quiz

Thread Tools
Display Modes


Similar
Title Starter Forum Replies Latest
Need help building a transistor electronic ignition box. grant31781 Electronic Projects Design/Ideas/Reviews 2 5th May 2009 05:04 PM
low cost electronic quiz table jace33 Electronic Projects Design/Ideas/Reviews 1 16th October 2006 07:14 PM
building up the basics for electronic skills piyush_maverick Electronic Projects Design/Ideas/Reviews 3 12th October 2005 08:38 PM
Building an electronic music scale instrument d4d4ng Electronic Projects Design/Ideas/Reviews 8 23rd July 2005 04:20 PM
Help onn building a Electronic Gold Tester John SwFl General Electronics Chat 0 7th February 2004 12:57 AM



All times are GMT. The time now is 02:03 PM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker