Table of Contents
This chapter describes using the various tools in CTAT that allow you to create and test tutors.
To create a new tutor, or to work with an existing tutor, start by opening the version of CTAT that corresponds to the tutor technology you've used or want to use for the student interface.
Open the version of CTAT corresponding to the user interface technology you are using:
To work with a Java tutor, open CTAT for Java.
To work with a Flash tutor, open CTAT for Flash.
Open the student interface:
To open a Java student interface, select > , and select the Java class file representing the student interface. This file must be within the $CTAT/Projects folder hierarchy.
To open a Flash student interface, either open the Flash source file (.FLA) in the Flash IDE and test the Flash movie (); or open the Flash movie (.SWF) in the Flash Player directly.
In the student interface, enter a start state for the problem to be solved. For example, in the Fraction Addition student interface, you might enter the values for the two given fractions. When you are done, select > .
For an Example-tracing tutor, you should demonstrate the solution steps for the problem. See Example-tracing Tutors for more information on building an Example-tracing tutor.
For a Cognitive Tutor, you will examine working memory, modifying it if necessary, and write production rules. See Section 4, “Cognitive Tutors (Jess)” for more information on building a Cognitive Tutor.
Tutorials. If you are new to building tutors with CTAT, you may want to explore the example-based tutorials on the CTAT web site.