473,498 Members | 1,592 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with complex javascript?

Greetings. Any help with this would be greatly appreciated!

I use Articulate Quizmaker to develop online quizes. When published, the
outputed JS on the HTML page looks like this:

http://www.testandlearn.net/resultswebsite/htmlpage.txt

the quiz is the swf movie, "assessment.swf".

The powers that be at articulate say that the JS on this page can be tweaked
so that it will output the results to a DB- let's say MS Access.

They can't tell me how to do it, only that it can be done.

Macromedia Captivate Quizes:

After a quiz is published in MM Captivate, the JS can be tweaked in the same
way. Here is what it looks like after it is tweaked- this does work- the
powers that be at Adobe/MM know how to do it and have written articles with
the code:

http://www.testandlearn.net/resultsw...vateoutput.txt

This page also shows session variables created on the log-in form that will
be passed to the DB along with the quiz results via ColdFusion.

My question is, how to tweak the quizmaker output to accomplish what the
captivate output is doing?

Thanks in advance for any help or steerage in the right direction...

May 14 '06 #1
2 1345
Cox News said the following on 5/14/2006 10:51 AM:
Greetings. Any help with this would be greatly appreciated!

I use Articulate Quizmaker to develop online quizes. When published, the
outputed JS on the HTML page looks like this:

http://www.testandlearn.net/resultswebsite/htmlpage.txt
After 3 minutes, I stopped waiting for it to display. But, from the
looking at the source code, you ditch that crap code and start over with
something a little more reliable.
the quiz is the swf movie, "assessment.swf".

The powers that be at articulate say that the JS on this page can be tweaked
so that it will output the results to a DB- let's say MS Access.
*Any* JS code can be "tweaked" to do anything you want it to do. All you
need is some way to transfer the data to the server so the server can
save it to a DB. The saving it to a database - and it doesn't matter
what database it is to client side JS - happens on the server and is
irrelevant to the client side code.
They can't tell me how to do it, only that it can be done. Macromedia Captivate Quizes:

After a quiz is published in MM Captivate, the JS can be tweaked in the same
way. Here is what it looks like after it is tweaked- this does work- the
powers that be at Adobe/MM know how to do it and have written articles with
the code:

http://www.testandlearn.net/resultsw...vateoutput.txt


Same results as the first one I tried to open.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
May 14 '06 #2

Randy:

Thanks for your reply- the server must have been down- sometimes it is on
Sunday afternoon- but they're just plain text files that open quickly...
Randy Webb" <Hi************@aol.com> wrote in message
news:BN********************@comcast.com...
Cox News said the following on 5/14/2006 10:51 AM:
Greetings. Any help with this would be greatly appreciated!

I use Articulate Quizmaker to develop online quizes. When published, the
outputed JS on the HTML page looks like this:

http://www.testandlearn.net/resultswebsite/htmlpage.txt


After 3 minutes, I stopped waiting for it to display. But, from the
looking at the source code, you ditch that crap code and start over with
something a little more reliable.
the quiz is the swf movie, "assessment.swf".

The powers that be at articulate say that the JS on this page can be
tweaked so that it will output the results to a DB- let's say MS Access.


*Any* JS code can be "tweaked" to do anything you want it to do. All you
need is some way to transfer the data to the server so the server can save
it to a DB. The saving it to a database - and it doesn't matter what
database it is to client side JS - happens on the server and is irrelevant
to the client side code.
They can't tell me how to do it, only that it can be done.

Macromedia Captivate Quizes:

After a quiz is published in MM Captivate, the JS can be tweaked in the
same way. Here is what it looks like after it is tweaked- this does work-
the powers that be at Adobe/MM know how to do it and have written
articles with the code:

http://www.testandlearn.net/resultsw...vateoutput.txt


Same results as the first one I tried to open.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/

May 14 '06 #3

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

Similar topics

4
4791
by: Derek | last post by:
Hi, I've built a rather large CGI that dumps a lot of data and a fairly complex javascript app out to the client's browser. Granted this may be poor style according to someone web design...
1
2927
by: martingerber | last post by:
Hi, I have the following script (javascript in html document): <html> <head> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <title>Standort Speichern</title>
6
1372
by: Ann Duguay | last post by:
Hi there! Newbie here... :-) I'm trying to validate a form but can't seem to get it to work... Here's a copy of the code: The user has to select a color for every select box. How is this...
11
2074
by: Sven Neuberg | last post by:
Hi, I have been handed the task of updating and maintaining a web application, written in ASP and Javascript, that takes complex user inputs in HTML form and submits them to server-side ASP...
1
1699
by: Anna K. | last post by:
Hi Experts, I'm new to JavaScript and web-based apps development, so I'll tell you right off that I don't really know my way around it as of yet. I'm trying to create a code library set with...
7
1688
by: Tigger | last post by:
Dear Experts, I am working on ASP.NET. I have got a problem related to the usage of Javascript in ASP.NET. Please help. The story is the following: 1) I am developing an ASP.NET application. I...
2
4853
by: this one | last post by:
I have the following code <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"...
6
1894
by: drec | last post by:
I am just learning Javascript and I would like to create a basic form that gives me two options. This will be using either checkbox or radio input type, however I would like the second option to...
1
1979
by: Nestor | last post by:
Hello all, I'm begining in the web services world and I've reading about how to invoke them using javascript from Mozilla browser (version 2.0 in my case). I found a very interesting example...
53
8314
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script...
0
7126
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
7005
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
5465
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,...
1
4916
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4595
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
3096
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
3087
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1424
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 ...
0
293
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.