Development of I-HTTP for supporting Interactive Learning Object

상호작용적 학습 객체 지원을 위한 I-HTTP 개발

  • 정영식 (한국교원대학교 컴퓨터교육과)
  • Published : 2003.10.01

Abstract

The purpose of this study was to define an interactive learning object of ILO through implementation of learning object content standardization technology for the reuse of interactive tools between learners, and to develop I(Interactive)-HTTP for the ILO to properly communicate with LMS. 1-HTTP developed here was enabled to keep connection status during the entire session by improving the existing HTTP with its stateless connection property. This ceaseless connection made it possible to provide users with the real-time interactivity between learners that happened frequently in the ILO. Also, because the I-HTTP was an expanded version of HTTP, it was possible to conduct general HTML documentation as well as ILO. In particular, the standardized launch process between LMS and ILO was embodied in adding the INIT, GETVAL, SETVAL, COMMBT, FINISH methods in the protocol, and the results from the interactivity between ILO learners were channeled to the database storage to save them through separately defined data models.

본 연구에서는 학습자간 상호작용 도구를 재사용하기 위해서 학습 객체 콘텐츠 표준화 기술을 적용하여 상호작용적 학습 객체인 ILO를 정의하고, 이것이 LMS와 원활하게 통신할 수 있도록 I-HTTP를 개발하였다. 1-HTTP는 비지속적 연결성을 갖는 기존의 HTTP를 개선하여 일정 세션 유지 시간 동안 접속 상태를 지속하도록 하였다. 이러한 지속적인 연결로 인해 ILO 내에서 빈번하게 발생하는 학습자간 상호작용을 실시간으로 제공할 수 있었다. 또한 I-HTTP는 기존의 HTTP를 확장하였기 때문에 ILO는 물론 일반 HTML 문서도 처리할 수 있게 하였다 특히 LMS와 ILO간의 표준화된 런치 과정을 프로토콜 내의 INIT, GETVAL, SETVAL, COMMIT, FINISH 메소드를 추가하여 구현하였으며, ILO의 학습자간 상호작용 결과는 별도로 정의된 데이터 모델을 통하여 데이터베이스 서버에 저장될 수 있도록 하였다.

Keywords