|
-
May 20th, 2004, 11:41 PM
#1
Thread Starter
Junior Member
any existing control for questions
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
-
May 21st, 2004, 12:54 AM
#2
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.
-
May 21st, 2004, 01:05 AM
#3
Thread Starter
Junior Member
what i mean is whether there is control like MsgBox, which
makes Q & A easier?
-
May 21st, 2004, 01:37 AM
#4
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:
VB Code:
'*****************************************************************
' MB Extended MsgBox Control & Server - Sample project
' Copyright 2000 by Marco Bellinaso
' Web site: [url]www.vb2themax.com[/url]
'*****************************************************************
I think it might help you...
-
May 21st, 2004, 02:47 AM
#5
Thread Starter
Junior Member
Thanks. That is very helpful.
Is there any good VB sample code for a questianaire system?
TIA!
-
May 21st, 2004, 03:33 AM
#6
Thread Starter
Junior Member
I mean a dynamic questionnaire. That is, same set of
questions are arranged in different orders for various
questionnaire...
Thanks.
-
May 21st, 2004, 03:52 AM
#7
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.
-
May 21st, 2004, 04:10 AM
#8
Thread Starter
Junior Member
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.
-
May 21st, 2004, 04:30 AM
#9
Gosh, I'm so sorry I'm not psychic.
-
May 21st, 2004, 06:40 AM
#10
Addicted Member
Originally posted by mendhak
For multiple choice questions, use a Radio Button.
What is this Radio Button that you speak so highly of?
-
May 21st, 2004, 07:19 AM
#11
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|