Supporting Flexible Learning over the Net

Lynne Hall and Adrian Gordon
Department of Computing
University of Northumbria at Newcastle
Newcastle-Upon-Tyne, NE1 8ST, UK
email: {lynne.hall , adrian.gordon }@unn.ac.uk
 

Introduction

Students entering Higher Education now do so at a wide variety of ages and with different personal experiences. This increased accessibility to HE has resulted in an awareness that learning does not need to follow some predetermined path and that learning can indeed by a lifelong experience, not simply restricted to early adulthood.

HE institutions need to determine how best to serve this new demand. The willingness to accommodate the changing student population can be seen in the increased number of modes within which a student can study: full-time, part-time and by distance learning. However, lifelong learning demands a flexible mode of delivery which spans all of these. Although distance learning has had considerable success, many students fail to complete courses. A key factor in this is the sense of isolation amongst distance learners and a perceived lack of support.

Internet technologies offer a new range of opportunities to educators for the teaching and learning process. In this paper we discuss one approach, using the VALIENT environment, which is being built specifically to support flexible and distance learning. This environment aims to offer the maximum flexibility to learners whilst maintaining a degree of support and interaction that will reduce the sense of isolation and alleviate the problems of studying primarily alone. 

VALIENT

VALIENT (Virtual Autonomous Learning Integrated Environment using Net-based Technologies) provides a learning environment where learners are exposed to a variety of different learning experiences. However, unlike many Internet based learning experiences the learning in VALIENT is tailored to the student on an individual basis. VALIENT is built from a number of separate components that are based on different but complementary Internet technologies. VALIENT uses the web to deliver conventional (essentially passive) instructional material. In addition, however, Intelligent Learning Environments (Dillenbourg et al., 1994) provide experiential learning opportunities within VALIENT. Support facilities are offered through the use of Bulletin Boards; and additional interaction with other students and educators is provided through on-line computer conferencing facilities .VALIENT is initially being developed to support a course on database design, a subject that is taught in virtually all HE level courses for Computing or Information Technology. The following sections describe VALIENT’s components in more detail. 

Intelligent Learning Environments

Like many subjects in computing, database design requires extensive practical experience if the subject is to be mastered. In the classroom situation this practice takes the form of pencil and paper exercises based around pre-prepared scenarios.

Entity Relationship (ER) Modelling (Chen, 1976) is a fundamental technique of database design, used to capture the data requirements of an information system. However, it is an activity where novices exhibit considerable difficulties both in performing the task and understanding the procedures used for it. We have developed an intelligent learning environment that provides students with the opportunity for practicing their database design skills (Hall and Gordon, 1998; Gordon and Hall, 1998). This environment is interactive, on-line, real-time and text based. It provides a virtual learning environment where learners exist within a textual scenario (typically a description of a business area) from which they need to develop an ER model.

The learner is supported within this environment by the existence of intelligent agents who provide direct, immediate feedback to the learner whilst they are attempting to perform their tasks. In addition, the learner is monitored to seek to identify what aspects the student does not appear to understand in relation to the task. Figure 1 illustrates our ER modelling environment running on top of a web browser.

Figure 1: The ER Modelling Environment and Web Page

Web-based Instruction

Current educational uses of the web have largely failed to benefit from the web's flexibility, and the real potential of the web is being underused. The main strength of the web is in providing information. However, not all students require the same information, nor do they require it in the same order. (Brusilovsky, 1998) discusses the emergence of "adaptive presentation technologies" in which information can be dynamically generated, and individually tailored to the goals and current level of knowledge of each learner.

A key problem lies in determining which information to provide, and how to provide that information. In an environment where the learning is student-centred or independent, and where educator support will be minimal (in that the learning is remote), it is essential that technological means are used to ensure that students are presented with appropriate, timely, relevant information.

