Hi all,
Need to implement some new bits to my site. I am thinking I may need to use Forms in HTML which I have yet to play with. However, also want to add a few other bits, so some general advice on how to tackle this problem would be appreciated so I don't get halfway down one road before having to turn back (if you see what I mean).
So, what I would like to do is set up pages with multiple choice questions, which are then 'marked'
One page will have a question like this mock up:
1 Is Tek Tips the best? T F
2 Is it free to use T F
3 Are there better sites? T F
4 Will this problem be solved? T F
--------
| Mark |
--------
THe T and F would be radio buttons for that question - in other words you can only check either T or F for each question.
Then, once all ticked, clicking on a button would report a score out of four based on the buttons checked. It would also display a new page with explanatory answers.
So, can the above be constructed with an html form? As regards the marking, can that be done in plain HTML. I have dabbled in Javascript so that may be an option (with lots of clues).
Am too much of a beginner to think about database websites, server side includes, php, asp etc. at this stage, so hoping the above may be feasbile in HTML / JS.
All help much appreciated.
JDN
Need to implement some new bits to my site. I am thinking I may need to use Forms in HTML which I have yet to play with. However, also want to add a few other bits, so some general advice on how to tackle this problem would be appreciated so I don't get halfway down one road before having to turn back (if you see what I mean).
So, what I would like to do is set up pages with multiple choice questions, which are then 'marked'
One page will have a question like this mock up:
1 Is Tek Tips the best? T F
2 Is it free to use T F
3 Are there better sites? T F
4 Will this problem be solved? T F
--------
| Mark |
--------
THe T and F would be radio buttons for that question - in other words you can only check either T or F for each question.
Then, once all ticked, clicking on a button would report a score out of four based on the buttons checked. It would also display a new page with explanatory answers.
So, can the above be constructed with an html form? As regards the marking, can that be done in plain HTML. I have dabbled in Javascript so that may be an option (with lots of clues).
Am too much of a beginner to think about database websites, server side includes, php, asp etc. at this stage, so hoping the above may be feasbile in HTML / JS.
All help much appreciated.
JDN