• Title/Summary/Keyword: Adaptive Instruction System

Search Result 22, Processing Time 0.034 seconds

An Adaptive Tutoring System based on CAT using Item Response Theory and Dynamic Contents Providing (문항반응 이론에 의한 컴퓨터 적응적 평가와 동적 학습내용 구성에 기반한 적응형 고수 시스템)

  • Choi Sook-Young;Yang Hyung-Jeong;Baek Hyon-Ki
    • Journal of KIISE:Software and Applications
    • /
    • v.32 no.5
    • /
    • pp.438-448
    • /
    • 2005
  • This paper proposes an adaptive tutoring system that provides learning materials dynamically according to the learners' teaming character and ability. Our system, in which a learning phase and a test phase are linked together, supports the personalized instruction-learning by providing the teaming materials by level in the learning phase according to the teaming ability estimated in the test phase. We design and implement a tutoring system consisted of an evaluation component and a learning component. An evaluation component uses a computerized adaptive test(CAT) based on item response theory to evaluate learners' ability while a learning component employs fuzzy level set theory so that teaming contents are provided to learners according to learners' level.

A Web-based adaptive hypermedia system for novices to learn programming (초보자들의 프로그래밍 학습을 위한 웹 기반 적응형 하이퍼미디어 시스템)

  • Jung, Hyosook;Park, Seongbin
    • The Journal of Korean Association of Computer Education
    • /
    • v.7 no.6
    • /
    • pp.37-45
    • /
    • 2004
  • With the rapid growth of the Web technologies, the Web has changed teaching and learning as well as our life in various ways. Web-based instruction (WBI) supports self-directed and creative learning at anytime anywhere. However, learners may experience the problems of disorientation and cognitive overload when the hyperspace that consists of learning materials is complex. In this paper, we present a Web-based adaptive hypermedia system based on cognitive load theory which can reduce cognitive loads that novices may experience when they learn programming

  • PDF

Adaptive Learning Recommendation System based on ITS (ITS 기반의 적응형 학습 추천 시스템)

  • Moon, Seok-jae;Hwang, Chi-Gon;Yoon, Chang-Pyo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2013.05a
    • /
    • pp.662-665
    • /
    • 2013
  • ITS(Intelligent Tutoring System) is a system that provides active and flexible tutoring conditions to learners, having adopted artificial intelligence to overcome the limitations of CAI(Computer Assisted Instruction). However, the existing ITS has a few problems; the system provides the same contents to every learner, not considering main variants of their learning and achievement, characters and levels, and therefore, it does not generate satisfactory results; the system does not offer a properly designed course schedule. Therefore, this thesis proposes ARS(Adaptive Recommendation System), founded on ITS, that provides contents designed based on the characters and levels of learners. To catch the characters of learners, the important variant for successful learning, ARS applies and embodies a module of self-assessment test. Also, it puts weighs according to the areas of learning which is different from the simplified assessment that asks for short and mechanical answers for the purpose of knowing the levels of the learners.

  • PDF

Development of a Web-based Adaptive System for Learning Pumping Lemma (펌핑 정리 학습을 위한 웹기반 적응형 시스템 개발)

  • Jung, Hyosook;Min, Kyungsil;Park, Seongbin
    • The Journal of Korean Association of Computer Education
    • /
    • v.12 no.5
    • /
    • pp.87-94
    • /
    • 2009
  • This paper presents a Web-based interactive and adaptive learning system that helps students learn the pumping lemma for the family of regular languages. Our system allows the students to proceed with their learning according to their individual differences through Web-Based Instruction and gives them opportunities for the interaction so that they can practice exercise related to the learning and gain feedbacks on the results of the exercises immediately. Especially, the system provides adaptive scaffolding that helps learners understand each step for the proof of the pumping lemma. Unlike existing systems that support learning the pumping lemma, the proposed system defines possible errors in advance and provides appropriate messages for corresponding errors. In addition, the system allows the learners to decompose a string into three parts so that they can understand the pumping lemma precisely.

  • PDF

