Ask a Question related to Macromedia Director Basics, Design and Development.
-
scoremultimedia webforumsuser@macromedia.com #1
display results in a multple choice quiz, help ^_^
hi all
i currently have a multiple choice quiz that i intend to run over my companies intranet, the quiz reads from an XML file and randomises both the questions and the answers. i have managed to get director to register each right and wrong answer and give a total at the end (correct:5, incorrect:2) the trouble is, is that the pass mark is 15 out of 20 and the user needs to be told at the end of the quiz wether he/she passed or failed. is there some code that will allow director to understand that any score under 15 should display a member stating that you have failed and over 15 stating that you have passed. this type of advanced lingo is new to me and i've gotten so far but am totally blocked by this hurdle, any help would be greatly appreciated, thanks, cheerio ^_^
scoremultimedia webforumsuser@macromedia.com Guest
-
Query results don't display properly in results table.IGNORE PREVIOUS
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Query results don't display properly in results table.
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
display choice
Hi, Been poking around the archives here and haven't found an answer to this question. My 19-inch CRT went belly-up today (got 5 years out of... -
multiple choice quiz amendment
Hi I'm trying to add an additional script to the Lesson Builder template so that if the user gets over 75% in the quiz, they go to a certificate... -
FLASH multiple choice quiz
I know this is late in the day but answer to to use the right click copy and paste on your mouse. -
JB #2
Re: display results in a multple choice quiz, help ^_^
some code fragments
global totalright
if totalright >= 15 then sprite(10).member = "passgraphic"
else sprite(10).member = "failgraphic"
JB Guest



Reply With Quote

