
Welcome Guest
|
#1
|
|||
|
|||
|
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. |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |





