Quote:
I am looking to create a survey "application." An admin will be able to
add the survey questions and answers. Then a page will be available for
a user to fill out the survey (all the questions will be multiple choice
with radio buttons). Then another page will be available with the totals
and possibly bar charts for the results (seen only by the admins). |
Ah. Well, I suppose general tutorials that involve databases would work.
I suppose I'd make a few tables:
surveys
questions
answers
The survey table would store survey information (author, about)
The questions would be the questions
the answers would be the answers for each question.
So, I'd google 'multi-table database tutorial' or something of the start to
get you going.
-Darrel