Question
Loading Interfaces from the library to the Main time line
I'm preparing a quiz. I have written the questions in an
external XML file. I have also prepared all the interfaces of
questions available i.e True and false questions, drag and drop
questions, fill in the blank, multiple answers(check box &
radial) etc. I'm asking can you write a code that checks the type
of question in the XML file then loads the appropriate type of
question interface plus the question and the options. Mind you I
want to use one frame on the timeline and when I hit next question
it loads the next question and so on and so on.
if it can be done how do you do it?