Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Decker #1
Coursebuilder - tracking data across multiple pages
I have created a 30 page e-learning course in Dreamweaver using the
CourseBuilder extension.
The last 6 pages are quiz pages with 3 questions on each page (a mixture of
true/false and multiple choice) - I would like the final page after these six q
to report the results of the viewer answering the questions over these six
pages so therefore I am trying to track the data across multiple pages.
I have seen tutorials which use a frameset arrangement using an interaction
frame and a navigation frame.
My presentation doesn't use framesets - the pages have a standard button
navigation setup and no frames.
Could anyone help please with a link or instructions as I am pulling my hair
out!
Thanks in advance.
Decker Guest
-
combining multiple pages into one page with no loss of data
I don't no when it happened but we used to be able to combine our letter head with other documents pretty easily. here's how we did it. Open... -
CourseBuilder: Multiple Choice tests
:confused; I am a novice to Coursebuilder. I am building an instructional website in Dreamweaver for my Masters Project. For my testing I want... -
Multiple Correct in Coursebuilder?
Forgive the newbie question, but is the multiple choice wizard in Coursebuilder able to create multiple-correct questions as well as multiple... -
Help! - Passing form data between multiple pages
Hi, I am working on a multiple pages survey, right now if my user fill out page 1, click next, then fill out page2, page3, his answer will be... -
Best way to move data across multiple pages?
I am trying to build a few pages basically emulating a wizard that you might find in a Windows product. A few fields to fill out on one page, move... -
Decker #2
Re: Coursebuilder - tracking data across multiple pages
This is the particular code I am having problems with:
This JavaScript code needs to be pasted into each quiz page:
-------------------
function initPage() {
var navBar = parent.nav
var thisQuizPage = navBar.findPage(document.URL)
if (thisQuizPage.completed) {
MM_setIntProps('G01.setDisabled(true);')
} else {
navBar.setTries(document.URL, 0)
}
}
function updateQuiz() {
parent.nav.setTries(document.URL, G01.tries);
parent.nav.setTimes(document.URL, G01.time, G01.timeLimit);
parent.nav.setScores(document.URL, G01.score);
}
-------------------
However, I do not have a frameset setup - I have 7 seperate quiz pages
(q1.html > q7.html) and a results. html page. All linked by a simple button
navigation setup not a frameset.
Decker Guest
-
Decker #3
Re: Coursebuilder - tracking data across multiple pages
Does anyone know of a good source of help for the Dreamweaver 8 Coursebuilder Extension?
Rapid Intake seem to have lost interest in this extension and make little mention of it on their site....
Decker Guest



Reply With Quote

