If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Quiz database help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-31-10, 01:57
Dragolf Dragolf is offline
Registered User
 
Join Date: Dec 2010
Posts: 1
Quiz database help

Hi i'm new to this site and rusty with my databases since i haven't done any in 2 years.

I'm doing this side project and i would like help with the design of the database that i want to work with my website i'm gonna do in php

I'm doing something that when a username log into the website everyone will have a randomized output of all the possible question, every question will only have 1 choice of answer and will give different points depending on the question's difficulty

i already have a username table with all the information i want to gather from the user.
idUser
f_name
l_name
password
email
country

I also have a question table where i have all the possible question and the possibility to add more and since it will be pictures that will be the question i have something for the filename
idQuestion
Q_answer
filename

what i have a hard time to do is to make them work together with the output i want, maybe i'm over thinking it and a little guidance would be really apreciated
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On