Analyzing facial expression of a learner in e-Learning system (e-Learning에서 나타날 수 있는 학습자의 얼굴 표정 분석)

  • Park, Jung-Hyun;Jeong, Sang-Mok;Lee, Wan-Bok;Song, Ki-Sang
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.05a
    • /
    • pp.160-163
    • /
    • 2006
  • If an instruction system understood the interest and activeness of a learner in real time, it could provide some interesting factors when a learner is tired of learning. It could work as an adaptive tutoring system to help a learner to understand something difficult to understand. Currently the area of the facial expression recognition mainly deals with the facial expression of adults focusing on anger, hatred, fear, sadness, surprising and gladness. These daily facial expressions couldn't be one of expressions of a learner in e-Learning. They should first study the facial expressions of a learner in e-Learning to recognize the feeling of a learner. Collecting as many expression pictures as possible, they should study the meaning of each expression. This study, as a prior research, analyzes the feelings of learners and facial expressions of learners in e-Learning in relation to the feelings to establish the facial expressions database.

  • PDF

An Adaptive Tutoring System based on Fuzzy sets for Learning by Level (수준별 학습을 위한 퍼지 집합 기반 적응형 교수 시스템)

  • Choi, Sook-Young;So, Ji-Sook;Lee, Sun-Jung
    • The Journal of Korean Association of Computer Education
    • /
    • v.6 no.2
    • /
    • pp.121-135
    • /
    • 2003
  • This paper proposes a web-based adaptive tutoring system based on fuzzy set that provides learning materials and questions dynamically according to students' knowledge state, and gives advices for the learning after an evaluation. For this, we design a courseware knowledge structure systematically and then construct a fuzzy level set on the basis of it considering importance of learning targets, difficulty of learning materials and relation degree between learning targets and learning materials. Using the fuzzy level set, our system offers learning materials and questions to adapt to individual students. Moreover, a result of the test is evaluated with fuzzy linguistic variable. Appling the fuzzy concept to the tutoring system could naturally consider and deal with various and uncertain items of learning environment thus could offer more flexible and effective instruction-learning methods.

  • PDF

Branch Prediction in Multiprogramming Environment (멀티프로그래밍 환경에서의 분기 예측)

  • Lee, Mun-Sang;Gang, Yeong-Jae;Maeng, Seung-Ryeol
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.26 no.9
    • /
    • pp.1158-1165
    • /
    • 1999
  • 조건부 분기 명령어(conditional branch instruction)의 잘못된 분기 예측(branch misprediction)은 프로세서의 성능 향상에 심각한 장애 요인이 되고 있다. 특히 시분할(time-sharing) 시스템과 같이 문맥 교환(context switch)이 발생하는 멀티프로그래밍 환경(multiprogramming environment)에서는 더욱 낮은 분기 예측 정확성(branch prediction accuracy)을 보인다. 본 논문에서는 문맥 교환이 발생하는 멀티프로그래밍 환경에서 높은 분기 예측 정확성을 보이는 중첩 분기 예측표 교환(Overlapped Predictor Table Switch, OPTS) 기법을 소개한다. 분기 예측표(predictor table)를 분할하여 각각의 프로세스(process)에 할당하는 OPTS 기법은 문맥 교환의 영향을 최소화함으로써 높은 분기 예측 정확성을 유지하는 분기 예측 방법이다.Abstract There is wide agreement that one of the most important impediments to the performance of current and future pipelined superscalar processors is the presence of conditional branches in the instruction stream. Accurate branch prediction is required to overcome this performance limitation. Many branch predictors have been proposed to help to alleviate this problem, including the two-level adaptive branch predictor, and more recently, hybrid branch predictor. In a less idealized environment, such as a time-sharing system, code of interest involves context switches. Context switches, even at fairly large intervals, can seriously degrade the performance of many of the most accurate branch prediction schemes. In this study, we measure the effect of context switch on the branch prediction accuracy in various situation and show the feasibility of our new mechanism, OPTS(Overlapped Predictor Table Switch), which save and restore branch history table at every context switch.