Our approach to this problem is based on observing the learner's behaviour within the Intelligent Learning Environment. By doing this, the learner can be presented with information, via the WWW, which is precisely tailored to their current tasks, and to the current problems that they are experiencing in trying to perform these tasks. The learner may, for example, be experiencing difficulties with certain aspects of the ER modelling task (e.g. misidentifying potential entities). Once these problems have been identified, the learner can be directed to explanatory material, worked examples of similar (or simpler) modelling problems, or to fuller explanations and support materials concerning the errors that they have been identified as making in the ILE.

VALIENT is essentially based around an intelligent web server system that replaces the functionality of conventional web servers and coordinates the presentation of learning material to a learner. The web server provided in VALIENT is intelligent, and adaptive. As detailed, the presented material is individually tailored to students needs. Figure 2 identifies this architecture, showing the communications between the web and the intelligent learning environment.

Figure 2: The VALIENT Architecture

Supporting the Student

Additional support is provided to students within VALIENT in two ways. Firstly, a seminar forum is provided which students can attend to interact both with one another and with the lecturer. This forum, (following the model of the Diversity University) will occur at specified times. However, it is unlikely that all students will always be able to (virtually) attend a particular seminar session. Thus, rather than the seminar being a one-off event, the tutor holding the seminar will identify key topics and provide mini-tutorials on these through the use of specially tailored Frequently Asked Question (FAQ) pages. Through linking these FAQs to form-based tests and to specific scenarios within the Intelligent Learning Environments, "revision" of these topics is made possible.

A second level of support is provided through the use of bulletin boards that enable students to post queries relating to aspects of the course that they do not fully understand. Although a staff member monitors these boards, the aim of their use is for other students to respond to their peers. This can provoke discussion, albeit asynchronous, and also helps to develop a feeling of community amongst separate learners. The educator will respond to queries if it is clear that students do not understand certain topics, or again they can be directed to the specially constructed mini-tutorials.

Discussion

The various components of VALIENT are nearing completion and we are now in the process of integrating this environment to begin evaluation with students in the winter semester of 1998. Through evaluating this environment with learners in our full and part time modes we aim to gain the maximum information possible to adapt this environment to the needs of learners who will be distant from the university. VALIENT provides an architecture that enables students to benefit from both experiential and content-based instruction, with knowledge provided at both the procedural and declarative level. Rather than being faced with pages of web-based material and having to sift through these to gain the appropriate knowledge, students will be presented with manageable, customised chunks of information focused on their needs. By constantly monitoring students within VALIENT, we can identify those who have particular difficulties, and respond appropriately.

Our own work and that of previous researchers has clearly indicated that each of the component technologies that make up VALIENT are useful in their own right. However, we believe that the synergy resulting from the integration of these technologies will provide learners with a much richer learning experience.

Although VALIENT is being tested in the domain of database design, it appears that it will be useful across a number of different domains. VALIENT is itself domain independent and provides a framework within which to base the learning experience. We believe that this environment will have considerable utility and will provide a new and effective way for students to learn.

References

Brusilovsky, P. (1998). Adaptive Educational Systems on the World Wide Web. In Proceedings of the World Congress on Expert Systems Workshop on Current Trends and Applications of Artificial Intelligence in Education. Mexico City, pp. 9-16

Chen, PP (1976) The entity-relationship model - towards a unified view of data. ACM transactions on database systems 1(1) pp 9-36

Dillenbourg, P., Mendelsohn, P., Schneider, D.(1994). The Distribution of Pedagogical Roles in a Multi-agent Learning Environment, in Lewis, R. & Mendelsohn, P., (Eds): Lessons from Learning, Amsterdam: North-Holland.

Gordon, A. and Hall, L. (1998b). A Collaborative Learning Environment for Data Modelling. In Proceedings of the 1998 Florida Artificial Intelligence Research Symposium. Sanibael Island, FA: pp. 158-62

Hall, L., and Gordon, A. (1998) A Virtual Learning Environment for Entity Relationship Modelling. In Proceedings of the ACM SIGCSE Conference. Atlanta: GA, pp. 345-49.


Last modified on : Wednesday, June 17 1998 03:36