simple score-card program
Posted: Tue Mar 07, 2006 4:29 am
I want to create a simple score-card program to calculate the score, and then show the result relating to that score.
Program look like this:
1. How old are you ?
a. < 18 (15 points)
b. 18 - 25 (20 p)
c. 26 - 40 (22p)
d. >40 (12p)
2. Your income ?
a. <10.000 (20p)
b. 11000 - 22000 (25p)
c. 25000 - 40000 (26p)
d. >40.000
........
Every answer is using choice box. When users click finish Button, it will calculate the points and show the result, such as:
10-20p : you are ....
20-25p: ......
25-35p:....
Should we use purebasic or use PHP ??
Program look like this:
1. How old are you ?
a. < 18 (15 points)
b. 18 - 25 (20 p)
c. 26 - 40 (22p)
d. >40 (12p)
2. Your income ?
a. <10.000 (20p)
b. 11000 - 22000 (25p)
c. 25000 - 40000 (26p)
d. >40.000
........
Every answer is using choice box. When users click finish Button, it will calculate the points and show the result, such as:
10-20p : you are ....
20-25p: ......
25-35p:....
Should we use purebasic or use PHP ??