LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-22-2004, 08:52 AM
ivanstacy ivanstacy is offline
Registered User
 
Join Date: Sep 2004
Location: Bangkok, Thailand
Posts: 1
Rep Power: 0
ivanstacy is on a distinguished road
generating feedback in quiz templates

Hi,

I've created a quiz using the templates in MX 2004. I want the quiz to display one of three possible feedback comments when the user has completed the quiz. Here is my code:


if (QuizTrack.total_correct <=15) {
feedback_txt.text = "Level 1.";
}
if (QuizTrack.total_correct >15 && QuizTrack.total_correct <=25) {
feedback_txt.text = "Level 2.";
}else {
feedback_txt.text = "Level 3.";
}

At the moment, this works for level 2 and level 2, but not level 1. Any advice on what I'm doing wrong would be appreciated.
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Help] Flash Quiz ccr33 Newbies 3 08-07-2008 10:40 AM
Quiz Learning Interaction Templates Patc4 Newbies 1 10-31-2007 08:17 PM
Multiple Fill-In-The_Blanks on one Quiz Frame? mrmyers Newbies 3 01-14-2004 11:06 PM
how to link quiz with the rest of the scene in 1 movie? beanie Newbies 0 09-25-2003 06:27 AM
Quiz Template Problems jennab Flash MX 1 04-17-2003 09:16 PM




All times are GMT. The time now is 01:34 PM.