Dear All,
I need to design a system for a questionnaire. Are there existing controls that I can use for different types of
questions, like "Yes or No", multiple selection etc?
Thanks,
Xz
Printable View
Dear All,
I need to design a system for a questionnaire. Are there existing controls that I can use for different types of
questions, like "Yes or No", multiple selection etc?
Thanks,
Xz
For multiple choice questions, use a Radio Button.
For questions with multiple answers, use a checkbox.
For Yes No, perhaps a dropdown or radio button.
what i mean is whether there is control like MsgBox, which
makes Q & A easier?
I once downloaded MB Extended MsgBox Control & Server from somewhere. That does most of what you need (except multiple answers). The header of the project is:
I think it might help you...VB Code:
'***************************************************************** ' MB Extended MsgBox Control & Server - Sample project ' Copyright 2000 by Marco Bellinaso ' E-mail: [email][email protected][/email] ' Web site: [url]www.vb2themax.com[/url] '*****************************************************************
Thanks. That is very helpful.
Is there any good VB sample code for a questianaire system?
TIA!
I mean a dynamic questionnaire. That is, same set of
questions are arranged in different orders for various
questionnaire...
Thanks.
Dear qix,
You're not very clear with your needs.
If I understand this latest post as to what you're actually looking for, then you'll need to search for some teaching software which can do this for you. Else, you can always do this programmatically.
I'd expected some useful advices like Lightning's, not "not very clear with your needs" nor "some teaching software" etc.
Acutally I've found some good sample for a questionnaire
such as http://www.a1vbcode.com/app.asp?ID=2622.
What I want is something more dynamic: e.g. if answer to Q1 is A, then go to Q2; If B then go to Q3. Is there any such design or sample codes in VB?
Thanks.
Gosh, I'm so sorry I'm not psychic. :rolleyes:
What is this Radio Button that you speak so highly of?Quote:
Originally posted by mendhak
For multiple choice questions, use a Radio Button.
aka OptionButton