HighDots Forums  

Create a survey

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Create a survey in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Seth Meranda
 
Posts: n/a

Default Create a survey - 05-02-2005 , 11:32 AM






I need to create a survey in ASP. I have the database and am having a
hard time deciding how to make the survey as dynamic as possible. Does
anyone know of any online tutorials for survey creation? I am using ASP,
VBScript. Thanks!
--


Seth Meranda
smeranda2<at>unl<dot>edu

Reply With Quote
  #2  
Old   
darrel
 
Posts: n/a

Default Re: Create a survey - 05-02-2005 , 12:27 PM






Quote:
I need to create a survey in ASP. I have the database and am having a
hard time deciding how to make the survey as dynamic as possible.
What do you mean 'dynamic'?

What are you specifically trying to do?

-Darrel




Reply With Quote
  #3  
Old   
Seth Meranda
 
Posts: n/a

Default Re: Create a survey - 05-02-2005 , 02:10 PM



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).

Seth
--


Seth Meranda
smeranda2<at>unl<dot>edu

Reply With Quote
  #4  
Old   
darrel
 
Posts: n/a

Default Re: Create a survey - 05-02-2005 , 05:29 PM



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




Reply With Quote
  #5  
Old   
Seth Meranda
 
Posts: n/a

Default Re: Create a survey - 05-03-2005 , 09:18 AM



Darrel:

Thanks for the reply.

I know how to build the database... before I built it though, I wanted
to know what direction to take. I was hoping to answer that by looking
at some different possible ways of putting the survey together with the
ASP script.

For instance, can I do a couple of repeat regions? (one for the answers
available for each survey question and then another repeat region for
all the questions and answers).

I have/will have more questions as this progresses, but wanted to see
how other people are building their surveys.

Thanks!
--


Seth Meranda
smeranda2<at>unl<dot>edu

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.