The I-Text Distance Learning System 5
7. Quiz Console – Students can take quizzes using the Quiz Console. Instructors can
build quizzes using four question types: multiple choice, true-false, fill in the blank,
and short answer. The quizzes are...
The I-Text Distance Learning System 6
The I-Text was developed using Acrobat 9, Flash CS3, Flex 3.0, PHP and MySQL. The
individual consoles were written in Actionscript 3.0 and compiled using Flash CS3. The consoles
communicate with a web server...
THE WEB
220
160
makes more sense to have Flash as the default player with an HTML5 fallback to
get the benefits of Flash that HTML5 video can’t yet match.
HTML5 embedded multimedia is still a few years from adoption. It still lacks
some feature...
The I-Text Distance Learning System 42
APPENDIX 3
SOURCE CODE FOR THE I-TEXT AND RELATED CONSOLES
The following is source code for each of the RIA’s included as part of the I-Text system. Unless
noted, the source code is written in Actionscript...
The I-Text Distance Learning System 48
import flash.net.sendToURL;
import flash.text.TextFormat;
import flash.text.TextFieldAutoSize;
import fl.controls.Label;
var titleText :Label = new Label();
var titleTextFormat :TextFormat = new...
The I-Text Distance Learning System 50
Chat Console:
Note: The Chat Console utilized a chat application that was external to the I-Text system.
import flash.display.Loader;
import flash.net.URLRequest;
Security.allowDomain("*")
//_root.documentRoot...
U.S. Embassy 70
CLASSIFICATION UNCLASSIFIED, CONFIDENTIAL, or SECRET
CHARGE & DATE PROG __/__/__
APPROVER Usually POL Counselor or higher
DRAFTER POL: CGPoloff
CLEARANCES 1) POL: PTThomas, 2) ECON: TRTracy
DISTRIBUTION within mission Office symbols...
Intro to the Internet 19
and Web Page Design
on the Internet that facilitate tracking of visitors.
It usually involves including some special codes
that are provided by the tracking company in
your web pages. Each time the site is visited;...
The I-Text Distance Learning System 55
import fl.controls.Label;
import flash.display.Graphics;
import flash.display.Shape;
var myScrollPane :ScrollPane = new ScrollPane();
var heightOffset :int = 0;
var questions :Sprite = new Sprite();
var submit...
38 Chapter 3
Technical Considerations
Content of a
typical F: drive.
Figure 3.4
PC Computer Drive Letters
A: Floppy Drive
B: Floppy Drive (can be reas-signed
to another resource)
C: Local Hard Drive
D: CD or DVD drive
E: 2nd CD, DVD or USB...