how to develop a simple one for someone who has no progamming background? I am talkaing about the one where a user can check responses and once the user clicks on submit button a report is created on the basis of the responses checked.
Re: how to create an interactive online tool?
openSource all the way!!
use php.
how to develop a simple one for someone who has no progamming background? I am talkaing about the one where a user can check responses and once the user clicks on submit button a report is created on the basis of the responses checked.
You want to create a poll website ?
Re: how to create an interactive online tool?
You can use survey hosting sites such as surveymonkey.com to build a quick survey and collect responses. Once you have the responses, you can generate different standard reports in either aggregated or individual format or you can get the raw responses for further analysis in excel.
You want to create a poll website ?
no, it would be something like a health appraisal tool where you click on various risk factors which make you suseptible to various diseases.
Once you submit your reponses, you'll get information about diseases which you might get exposed to. For instance you check on reponses like cigarette smoking or unhealthy dietary habits and you'll get information on heart diseases once you submit your responses.
You can use survey hosting sites such as surveymonkey.com to build a quick survey and collect responses. Once you have the responses, you can generate different standard reports in either aggregated or individual format or you can get the raw responses for further analysis in excel.
UT yar Surveymonkey wont help me. I want something which will give users a report as soon as they submit their responses.
no, it would be something like a health appraisal tool where you click on various risk factors which make you suseptible to various diseases.
Once you submit your reponses, you'll get information about diseases which you might get exposed to. For instance you check on reponses like cigarette smoking or unhealthy dietary habits and you'll get information on heart diseases once you submit your responses.
Does not seem simple enough site , you will have to get help from a web programmer.
You can post your project at guru.com or elance.com.
UT yar Surveymonkey wont help me. I want something which will give users a report as soon as they submit their responses.
aah I c... I thought you needed a report based on end-user responses... but it seems like you need to customize a report/output for the end user based on their own responses. So, if I understand this correctly, there's going to be some workflow logic to determine the appropriate content which should be included in the report to the end-user.
For something like this, I'm not aware of a turnkey solution which you can use as a bolt-on to your existing website. You'll probably require a custom solution but if you already have the content done and the logic figured out, this shouldn't be more than 20 hours of work for a web developer. The aesthetics/presentation may need to be factored in on top though.
aah I c... I thought you needed a report based on end-user responses... but it seems like you need to customize a report/output for the end user based on their own responses. So, if I understand this correctly, there's going to be some workflow logic to determine the appropriate content which should be included in the report to the end-user.
For something like this, I'm not aware of a turnkey solution which you can use as a bolt-on to your existing website. You'll probably require a custom solution but if you already have the content done and the logic figured out, this shouldn't be more than 20 hours of work for a web developer. The aesthetics/presentation may need to be factored in on top though.
exactly.... thats what I need. Well, I guess I was fretting that I might have to look for outside help for something which I can do myself with the help of some online tools. However seems like I do need a professional for this job.
Thank you guys!!!!