Rltutor: Reinforcement Learning Based Adaptive Tutoring System by Modeling Virtual Student with Fewer Interactions

Total Page:16

File Type:pdf, Size:1020Kb

Rltutor: Reinforcement Learning Based Adaptive Tutoring System by Modeling Virtual Student with Fewer Interactions RLTutor: Reinforcement Learning Based Adaptive Tutoring System by Modeling Virtual Student with Fewer Interactions Yoshiki Kubotani1∗ , Yoshihiro Fukuhara1 , Shigeo Morishima2 1Waseda University 2Waseda Research Institute for Science and Engineering [email protected], f [email protected], [email protected] Abstract Flashcard-style questions, where the answer to a question is uniquely determined, have attracted significant research at- A major challenge in the field of education is pro- tention. Knowledge tracing [Corbett and Anderson, 1994] viding review schedules that present learned items aims to estimate the knowledge state of students based on at appropriate intervals to each student so that their learning history and uses it for instruction. In this con- memory is retained over time. In recent years, at- text, it has been reported that the success or failure of future tempts have been made to formulate item reviews students’ answers can be accurately estimated using psycho- as sequential decision-making problems to realize logical findings [Lindsey et al., 2014; Choffin et al., 2019] adaptive instruction based on the knowledge state and deep neural networks (DNNs) [Piech et al., 2015]. of students. It has been reported previously that re- Furthermore, adaptive instructional acquisition has also inforcement learning can help realize mathemati- been formulated as a continuous decision problem to opti- cal models of students learning strategies to main- mize the instructional method [Rafferty et al., 2016; White- tain a high memory rate. However, optimization hill and Movellan, 2017; Reddy et al., 2017; Utkarsh et al., using reinforcement learning requires a large num- 2018]. Reddy et al. [2017] considered the optimization of ber of interactions, and thus it cannot be applied di- student instruction as an interaction between the environment rectly to actual students. In this study, we propose (students) and the agent (teacher), and they attempted to opti- a framework for optimizing teaching strategies by mize the instruction using reinforcement learning. Although constructing a virtual model of the student while their results outperform existing heuristic teaching methods minimizing the interaction with the actual teach- for mathematically modelled students, there is a practical ing target. In addition, we conducted an experiment problem in that it cannot be applied directly to actual students. considering actual instructions using the mathemat- This is because of the extremely large number of interactions ical model and confirmed that the model perfor- required for optimization. mance is comparable to that of conventional teach- In this study, we propose a framework that can optimize the ing methods. Our framework can directly substitute teaching method while reducing the number of interactions mathematical models used in experiments with hu- between the environment (modeled students) and the agent man students, and our results can serve as a buffer (teacher) using a pretrained mathematical model of the stu- between theoretical instructional optimization and dents. Our contributions are summarized as follows. practical applications in e-learning systems. • We pretrained a mathematical model that imitates stu- dents using mass data, and realized adaptive instruc- 1 Introduction tion using existing reinforcement learning with a smaller number of interactions. arXiv:2108.00268v1 [cs.AI] 31 Jul 2021 The demand for online education is increasing as schools around the world are forced to close due to the COVID-19 • We conducted an evaluation experiment of the proposed pandemic. E-learning systems that support self-study are framework in a more practical setting, and showed that gaining rapid popularity. While e-learning systems are ad- it can achieve comparable performance to existing meth- vantageous in that students can study from anywhere with- ods with fewer interactions. out gathering, they also have the disadvantage of making • We highlighted the need to reconsider the functional it difficult to provide an individualized curriculum, owing form of the loss function for the modeled students to re- to the lack of communication between teachers and stu- alize more adaptive instruction. dents [Zounek and Sudicky, 2013]. Instructions suited to individual learning tendencies 2 Related Work and memory characteristics have been investigated re- 2.1 Knowledge Tracing cently [Pavlik and Anderson, 2008; Khajah et al., 2014]. Knowledge tracing (KT) [Corbett and Anderson, 1994] is a ∗Contact Author task used to estimate the time-varying knowledge state of learners from the corresponding learning histories. Various methods have been proposed for KT, including those using tutoring & optimize Bayesian estimation [Michael et al., 2013], and DNN-based methods [Piech et al., 2015; Pandey and Karypis, 2019]. feedback In this study, we focus on the item response theory RL tutor student (IRT) [Frederic, 1952]. IRT is aimed at evaluating tests that are independent of individual abilities. The following is the input : simplest logistic model: output : optimize study history P(Oi;j = 1) = σ(αi − δj): (1) Here, αi is the ability of the learner i, δj is the difficulty feedback of the question j, and Oi;j is a random variable represent- RL tutor inner model student ing the correctness o of learner i’s answer to question j in binary form. σ(·) represents the sigmoid function. While tutoring ordinary IRT is a static model with no time variation, IRT- based KT attempts to realize KT by incorporating learning Figure 1: Illustration of the difference between the usual reinforce- history into Equation (1) [Cen et al., 2006; Pavlik et al., 2009; ment learning setting and the proposed method. The proposed Vie and Kashima, 2019]. Lindsey et al. [2014] proposed the method updates the instructional strategies not by interacting with DASH model, which uses psychological knowledge to design the students directly, but by interacting with the KT model estimated from the student’s study history. a history parameter. Since DASH does not consider the case where multiple pieces of knowledge are associated with a sin- gle item, Choffin et al. [2019] extended DASH to consider However, in recent years, there have been some attempts to correlations between items, and the model is called DAS3H: obtain more personalized instruction by treating such instruc- [ et al. (O = 1) tion as a sequential decision problem Rafferty , 2016; P i;j;l Whitehill and Movellan, 2017; Reddy et al., 2017; Utkarsh X = σ αi − δj + βk + hθ,φ(ti;j;1:l; oi;j;1:l−1) ; (2) et al., 2018]. Rafferty et al. [2016] formulated student in- struction as a partially observed Markov decision process k2KCj (POMDP) and attempted to optimize instruction for real stu- hθ,φ(ti;j;1:l; oi;j;1:l−1) dents through planning for multiple modelled students. Based W −1 [ ] X X on their formulation, Reddy et al. Reddy et al., 2017 have = θk;w ln(1 + ci;k;w) + φk;w ln(1 + ni;k;w): also attempted to optimize instructional strategies using trust k2KCj w=0 region policy optimization (TRPO) [Schulman et al., 2015], (3) a method of policy-based reinforcement learning. However, optimization by reinforcement learning requires a large num- Equation (2) contains two additional terms from Equation (1): ber of interactions, which makes it inapplicable to real-life the proficiency βk of the knowledge components (KC) asso- scenarios. ciated with item j, and hθ,φ defined in Equation (3). hθ,φ represents students’ learning history, ni;k;w refers to the num- 3 Proposed Framework ber of times learner i attempts to answer skill k, and ci;k;w refers to the number of correct answers out of the trials, both To address the issue of large numbers of interactions, we for- counted in each time window τw. Time window τw is a pa- mulate a framework for acquiring adaptive instruction with rameter that originates from the field of psychology [Rovee- fewer contacts. In this section, we consider student teaching Collier, 1995], and represents the time scale of loss of mem- as a POMDP and formulate a framework for acquiring adap- ory. By dividing the counts by each discrete time scale sat- tive teaching with a small number of interactions. isfying τw < τw+1, the memory rate can be estimated by The proposed method has two main structures: a memory taking into account the temporal distribution of the learning model that captures the knowledge state of the student (in- history [Lindsey et al., 2014]. ner model) and a teaching model that acquires the optimal instructional strategy through reinforcement learning (RL- 2.2 Adaptive Instruction Tutor). As shown in Figure 1, RLTutor optimizes its strat- A mainstream approach to adaptive instruction is the opti- egy indirectly through interaction with the inner model, rather mization of review intervals. The effects of repetitive learning than with the actual student. In the following sections, we first on memory consolidation have been discussed in the field of describe the detailed design of the inner model and RLTutor psychology [Ebbinghaus, 1885], and various studies have ex- and describe the working principle of our framework. perimentally confirmed that gradually increasing the repeti- tion interval is effective for memory retention [Leitner, 1974; 3.1 Inner Model Wickelgren, 1974; Landauer and Bjork, 1978; Wixted and Inner Model is a virtual student model constructed from Carpenter, 2007; Cepeda et al., 2008]. the learning history of the instructional target using the KT Previously, the repetition interval was determined algorith- method described in Section 2.1. Specifically, given a learn- mically when the item was presented [Khajah et al., 2014]. ing history H = fi; j; t; ogn with the same notation as in Sec- step1 student step2 student step3 student tutoring tutoring tutoring ? ? ? teaching model estimation teaching model estimation teaching model estimation RL tutor Inner Model RL tutor Inner Model RL tutor Inner Model Figure 2: Graphical representation of each step of the proposed framework. First, the Inner Model is updated from the learning history of the student.
Recommended publications
  • Variational Deep Knowledge Tracing for Language Learning
    Variational Deep Knowledge Tracing for Language Learning Sherry Ruan Wei Wei James A. Landay [email protected] [email protected] [email protected] Stanford University Google Stanford University Stanford, California, United States Sunnyvale, California, United States Stanford, California, United States ABSTRACT You are✔ buying shoes Deep Knowledge Tracing (DKT), which traces a student’s knowl- edge change using deep recurrent neural networks, is widely adopted in student cognitive modeling. Current DKT models only predict You are✘ young Yes you are✘ going a student’s performance based on the observed learning history. However, a student’s learning processes often contain latent events not directly observable in the learning history, such as partial under- You are✔ You are✔ You are✔ You are✔ standing, making slips, and guessing answers. Current DKT models not going not real eating cheese welcome fail to model this kind of stochasticity in the learning process. To address this issue, we propose Variational Deep Knowledge Tracing (VDKT), a latent variable DKT model that incorporates stochasticity Linking verb Tense ✔/✘ Right/Wrong Attempt into DKT through latent variables. We show that VDKT outper- forms both a sequence-to-sequence DKT baseline and previous Figure 1: A probabilistic knowledge tracing system tracks SoTA methods on MAE, F1, and AUC by evaluating our approach the distribution of two concepts concerning the word are: on two Duolingo language learning datasets. We also draw various understanding it as a linking verb and understanding it in interpretable analyses from VDKT and offer insights into students’ the present progressive tense. 3 and 7 represent whether stochastic behaviors in language learning.
    [Show full text]
  • Celebrating 40 Years of TLT Feature Article My Share
    The Language Teacher http://jalt-publications.org/tlt Celebrating 40 years of TLT Feature Article My Share An Edited Version of the First Eight Classroom ideas from Gary Henscheid, 3 13 1,000-Word Frequency Bands of Nick Caine, Douglas Perkins and Adam the Japanese-English Version of the Pearson, and Richard Buckley Vocabulary Size Test Stuart McLean, Tomoko Ishii, Tim Stoeckel, Phil Bennett, and Yuko JALT Praxis Matsumoto TLT Wired 18 Young Learners Readers’ Forum 20 Book Reviews Brain-Friendly Learning Tips for 22 9 Teaching Assistance Long-Term Retention and Recall 26 The Writers’ Workshop Jeff Mehring and Regan Thomson 28 Dear TLT 30 SIG Focus: School Owners’ SIG 33 Old Grammarians 35 The Japan Association for Language Teaching Volume 40, Number 4 • July / August 2016 ISSN 0289-7938 • ¥1,900 • TLT uses recycled paper EASY-ENGLISH ADVENTURES WITH 8 DIFFERENT ENDINGS 2015 ELTon Nomination for Best Learner Resource 2015 Language Learner Literature Award Winner 2015 Language Learner Literature Award Finalist 2016 Language Learner Literature Award Finalist “Entertaining and educational” -LLL Awards Judge AWARD-WINNING GAMEBOOK SERIES・MADE IN JAPAN・IDEAL FOR EXTENSIVE READING ALSO SELF-STUDY・TIMED READING・LITERATURE CIRCLES・DISCUSSION TASKS・MORE! BUT DON’T JUST TAKE OUR WORD FOR IT. READ ONE NOW, FREE, ONLINE: Scan the QR code and Try it in class! There’s no catch! be reading in seconds Well, okay... it’s a limited time offer - but when it ends, all you need to do is join our newsletter, and you’ll still get access to a free online book! Newsletter: http://eepurl.com/P8z45 http://goo.gl/z8GUhS Print available from englishbooks.jp.
    [Show full text]
  • The Indirect Spaced Repetition Concept Louis Lafleur Ritsumeikan University
    Vocabulary Learning and Instruction Volume 9, Issue 2, August 2020 http://vli-journal.org The Indirect Spaced Repetition Concept Louis Lafleur Ritsumeikan University Abstract The main goal of this research is to systemize, build, and test prototype software to demonstrate Indirect Spaced Repetition (ISR) as a viable concept for Second Language Vocabulary Acquisition (SLVA). ISR is designed around well-founded spaced repetition and SLVA principles. Most importantly, it is based on Nation’s (2001) recommendation to consider all three tiers of word knowledge (meaning, form, and func- tion/use) and subsequent 18 aspects of word knowledge for a more bal- anced approach in teaching and learning vocabulary. ISR prototype software was achieved in the conceptual phase of the research. The re- sulting prototype flashcard software was given an in-depth trial for a period of 2 weeks by seven university students. Participants were given a post-project survey to evaluate ISR software (ISRS) under four cat- egories: enjoyment, usefulness, usability, and general consideration. Post-test survey findings showed above-average satisfaction and consid- eration to use such software in the future. However, these findings also revealed that some areas could be further improved, such as addressing some hardware/software issues (e.g., IT infrastructure problematics and lag) and integrating gamification elements (e.g., performance feedback/ reports). Keywords: Vocabulary learning, (Indirect) Spaced Repetition, (Spaced) Interleaving, 18 aspects of word knowledge, Computer Assisted Language Learning (CALL) 1 Background Spaced Repetition is often mistaken as a new concept as the term is often asso- ciated with recently published study software and applications. In many cases, these programs fail to give credit to the founders of the spaced repetition system (SRS).
    [Show full text]
  • Studium: Your Personal Mobile Study On-The-Go
    STUDIUM: YOUR PERSONAL MOBILE STUDY ON-THE-GO by Fariha Ahmed HBA, International Relations, Political Science and French, University of Toronto, 2018 A Major Research Project presented to Ryerson University in partial fulfillment of the requirements for the degree of Master of Digital Media in the Program of Digital Media Toronto, Ontario, Canada, 2019 ©Fariha Ahmed, 2019 Author’s Declaration for Electronic Submission of an MRP I hereby declare that I am the sole author of this MRP. This is a true copy of the MRP, including any required final revisions. I authorize Ryerson University to lend this MRP to other institutions or individuals for the purpose of scholarly research. I further authorize Ryerson University to reproduce this MRP by photocopying or by other means, in total or in part, at the request of other institutions or individuals for the purpose of scholarly research. I understand that my MRP may be made electronically available to the public. ii STUDIUM: YOUR PERSONAL MOBILE STUDY ON-THE-GO Fariha Ahmed Master of Digital Media Digital Media Ryerson University, 2019 ABSTRACT The landscape of studying is changing. There are now increasingly more mobile devices that allow people to learn content in numerous ways. This means that mobile devices play a large role in how a whole new generation of children, adolescents, teenagers and young adults understand information. Studium is a mobile application prototype that I have created to demonstrate how mobile devices can be used as a learning tool to enhance academic performance among post- secondary students. The objective of Studium is to illustrate how artificial intelligence can be incorporated into mobile learning applications to improve one’s studying by generating instant practice tests based off notes from lectures or readings.
    [Show full text]
  • Numer 1(9)/2016
    ISSN 2080-4555 Czasopismo ludologiczne Polskiego Towarzystwa Badania Gier Czasopismo wydawane przy współpracy z Pracownią Badań Ludologicznych Instytutu Lingwistyki Stosowanej Wydziału Neofilologii UAM Numer 1(9)/2016 E TOWA KI RZ S Y L S O T P W O B Polskie Towarzystwo Badania Gier A D A N I A G I R E Oficjalne czasopismo Polskiego Towarzystwa Badania Gier Homo Ludens Homo Ludens (ISSN 2080-4555) is the official journal of the Games Research Association of Poland (Polskie Towarzystwo Bada- nia Gier). The journal carries original articles on various aspects of ludology as broadly perceived games research in the hu- manities, social and other sciences. It presents a representative survey of empirical and theoretical research conducted in this area in Poland and abroad as well as reflections on issues in the area of game studies. It also publishes selected book reviews in this area. The language of the journal is basically Polish but articles in English and German are also accepted. The journal is issued on line in a form of a continuous publication - before publishing of the final versions of the texts on its website early citation versions are available. The articles are also available in a print version of the journal issued usually after the publica- tion of the final digital version. The original version of the journal is the digital one. Kolegium Redakcyjne / Editorial board Redaktor założyciel / Founding Editor: Augustyn Surdyk Redaktor naczelny / Editor-in-Chief: Augustyn Surdyk Zastępca redaktora naczelnego / Associate Editor: Jerzy
    [Show full text]
  • Linguistic Skill Modeling for Second Language Acquisition
    Linguistic Skill Modeling for Second Language Acquisition Brian Zylich Andrew Lan [email protected] [email protected] University of Massachusetts Amherst University of Massachusetts Amherst Amherst, Massachusetts Amherst, Massachusetts ABSTRACT 1 INTRODUCTION To adapt materials for an individual learner, intelligent tutoring Intelligent tutors and computer-assisted learning are seeing an systems must estimate their knowledge or abilities. Depending on uptick in usage recently due to advancements in technology and the content taught by the tutor, there have historically been differ- recent shifts to remote learning [39]. These systems have the ability ent approaches to student modeling. Unlike common skill-based to customize their interactions with each individual learner, which models used by math and science tutors, second language acquisi- enables them to provide personalized interventions at a much larger tion (SLA) tutors use memory-based models since there are many scale than one-on-one tutoring. For example, an intelligent math tasks involving memorization and retrieval, such as learning the tutor might identify key skills that a learner has not mastered based meaning of a word in a second language. Based on estimated mem- on items they have attempted and address these skill deficiencies ory strengths provided by these memory-based models, SLA tutors through targeted explanations and additional practice opportunities. are able to identify the optimal timing and content of retrieval prac- Similarly, an intelligent second language acquisition (SLA) tutor tices for each learner to improve retention. In this work, we seek might identify the words (and their contexts) with which a learner to determine whether skill-based models can be combined with tends to struggle and provide more practice opportunities, espe- memory-based models to improve student modeling and especially cially retrieval practice [15].
    [Show full text]
  • Uˇcıcı Syst´Em Pro Android
    MASARYKOVA UNIVERZITA F}w¡¢£¤¥¦§¨ AKULTA INFORMATIKY !"#$%&'()+,-./012345<yA| Uˇc´ıc´ısyst´empro Android BAKALA´ RSKˇ A´ PRACE´ Luk´aˇsPetr´ak Brno, 2010 Prohl´aˇsen´ı Prohlasuji,ˇ zeˇ tato bakala´rskˇ a´ prace´ je mym´ puvodn˚ ´ım autorskym´ d´ılem, ktere´ jsem vypracoval samostatne.ˇ Vsechnyˇ zdroje, prameny a literaturu, ktere´ jsem priˇ vypracovan´ ´ı pouzˇ´ıval nebo z nich cerpal,ˇ v praci´ rˇadn´ eˇ cituji s uveden´ım upln´ eho´ odkazu na prˇ´ıslusnˇ y´ zdroj. Luka´sˇ Petrak´ Vedouc´ıpr´ace: Mgr. Simonˇ Suchomel ii Podˇekov´an´ı Rad´ bych podekovalˇ memu´ vedouc´ımu bakala´rskˇ e´ prace´ za odbornou po- moc a mnoho podnetnˇ ych´ rad. Dale´ dekujiˇ Nikole a sve´ rodineˇ za podporu a trpelivost,ˇ kterou se mnou meliˇ behemˇ tvorby teto´ prace´ a celeho´ studia. iii Shrnut´ı Tato bakala´rskˇ a´ prace´ se zabyv´ a´ implementac´ı programu pro ucenˇ ´ı v sys- temu´ Android. V ramci´ prace´ dosloˇ take´ k funkcnˇ ´ımu srovnan´ ´ı vybranych´ soucasnˇ ych´ ucˇ´ıc´ıch system´ u.˚ Hlavn´ım c´ılem prace´ byla implementace programu pro ucenˇ ´ı metodou na principu opakovan´ı s prodlevami se zakladn´ ´ı funkcionalitou (vytva´renˇ ´ı a rusenˇ ´ı karticek,ˇ import karticekˇ z ruzn˚ ych´ zdroju,˚ prioritizace odpoveze-ˇ nych´ otazek´ dle statistiky chybovosti uzivatele).ˇ iv Kl´ıˇcov´aslova Android, SuperMemo, efektivn´ı ucenˇ ´ı, ucenˇ ´ı s prodlevami, ucenˇ ´ı s kartickami,ˇ zapom´ınan´ ´ı v Obsah 1 Uvod´ ...................................1 2 Uˇcen´ı ...................................2 2.1 Pametˇ ’ ................................2 2.2 Zapom´ınan´ ´ı ............................2 2.3 Ucenˇ ´ı s kartickamiˇ ........................3 2.4 Ucenˇ ´ı s prodlevami ........................3 3 Uˇc´ıc´ıprogramy .............................5 3.1 SuperMemo ............................5 3.2 Anki ................................6 3.3 MnemoSyne ............................7 3.4 Smart.fm ..............................8 3.5 Dril .................................8 3.6 Porovnan´ ´ı ucˇ´ıc´ıch programu˚ ..................
    [Show full text]
  • A Game to Learn Grammatical Gender in Portuguese Information Systems
    Fishing for Words: A game to learn grammatical gender in Portuguese Pedro Bertrand Cabral Thesis to obtain the Master of Science Degree in Information Systems and Computer Engineering Supervisors: Prof. Carlos Antonio´ Roque Martinho Prof. Nelia´ Maria Pedro Alexandre Examination Committee Chairperson: Prof. Miguel Nuno Dias Alves Pupo Correia Supervisor: Prof. Carlos Antonio´ Roque Martinho Member of the Committee: Prof. Maria Lu´ısa Torres Ribeiro Marques da Silva Coheur June 2019 “And by 1983, I had my dream. I could see the Dragon clearly in my mind’s eye. Let me tell you about my dream. I dreamed of the day when computer games would be a viable medium of artistic expression. An art form!” Chris Crawford, “The Dragon Speech” at GDC 1992 ii Acknowledgments Though I could hardly hope to fit such quantities of gratitude in a simple sheet of paper, one cannot do better than to do their best. Faculdade de Letras da Universidade de Lisboa, Instituto de Cultura e L´ıngua Portuguesa and the professors there whose support and time made data collection for this project possible. My alma mater, Instituto Superior Tecnico´ , which imparted quality education & experience and facil- itated these verdant years of my youth. My professors and advisors, who with wisdom and friendship guided me through this odd journey, teaching me the way and enduring my inexperience. My family, whose caring and nurturing education raised me to this position where I am able to write a full thesis and finish a Master’s degree, who taught me to believe and persevere even when the prospect of failure looms, overshadowing.
    [Show full text]
  • Vocabulary Learning Questionnaire………………………………………………..74
    Open Research Online The Open University’s repository of research publications and other research outputs On the Scope of Digital Vocabulary Trainers for Learning in Distance Education Thesis How to cite: Winchester, Susanne (2015). On the Scope of Digital Vocabulary Trainers for Learning in Distance Education. EdD thesis The Open University. For guidance on citations see FAQs. c 2015 The Author https://creativecommons.org/licenses/by-nc-nd/4.0/ Version: Version of Record Link(s) to article on publisher’s website: http://dx.doi.org/doi:10.21954/ou.ro.0000b0fa Copyright and Moral Rights for the articles on this site are retained by the individual authors and/or other copyright owners. For more information on Open Research Online’s data policy on reuse of materials please consult the policies page. oro.open.ac.uk On the Scope of Digital Vocabulary Trainers for Learning in Distance Education Thesis submitted for the Award of Doctor of Education (EdD) by Susanne Winchester The Open University M425451 X Submission Date: 31 January 2015 1 Abstract This study explores the use of digital vocabulary trainers (DVTs) for L1 (first/native language) - L2 (second/foreign language) paired associate vocabulary learning in the context of distance learning and where students are mature adult learners. The literature review approaches the topic from three different angles: firstly, what is involved in vocabulary learning in terms of memory processes, learning strategies and motivation to learn. Secondly, it was investigated how computer-assisted language learning (CALL) and in particular, use of DVTs, can support the learning of vocabulary and lastly, the role the specific learning context of distance education plays where vocabulary learning is concerned.
    [Show full text]
  • Entwicklung Eines Digitalen Lernbegleiters Von Lernmethodik Bis Zur App
    Entwicklung eines digitalen Lernbegleiters Von Lernmethodik bis zur App Vocado Maturaarbeit von Jonas Wolter im Fach Informatik Betreuer: Dr. Rainer Steiger Korreferent: Raphael Riederer Kantonsschule Schaffhausen 06.12.2016 1 Entwicklung eines digitalen Lernbegleiters Inhaltsverzeichnis 1 Einleitung .................................................................................................................. 3 1.1 Motivation und Ziel .......................................................................................... 3 1.2 Vorgehensweise .............................................................................................. 4 2 Lernforschung und Lernmethoden....................................................................... 5 2.1 Persönliche Lernmethoden ............................................................................ 5 2.2 Wissenschaftliche Theorien ............................................................................ 9 2.3 Wie unser Gehirn funktioniert ....................................................................... 10 2.4 Gedächtnisstufen .......................................................................................... 11 2.5 Assoziationshilfen ........................................................................................... 14 2.6 Lerntypen ........................................................................................................ 14 2.7 Begleitinformationen ..................................................................................... 16 2.8 Emotionen
    [Show full text]
  • Beat the Books Gamifying the Learning Experience for K-6 Students Using Leitner System
    BEAT THE BOOKS GAMIFYING THE LEARNING EXPERIENCE FOR K-6 STUDENTS USING LEITNER SYSTEM By SANTOSH VEMULA SUPERVISORY COMMITTEE: Marko Suvajdzic, Chair Angelos Barmpoutis, Member A PROJECT IN LIEU OF THESIS PRESENTED TO THE COLLEGE OF THE ARTS OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF ARTS UNIVERSITY OF FLORIDA 2017 1 © 2017 SANTOSH VEMULA 2 ACKNOWLEDGEMENTS This work is dedicated to my father and mother for their continued support and unconditional love. I would like to thank Prof. Marko Suvajdzic for his guidance and support in designing this project, providing references for research and revision of paper. I would like to thank Prof. Angelos Barmpoutis for his guidance and support in programming and providing references for research and revision of paper. I would like to thank my friends Prabhakar, Anirudh, Akshata, Sai Kiran, Akhil, Varun, Harish, Jeevan, Sravani, Charan, Samskruthi, Chaitanya and Saishma for their guidance and support in completing this project and proofreading my research paper. I would like to thank Digital Worlds Institute for providing me with resources and helping me to explore and acquire new skills useful for the rest of my career. 3 LIST OF FIGURES Figures Page Figure 1-1 Screenshots of ‘American Army’ gameplay………………………………………...24 Figure 1-2 Screenshot of ‘Fold.it’ gameplay………………………………………………….....25 Figure 1-3 Screenshot of ‘Dragonbox Algebra’ gameplay………………………………………26 Figure 1-4 Screenshot of ‘Free Rice’ gameplay…………………………………………………26 Figure 1-5 Screenshot
    [Show full text]
  • Education and Technology: an Encyclopedia
    Education and Technology This page intentionally left blank Education and Technology An Encyclopedia Volume 1: A–I Volume 2: J–W Edited by Ann Kovalchick and Kara Dawson Santa Barbara, California • Denver, Colorado • Oxford, England Copyright © 2004 by Ann Kovalchick and Kara Dawson All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, except for the inclusion of brief quotations in a review, without prior permission in writing from the publishers. Library of Congress Cataloging-in-Publication Data Education and technology : an encyclopedia / edited by Ann Kovalchick and Kara Dawson. p. cm. Includes bibliographical references and index. ISBN 1-57607-351-3 (hardcover : alk. paper) ISBN 1-57607-749-7 (e-book) 1. Educational technology—Encyclopedias. 2. Computer-assisted instruction—Encyclopedias. 3. Internet in education—Encyclopedias. 4. Distance education—Encyclopedias. I. Kovalchick, Ann. II. Dawson, Kara. LB1028.3.E17 2003 371.33′03—dc22 2003020749 08 07 06 05 04 10 9 8 7 6 5 4 3 2 1 ABC-CLIO, Inc. 130 Cremona Drive, P.O. Box 1911 Santa Barbara, California 93116-1911 This book is printed on acid-free paper Manufactured in the United States of America Contents Introduction, xiii Education and Technology Volume 1: A–I Acceptable Use Policies (AUP), Judith Oates Lewandowski, 1 Active Learning, Kara Dawson, 3 ADDIE Model, Michael Molenda, 7 Adult Learners, Rita Richey, 10 Alternative Assessment, Kara Dawson, 13 Analysis, Allison Rossett, 15 Anchored Instruction, Donna Baumbach, Mary Bird, and Sally Brewer, 22 Apple Classrooms of Tomorrow Project (ACOT), Judith Haymore Sandholtz and Cathy Ringstaff, 26 ARCS: A Model of Motivational Design, Peggy A.
    [Show full text]