473,396 Members | 2,039 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Design a quiz - help

Hi, I am trying to create a quiz,
Code is as follows:

<html>
<head>
<title>Quiz</title>
</head>

<BODY>
<Center><TABLE cellSpacing=3 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top width=490>
<TABLE cellSpacing=0 cellPadding=5 width="100%" bgColor=#ffffff
border=0><TBODY>
<TR>
<TD>
<H1>Word 2000</H1>

<TABLE class=front cellSpacing=0 cellPadding=1 width="100%"
border=0>
<TBODY>
<TR>
<TH class=front align=left bgcolor=#0099CC>&nbsp;Multiple Choice </TH>
<TH class=front
align=right bgcolor=#0099CC>Level 1</TH></TR>
<TR>
<TD class=front colSpan=2><BR>
<TABLE>
<TBODY>
<TR>
<TD vAlign=top><B>&nbsp;1. </B></TD>
<TD vAlign=top><B>&nbsp;Which shortcut key combination
could be used to save a document?</B></TD></TR></TBODY></TABLE><BR>
<TABLE border=0>
<TBODY>
<TR>
<TD vAlign=top><INPUT type=radio value=2 name=quiz></TD>
<TD>Alt + F4</TD></TR>
<TR>
<TD vAlign=top><INPUT type=radio value=3 name=quiz></TD>
<TD>Ctrl + P</TD></TR>
<TR>
<TD vAlign=top><INPUT type=radio value=4 name=quiz></TD>
<TD>Ctrl + S</TD></TR>
<TR>
<TD vAlign=top><INPUT type=radio value=1 name=quiz></TD>
<TD>Shift + F3</TD></TR></TBODY></TABLE><BR>&nbsp;<INPUT type=submit value=" Next ">
<BR><BR></TD></TR>
<TR>
<TH class=front align=left bgcolor=#0099CC>&nbsp;Total 20 questions</TH>
<TH class=front align=right bgcolor=#0099CC>Time spent
0:00&nbsp;</TH></TR></TBODY></TABLE></FORM></center>
I have a few problems wiht this:

Progression to next question (simplest method - least code, what are possible methods)

Link to a database with questions
Questions would be selected randomly on beginning each quiz - how is such a thing done.

It will display a working clock (digital display 0:00). As a person progresses from one question to another they can see how they are doing timewise.

Question numbering goes up sequentially - 1/20, 2/20, 3/20 and so on.

Finally at the end of the quiz a person will get a result with time length and if any questions were answered incorrectly the correct answer given.

Need help on any of the above, links, script etc.

Thanks in advance,

Sketch.
Jul 23 '05 #1
2 2612
Sketcher wrote:
Hi, I am trying to create a quiz,
Code is as follows:

<html>
<head>
<title>Quiz</title>
</head>

http://mickweb.com/quiz/

http://www.mickweb.com/javascript/tu..._tutorial.html

Mick
Jul 23 '05 #2
In article <8c******************@news.indigo.ie>, Sketcher
<sk******@eircom.net> wrote:
Hi, I am trying to create a quiz,
Code is as follows:

<html>
<head>
<title>Quiz</title>
</head>

<BODY>
<Center><TABLE cellSpacing=3 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top width=490>
<TABLE cellSpacing=0 cellPadding=5 width="100%" bgColor=#ffffff
border=0><TBODY>
<TR>
<TD>
<H1>Word 2000</H1>

