<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>A Java Framework for Developing Intelligent Tutoring Systems</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Julian Arthur and Colin Depradine Department of Computer Science, Mathematics and Physics The University of the West Indies Bridgetown</institution>
          ,
          <country country="BB">Barbados</country>
        </aff>
      </contrib-group>
      <fpage>2</fpage>
      <lpage>5</lpage>
      <abstract>
        <p>An intelligent tutoring system (ITS) is software that provides an interactive learning environment and can adapt its instruction depending on user needs. The development of these systems is expensive due to significant resource requirements. To ease the development process of these systems, technologies such as authoring tools and shells are sometimes used. In this paper a new java framework is proposed to be implemented as the foundation of a new authoring tool for intelligent tutoring systems (ITSs).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>The development of ITSs is expensive due to the large amount of expertise needed
and the long development times [1]. The development team for a single ITS can
consist of numerous experienced programmers as well as experts in number of varying
research areas, such as educational theory and domain knowledge design.
The potential benefits when using ITSs are great but unfortunately the difficulty in
producing these systems has limited both access and acceptance of them. Therefore,
efficient and effective authoring technologies are required to assist in creating ITSs.
This paper presents the motivation for creating this new java framework and
introduces the fundamental architecture of the framework.
The conceptual designs of ITSs are modular but unfortunately, typically the final
implementations of these systems are quite monolithic in structure [2] which can be
attributed to the functionality required for effective instruction of specific material.
The difficulty in efficiently and effectively creating ITSs has also reduced their
accessibility and acceptance in the traditional classroom.
3</p>
    </sec>
    <sec id="sec-2">
      <title>Motivation</title>
      <p>To provide a java-based framework that will encourage both modular design of the
ITS and reuse of ITS components. Another reason for this work is to provide a
sensible foundation for an authoring tool that can be used to simplify and improve ITS
development productivity.
4</p>
    </sec>
    <sec id="sec-3">
      <title>Goals and Objectives</title>
      <p>The first goal is to reduce the development cost and implementation times of ITS
software by providing a comprehensive ITS authoring tool (includes framework). The
secondary goal is to establish a public test bed for research into ITS design and
implementation by providing the framework as an open source tool.</p>
      <p>The objectives are that participating developers using this framework and authoring
tool will:</p>
      <p>Act as a catalyst to improve both the framework and tool.</p>
      <p>Create an active developer community in this research area thereby benefitting
from peer interaction.</p>
      <p>Create an industry standard for the design and implementation of ITSs.</p>
    </sec>
    <sec id="sec-4">
      <title>5 ITS System Design</title>
      <p>
        The java language was chosen as the primary language for this project due to its
object-oriented paradigm and due to the java community’s open source nature.
The architecture for this framework consists of seven primary modules as shown in
figure 1. The primary modules in the ITS architecture are (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) the distributed learning
module, (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) the pedagogical module, (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) the domain knowledge module, (4) the
student model, (5) the expert model , (6) the communications module and (7) the control
module.
      </p>
      <p>The conceptual flow of information between modules within an ITS can be seen
below in figure 2.
The student model holds unique user information which represents the user’s
understanding of the material taught by the ITS. A user’s actions are monitored by the
system and the model is updated appropriately to track a student’s performance.
5.2</p>
      <sec id="sec-4-1">
        <title>Expert Model</title>
        <p>The expert model contains the information that is taught to the user. However, it is
more than just a representation of the data; it is a model of how someone skilled in a
particular domain uses the knowledge. An expert model can be used to pinpoint user
difficulties by comparing the learner’s solution to the expert’s solution.
5.3</p>
      </sec>
      <sec id="sec-4-2">
        <title>Domain Knowledge</title>
        <p>This component contains all the information that the tutoring system will teach to
an ITS user. The representation of the domain knowledge is critical since the other
components which must access this module should be able to do so efficiently.
5.4</p>
      </sec>
      <sec id="sec-4-3">
        <title>Pedagogical Module</title>
        <p>The pedagogical module performs a number of tasks such as determining when to
review a topic and deciding when to present a new topic. This module uses input
provided by the student model to adapt to a user’s specific needs.
5.5</p>
      </sec>
      <sec id="sec-4-4">
        <title>Communications Module</title>
        <p>The communications module is the user interface of the ITS. All interactions between
the user and the ITS are handled by this component. This module handles the
presentation of the taught material ensuring it is presented in an appropriate way.
5.6</p>
      </sec>
      <sec id="sec-4-5">
        <title>Distributed Learning Module</title>
        <p>The distributed learning module is a nonconventional component which has been
added and it is used to provide various networking functionality in the ITS
environment.</p>
      </sec>
      <sec id="sec-4-6">
        <title>Control Module</title>
        <p>This module acts as the central control for the primary modules of the ITS. All
communication between modules is relayed via this component.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>We have provided a brief explanation of what research area we are exploring, the
limitations that currently exist in ITS implementations, our goals for the future of
this research and present the architecture currently adopted in the framework and
authoring tool.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Murray</surname>
          </string-name>
          .
          <article-title>Authoring intelligent tutoring systems: An analysis of the state of the art</article-title>
          .
          <source>International Journal of Artificial Intelligence in Education</source>
          ,
          <volume>10</volume>
          :
          <fpage>98</fpage>
          -
          <lpage>129</lpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T.</given-names>
            <surname>Murray</surname>
          </string-name>
          .
          <article-title>An overview of intelligent tutoring system authoring tools: Updated analysis of the state of the art</article-title>
          . In T. Murray,
          <string-name>
            <given-names>S.</given-names>
            <surname>Blessing</surname>
          </string-name>
          , and S. Ainsworth, editors,
          <source>Authoring Tools for Advanced Technology Learning Environments</source>
          , pages
          <fpage>493</fpage>
          -
          <lpage>546</lpage>
          . Kluwer Academic Publishers, Dordrecht,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>V.</given-names>
            <surname>Devedzic</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Harrer</surname>
          </string-name>
          .
          <article-title>Common patterns in its architectures</article-title>
          .
          <source>Kunstliche Intelligenz</source>
          ,
          <volume>18</volume>
          :
          <fpage>17</fpage>
          -
          <lpage>21</lpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>