Exploring Topic-Specific PCK Progression for Elementary Teachers Instruction of Astronomy: Focusing on the Topic of Planet Size and Distance in Solar System (천문 수업에 대한 초등 교사의 주제-특이적 PCK 발달과정 탐색 -태양계 행성의 크기와 거리 주제를 중심으로-)

  • Lee, Kiyoung;Lee, Jeong-A
    • Journal of The Korean Association For Science Education
    • /
    • v.36 no.4
    • /
    • pp.629-641
    • /
    • 2016
  • Understanding of how teachers change instruction can help predict what kind of educational materials is supportive or appropriate. On the basis of this idea, we explored elementary teachers' PCK progression on specific topics of astronomy: planet size and distance in solar system. To identify the development of PCK over time, we utilized learning progression (LP) as a conceptual framework. The progression of teacher PCK can also be illustrated as the hypothetical pathway from novice to expert like LP. Eight 5th grade elementary teachers participated in this study. We observed participating teachers' astronomy classes with the same topic. In order to document topic-specific PCK of participating teachers, we developed an analytic protocol consisting of four categories: knowledge of curriculum, knowledge of teaching strategies, knowledge of assessment, and astronomical thinking practice. In addition, we monitored the changes in the four participating teachers' PCK for two years in order to validate the evidences of the PCK progression. Participating teachers in this study took some intervention by attending a four-week pre-meeting with the researchers to profile an adaptive instruction. Through this research, we profiled four and five different levels of PCK progressions in three knowledge components (curriculum, teaching strategies, student assessment) and one astronomical thinking practice (systems thinking), respectively. Participating teachers demonstrated various levels and pathways in each component of PCK. This study released the empirical evidences in fostering instructional scaffolding, which is appropriate to the level of PCK of science teachers on specific topic.

Environment Adaptive Emergency Evacuation Route GUIDE through Digital Signage Systems

  • Lee, Dongwoo;Kim, Daehyun;Lee, Junghoon;Lee, Seungyoun;Hwang, Hyunsuk;Mariappan, Vinayagam;Lee, Minwoo;Cha, Jaesang
    • International Journal of Advanced Culture Technology
    • /
    • v.5 no.1
    • /
    • pp.90-97
    • /
    • 2017
  • Nowadays, the most of commercial buildings are build-out with complex architecture and decorated with more complicated interiors of buildings so establishing intelligible escape routes becomes an important case of fire or other emergency in a limited time. The commercial buildings are already equipped with multiple exit signs and these exit signs may create confusion and leads the people into different directions under emergency. This can jeopardize the emergency situation into a chaotic state, especially in a complex layout buildings. There are many research focused on implementing different approached to improve the exit sign system with better visual navigating effects, such as the use of laser beams, the combination of audio and video cues, etc. However the digital signage system based emergency exit sign management is one of the best solution to guide people under emergency situations to escape. This research paper, propose an intelligent evacuation route GUIDE that uses the combination centralized Wireless Sensor Networks (WSN) and digital signage for people safety and avoids dangers from emergency conditions. This proposed system applies WSN to detect the environment condition in the building and uses an evacuation algorithm to estimate the safe route to escape using the sensor information and then activates the signage system to display the safe evacuation route instruction GUIDE according to the location the signage system is installed. This paper presented the prototype of the proposed signage system and execution time to find the route with future research directions. The proposed system provides a natural intelligent evacuation route interface for self or remote operation in facility management to efficiently GUIDE people to the safe exit under emergency conditions.

A Case Study for Exploring Topic-Specific PCK Progression on Elementary Teachers' Instruction of 'Earth Revolution' (지구 공전에 대한 초등 교사들의 주제-특이적 PCK 발달과정 탐색을 위한 사례 연구)

  • Lee, Jeong-A;Lee, Kiyoung
    • Journal of Korean Elementary Science Education
    • /
    • v.36 no.4
    • /
    • pp.405-427
    • /
    • 2017
  • This study aims to describe various teaching cases about 'earth revolution' in terms of PCK; knowledge of curriculum, knowledge of teaching strategies and knowledge of assessment. Based on these various cases we suggested PCK progressions about 'earth revolution'. For these, we recorded 'solar system and star' classes of nine elementary school teachers' in Kangwon, Gyeonggi, Gwangju, and Seoul. We adopted Lee & Lee (2016)'s topic-specific PCK framework to analyze the classes. As results, we suggested topic-specific PCK progression about 'earth revolution'. The results showed the upper anchor of the earth revolution class were exploring the reason of the change of constellation, finding the tendency of constellation change. These teachings were carried by the teachers' adaptive strategies. The upper anchor of the assessment was monitoring students' understanding during the whole class. The PCK progression about 'earth revolution' could help the teachers plan the earth revolution class, and reflect their own teachings.