Static Text :
Static text is the standard type of text that you would use in Flash that is created by typing in Flash. Static text is used when you need to add text to the Stage, Buttons or any text that doesn't need to change or load from an external source.
Input Text:
Use input text when you want the user to type into a text field. You can take that text and send it to the ActionScript or a database and have it manipulate something in the SWF file, and more.
Dynamic Text :
Use Dynamic text when you need to load text from the ActionScript, a text file, database, or change the text when the SWF file plays in Flash Player.
In the first exercise I create the simple form, where the user can type their answer as an input text. After the user hit the button 'ENTER' , the screen will display the dynamic text that contain the data that the user key in earlier.
For the second exercise, I have developed a multiple choice question. It consists of buttons that applied the actionscript such as stop and gotoAndPlay to the desired frame. User just hit the button and it will go to the specific response.