473,508 Members | 2,265 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

interactive html quiz

Dear Group Members,
I am the webmaster for the website for our nonprofit corporation, the
Mediation Center. It may be viewed at www.mediatorsrus.org I am
trying to add an interactive web component that would make the web
site more compelling. As we are trying to convince viewers that
mediation is more advantageous than taking someone to court, I
thought
to add an online quiz to demonstrate this point. The online quiz
(initiated by clicking on a link at our website) would ask the viewer
a series of questions about his/her conflict. Depending upon the
answers, the viewer would be suggested to file a case in court or to
go to a mediation. I cannot find any code or application that can
help me with adding this feature to the web page. Can anyone at the
Web and New Media group suggest whom I might contact or where I might
look?
Thank you,
Christian Jutt
scadvi...@sbcglobal.net

Aug 7 '07 #1
4 2947
On 2007-08-07, drmicrochp wrote:
Dear Group Members,
I am the webmaster for the website for our nonprofit corporation, the
Mediation Center. It may be viewed at www.mediatorsrus.org I am
trying to add an interactive web component that would make the web
site more compelling.
First, make it readable. This is how it appears in my browser:
<http://cfaj.freeshell.org/testing/medi.jpg>.

Avoid absolute positioning and sizes defined with px.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Aug 7 '07 #2
Can anyone at the Web and New Media group suggest whom I might
contact or where I might look?
I've been toying with the idea of building a CGI scripted mechanism for
implementing such a function, and while I don't yet have any practical
results, I'll share what I know.

This kind of mechanism was very popular 20-30 years ago. It was known as
a "knowledge base". It would ask you questions, and based on your
answers would navigate through the questions until it came to the right
answer. The ones I saw came up with answers like "You're thinking of a
hippopotamus" (the one I wrote) or "You've got dengue fever and will be
dead in three days" (the medical variety).

Knowledge Bases seem to have become extinct, but you may get some ideas
searching on the term.

In its simplest form, each question has only two possible answers, and a
given answer to a question always leads to the same following question.
You probably need a mechanism like this.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Aug 8 '07 #3

"Chris F.A. Johnson" <cf********@gmail.comwrote in message
news:4n************@xword.teksavvy.com...
On 2007-08-07, drmicrochp wrote:
>Dear Group Members,
I am the webmaster for the website for our nonprofit corporation, the
Mediation Center. It may be viewed at www.mediatorsrus.org I am
trying to add an interactive web component that would make the web
site more compelling.

First, make it readable. This is how it appears in my browser:
<http://cfaj.freeshell.org/testing/medi.jpg>.

Avoid absolute positioning and sizes defined with px.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
it is screwed in my browser too, but not so much., but then who else uses
IE6?
Aug 13 '07 #4
I looked at it with FireFox on Linux, and it's totally hosted. I'm
guessing it would also be totally hosted on any non-MS platform (Mac,
Linux, etc).

You should probably run your page through the HTML validator and fix the
errors in it before continuing.

http://validator.w3.org/

For the quiz part you might try searching for "Perseus Survey Solutions"

and see if it meets your needs.

On Tue, 07
Aug 2007 14:45:44 -0700, drmicrochp wrote:
to add an online quiz to demonstrate this point. The online quiz
(initiated by clicking on a link at our website) would ask the viewer
a series of questions about his/her conflict. Depending upon the
answers, the viewer would be suggested to file a case in court or to
go to a mediation. I cannot find any code or application that can
help me with adding this feature to the web page. Can anyone at the
Web and New Media group suggest whom I might contact or where I might
look?
Thank you,
Christian Jutt
scadvi...@sbcglobal.net


--
George Sexton
MH Software, Inc. - Home of Connect Daily Web Calendar
http://www.mhsoftware.com/connectdaily.htm
Aug 14 '07 #5

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

Similar topics

2
7793
by: Charles Krug | last post by:
List: I'm trying to us pylab to see what I'm doing with some DSP algorithms, in case my posts about convolution and ffts weren't giving it away. I've been using pylab's plot function, but I'm...
2
1995
by: WJ | last post by:
I have three ASPX pages: 1. "WebForm1.aspx" is interactive, responsible for calling a web site (https://www.payMe.com) with $$$. It is working fine. 2. "WebForm2.aspx" is non-interactive, a...
4
7455
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...
0
3067
by: Xah Lee | last post by:
Interactive Find and Replace String Patterns on Multiple Files Xah Lee, 2006-06 Suppose you need to do find and replace of a string pattern, for all files in a directory. However, you do not...
0
1642
by: philip | last post by:
hello, i am now developing a quiz application for my school using ASP.NET and SQL SERVER 2005, here is a senario: It will have 20 students for taking a quiz in a classroom, they have to answer...
2
3412
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...
1
3070
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
2156
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...
3
2206
by: empiresolutions | last post by:
I am building a app that creates quizzes. This is how it goes - - Create Quiz - Provide up to 10 different types of Quiz Results - Give up to 50 Questions - Each Question has up to 10 possible...
0
7132
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
7336
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7401
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
7504
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
5640
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,...
0
4720
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3211
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3196
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1568
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.