|
-
Aug 16th, 2012, 07:42 AM
#1
Thread Starter
New Member
I need your suggestions to perform a program
Hello every one
I need your suggestions to perform a program doing the following :
" I have 10 questions and each question has multiple answers , each answer has a certine number like 3,7,5...etc ,the total numbers of answers should be sum at the end in order to give the last result, now I need to perform a program that the user can use it to answer the 10 questions and sum the variables that related to these answers in order to get the final resault/number that connected to a text will appear in the text box after click a command button"
I hope the program idea is clear for you .Regards
-
Aug 17th, 2012, 01:07 AM
#2
Re: I need your suggestions to perform a program
Not too sure I fully understand the question. Do you have something like:
Code:
Q1: What is the Capital City of England
A1: Paris (2)
A2: Rome (3)
A3: London (1)
A4: Dublin (4)
Q2: What is 3 X 2
A1: 5 (8)
A2: 6 (3)
A3: 10 (5)
and if I selected A3 for Q1 and A2 for Q2 the total would be 4 (ie 1 + 3) ?
-
Aug 17th, 2012, 09:30 AM
#3
Thread Starter
New Member
Re: I need your suggestions to perform a program
 Originally Posted by Doogle
Not too sure I fully understand the question. Do you have something like:
Code:
Q1: What is the Capital City of England
A1: Paris (2)
A2: Rome (3)
A3: London (1)
A4: Dublin (4)
Q2: What is 3 X 2
A1: 5 (8)
A2: 6 (3)
A3: 10 (5)
and if I selected A3 for Q1 and A2 for Q2 the total would be 4 (ie 1 + 3) ?
thanks for replay and it is exactly what i need plus connected the resault to a statment that appear in an empty text box according to the precentage lik 20 to 30 "" 30 t0 40 "" etc
Regards respectfully
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
|