<TABLE class=front cellSpacing=0 cellPadding=1 width="100%"
border=0>
<TBODY>
<TR>
<TH class=front align=left bgcolor=#0099CC>&nbsp;Multiple
Choice </TH>
<TH class=front
align=right bgcolor=#0099CC>Level 1</TH></TR>
<TR>
<TD class=front colSpan=2><BR>
<TABLE>
<TBODY>
<TR>
<TD vAlign=top><B>&nbsp;1. </B></TD>
<TD vAlign=top><B>&nbsp;Which shortcut key combination
could be used to save a
document?</B></TD></TR></TBODY></TABLE><BR>
<TABLE border=0>
<TBODY>
<TR>
<TD vAlign=top><INPUT type=radio value=2 name=quiz></TD>
<TD>Alt + F4</TD></TR>
<TR>
<TD vAlign=top><INPUT type=radio value=3 name=quiz></TD>
<TD>Ctrl + P</TD></TR>
<TR>
<TD vAlign=top><INPUT type=radio value=4 name=quiz></TD>
<TD>Ctrl + S</TD></TR>
<TR>
<TD vAlign=top><INPUT type=radio value=1 name=quiz></TD>
<TD>Shift +
F3</TD></TR></TBODY></TABLE><BR>&nbsp;<INPUT type=submit value=" Next ">
<BR><BR></TD></TR>
<TR>
<TH class=front align=left bgcolor=#0099CC>&nbsp;Total 20
questions</TH>
<TH class=front align=right bgcolor=#0099CC>Time spent
0:00&nbsp;</TH></TR></TBODY></TABLE></FORM></center>
I have a few problems wiht this:

Progression to next question (simplest method - least code, what are possible
methods)

Link to a database with questions
Questions would be selected randomly on beginning each quiz - how is such a
thing done.

It will display a working clock (digital display 0:00). As a person
progresses from one question to another they can see how they are doing
timewise.

Question numbering goes up sequentially - 1/20, 2/20, 3/20 and so on.

Finally at the end of the quiz a person will get a result with time length
and if any questions were answered incorrectly the correct answer given.

Need help on any of the above, links, script etc.

Thanks in advance,

Sketch.

Before you add more code you should correct what you have. There is no
need for multiple levels of table. There is no need for tbody without
thead and tfoot. All tags should be lowercase. All parameters should be
within quotes. You have an end of form but no beginning. There are many
prebuilt quiz layouts on the web. Just do a search for quiz html.

--
Dennis M. Marks
http://www.dcs-chico.com/~denmarks/
Replace domain.invalid with dcsi.net
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: C. David Rossen | last post by:
Hello: I found a script for a simple multiple choice quiz that I would like to tailor to a quiz that I want to post on a website. The quiz I want to use can be found at : ...
5
by: Vandana Rola | last post by:
Hello Everyone, I am a beginner in Javascript.I want to create fun quiz tool using javascript (no database). The feature of that tool is every question has five choices. The user needs to select...
7
by: __PPS__ | last post by:
Hello everybody, that's already not a quiz question from school :) I wanted to design simple stuff that would allow me to program cgi programs with cpp. My goal is to make reading input from user...
4
by: DAL | last post by:
I want to build my kid a program that cycles through questions (using a label for the question), and lets him choose one of two radio buttons for the right answer. How do I get every set of...
2
by: kenny | last post by:
I'm making a quiz to be posted on the internet. but I'm facing difficulties in finding a simple timer for the quiz (unlimited timing) which will keep on running regardless to the change of the page...
0
NoPeasHear
by: NoPeasHear | last post by:
I don't know what I am doing wrong... I used this tutorial... http://www.permadi.com/tutorial/flashMXQuiz/index.html It works with their quiz.xml file, but when I add an option for multiple...
3
ZNip4
by: ZNip4 | last post by:
Hi this is my first time doing this so tell me if im doing anything wrong.... I just need help in creating the coding of this quiz im doing. I know so far how to load the data into the quiz by...
1
by: korr | last post by:
Hi there, i'm trying to develop a quiz in flash. Searching on the net, I found a quiz in flashkit from sephiroth.it by Alessandro Crugnola. His quiz has a script that puts the questions and the...
5
nomad
by: nomad | last post by:
Hello Everyone: Just want to ask how easy would it be to build a quiz in Java. I have not use Java for a few months (5). Quiz would need the following: 1. T or F and mulitiple question, possible...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.