SlideShare a Scribd company logo
1 of 49
Download to read offline
u www.tugraz.at
W I S S E N ◼ T E C H N I K ◼ L E I D E N S C H A F T
Development of a learning
diary for a MOOC platform
16.01.2020
Institute of Interactive Systems and Data Science
1
Agenda
▪ Problem
▪ Background
▪ Introduction
▪ State of the art
▪ The prototype
▪ Developing the applications
▪ Proof of concept
▪ Conclusion
Development of a learning diary for a MOOC platform
2
Institute of Interactive Systems and Data Science
12.01.2020
Problem
▪ Students of the MOOC platform need to view the
website to see all courses and events
▪ There is no reminder and compact overview of all
events and courses
Development of a learning diary for a MOOC platform
3
Institute of Interactive Systems and Data Science
12.01.2020
Hypothesis
Development of a learning diary for a MOOC platform
4
Institute of Interactive Systems and Data Science
12.01.2020
▪ „A mobile learning diary application for a MOOC
platform can improve the learning progress of
students of the MOOC platform“
Background
5
Institute of Interactive Systems and Data Science
12.01.2020
iMooX
▪ Massive Open Online Course platform
▪ Conducted by TU Graz
▪ “iMoox is a partner of Austrian universities and
institutions to offer free online courses on a
university level.”
Background
12.01.2020
Institute of Interactive Systems and Data Science
6
iMooX application(s)
▪ Available for Android and iOS
▪ Should aid the MOOC platform
▪ Keep overview of subscribed courses and events
▪ Push notifications
▪ Include gamification
Background
12.01.2020
Institute of Interactive Systems and Data Science
7
Introduction
8
Institute of Interactive Systems and Data Science
12.01.2020
Goals & objectives
▪ Gain knowledge of learning diaries, gamification and
similar applications
▪ Design a prototype
▪ Develop an application for Android devices
▪ Develop an application for iOS devices
▪ Improve overall learning progress of users
Introduction
9
Institute of Interactive Systems and Data Science
12.01.2020
Methodology & Structure
▪ State of the art
▪ The prototype
▪ Development of the application
▪ Proof of concept
▪ Conclusion
Introduction
10
Institute of Interactive Systems and Data Science
12.01.2020
State of the art
11
Institute of Interactive Systems and Data Science
12.01.2020
Learning diaries
▪ A pedagogical tool
▪ Keep track of learning process and progress
▪ Learning diaries are written, continuous and
personal
▪ Learning diaries are connected to learning contexts
▪ Writing a learning diary does not automatically lead
to reflection of metacognition
State of the art
12
Institute of Interactive Systems and Data Science
12.01.2020
Gamification
▪ Motivating users and increase engagement
▪ Applied to non-gaming, computer-oriented
environments
▪ Five steps of applying gamification
▪ Understanding the target audience and the context
▪ Defining learning objectives
▪ Structuring the experience
▪ Identifying resources
▪ Applying gamification elements
State of the art
13
Institute of Interactive Systems and Data Science
12.01.2020
Similar applications
▪ Milk
▪ Interactive learning kit
▪ Student work diary app
▪ Web-based, Android and iOS
▪ Seesaw
▪ Tool used by schools and teachers
▪ Reflect learning progress
▪ Web application, mobile applications
State of the art
14
Institute of Interactive Systems and Data Science
12.01.2020
The prototype
15
Institute of Interactive Systems and Data Science
12.01.2020
Idea
▪ Application for Android and iOS
▪ Keep track of all courses and events
▪ Remind about events that are about to take place
▪ Respect behavior of operating systems
▪ Navigation consisting of four main parts
▪ Events
▪ Courses
▪ Notification
▪ Profile
The prototype
16
Institute of Interactive Systems and Data Science
12.01.2020
Features
▪ Coloring of courses and events
▪ Notifications
▪ Creating events
▪ Creating learn goals
▪ Creating notes
▪ Filtering events
▪ Gamification
The prototype
17
Institute of Interactive Systems and Data Science
12.01.2020
Result
▪ Mockup
▪ A prototype that shows the user interface
▪ A prototype including vestigial functionality
The prototype
18
Institute of Interactive Systems and Data Science
12.01.2020
The prototype
19
Institute of Interactive Systems and Data Science
12.01.2020
The prototype
20
Institute of Interactive Systems and Data Science
12.01.2020
The prototype
21
Institute of Interactive Systems and Data Science
12.01.2020
The prototype
22
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
23
Institute of Interactive Systems and Data Science
12.01.2020
Strategy
▪ Respect Mockup
▪ Apps build in succession
▪ First Android, then iOS
▪ Not forcing features (respect operating systems)
▪ Using backend of MOOC platform
Developing the applications
24
Institute of Interactive Systems and Data Science
12.01.2020
Android | Setup
▪ Android Studio using Gradle (Java)
▪ MVVM setup
▪ Retrofit
▪ Realm
▪ Minimum SDK version 22 (5.1 Lollipop)
Developing the applications
25
Institute of Interactive Systems and Data Science
12.01.2020
iOS | Setup
▪ Xcode (Swift)
▪ MVVM setup
▪ Alamofire
▪ Realm
▪ Minimum iOS version 10.0
Developing the applications
26
Institute of Interactive Systems and Data Science
12.01.2020
Implementation I
▪ Login
▪ Bottom Navigation (tab bar)
▪ List events
▪ Detail view of event
▪ Create event
Developing the applications
27
Institute of Interactive Systems and Data Science
12.01.2020
Implementation II
▪ List courses
▪ Detail view of course
▪ Notification
▪ Profile
▪ Coloring
Developing the applications
28
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
29
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
30
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
31
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
32
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
33
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
34
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
35
Institute of Interactive Systems and Data Science
12.01.2020
Developing the applications
36
Institute of Interactive Systems and Data Science
12.01.2020
Proof of concept
37
Institute of Interactive Systems and Data Science
12.01.2020
Prototype vs. Application I
Proof of concept
38
Institute of Interactive Systems and Data Science
12.01.2020
Feature Android iOS
Offline usage Poorly Poorly
Coloring of courses Yes Yes
Coloring of events, learn goals and notes Yes Yes
Complete self created events and learn goals Yes Yes
Create events, learn goals and notes Partly Partly
Detail view of courses Yes Yes
Detail view of events, learn goals and notes Yes Yes
Filtering events and learn goals Partly Partly
Prototype vs. Application II
Proof of concept
39
Institute of Interactive Systems and Data Science
12.01.2020
Feature Android iOS
Gamification Yes Yes
Learning progress Partly Partly
List courses Yes Yes
List events from MOOC platform Yes Yes
List self created events Yes Yes
List notifications Yes Yes
Login Partly Partly
Multilingual Partly Partly
Push notifications Partly Partly
Type icons Yes Yes
Survey & Evaluation I
▪ Do you like the design/appearance of the app?
▪ 26 users (86,7%) pos., 4 users (13,3%) neg.
▪ Do or did you have problems controlling the app?
▪ 25 users (83,4%) pos., 5 users (16,6%) neg.
▪ Do you think the navigation of the app is confusing?
▪ 27 users (90,0%) pos., 3 users (10,0%) neg.
▪ Do you use the app at least once a week in addition
to an iMooX-Course?
▪ 14 users (46,6%) pos., 16 users (53,4%) neg.
Proof of concept
40
Institute of Interactive Systems and Data Science
12.01.2020
Survey & Evaluation II
▪ After playing the tutorial, did you have the feeling
you understand the app?
▪ 27 users (90,0%) pos., 3 users (10,0%) neg.
▪ After playing the tutorial, did you have the feeling
that you can control the app without any problems?
▪ 28 users (93,3%) pos., 2 users (6,7%) neg.
▪ Does the app help you to keep an overview of your
courses and events (Termine)?
▪ 24 users (80,0%) pos., 6 users (20,0%) neg.
Proof of concept
41
Institute of Interactive Systems and Data Science
16.01.2020
Survey & Evaluation III
▪ Does the app increase your learning progress?
▪ 21 users (70,0%) pos., 9 users (30,0%) neg.
▪ What did you like best about the app? (Optional)
▪ What did you like least about the app? (Optional)
Proof of concept
42
Institute of Interactive Systems and Data Science
16.01.2020
Survey & Evaluation IV
▪ 87,5% positive feedback
▪ The application works
▪ Users are satisfied
▪ 70% of users have increased their learning progress
▪ Using the application in addition to the MOOC
platform leads to an increase in the learning
progress with seven out of ten users.
Proof of concept
43
Institute of Interactive Systems and Data Science
16.01.2020
Conclusion
44
Institute of Interactive Systems and Data Science
12.01.2020
Lessons learned
▪ The prototype
▪ Applications for Android & iOS
▪ Survey & Evaluation
Conclusion
45
Institute of Interactive Systems and Data Science
16.01.2020
Limitations & future work
▪ Courses
▪ Gamification
▪ Login
▪ Offline usage
▪ Forum
Conclusion
46
Institute of Interactive Systems and Data Science
16.01.2020
Summary & Outlook
▪ Learning diaries
▪ Existing applications
▪ The prototype
▪ Applications for Android and iOS
▪ Gamification
▪ Hypothesis
▪ Overcome limitations
Conclusion
47
Institute of Interactive Systems and Data Science
16.01.2020
Thank you!
48
Institute of Interactive Systems and Data Science
12.01.2020
Backup Slides
49
Institute of Interactive Systems and Data Science
12.01.2020

More Related Content

What's hot

Blended learning in Software Engineering Education: the Application Lifecycle...
Blended learning in Software Engineering Education: the Application Lifecycle...Blended learning in Software Engineering Education: the Application Lifecycle...
Blended learning in Software Engineering Education: the Application Lifecycle...Alexey Neznanov
 
Opened x 2016 conference upv mooc production process
Opened x 2016 conference  upv mooc production processOpened x 2016 conference  upv mooc production process
Opened x 2016 conference upv mooc production processIgnacio Despujol Zabala
 
Technology acceptance of augmented reality and wearable technologies ilrn 201...
Technology acceptance of augmented reality and wearable technologies ilrn 201...Technology acceptance of augmented reality and wearable technologies ilrn 201...
Technology acceptance of augmented reality and wearable technologies ilrn 201...Mikhail Fominykh
 
1021 smap14 social media apps programming review
1021 smap14 social media apps programming review1021 smap14 social media apps programming review
1021 smap14 social media apps programming reviewimyday
 
Nanev_Dragan_Microsoft_Academy
Nanev_Dragan_Microsoft_AcademyNanev_Dragan_Microsoft_Academy
Nanev_Dragan_Microsoft_AcademyDragan Nanev
 
Open Education: the MOOC Experience
Open Education: the MOOC ExperienceOpen Education: the MOOC Experience
Open Education: the MOOC ExperienceRémi Bachelet
 
Open Bades Action Lab
Open Bades Action Lab Open Bades Action Lab
Open Bades Action Lab Ilona Buchem
 
Learning in the Modern Workplace
Learning in the Modern WorkplaceLearning in the Modern Workplace
Learning in the Modern WorkplaceJane Hart
 
The New Way of Learning. What has changed for Corporate Learning?
The New Way of Learning. What has changed for Corporate Learning? The New Way of Learning. What has changed for Corporate Learning?
The New Way of Learning. What has changed for Corporate Learning? Jochen Robes
 
V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...
V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...
V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...eMadrid network
 
Relevant aspects of successful project-based learning with Web 2.0 tools in s...
Relevant aspects of successful project-based learning with Web 2.0 tools in s...Relevant aspects of successful project-based learning with Web 2.0 tools in s...
Relevant aspects of successful project-based learning with Web 2.0 tools in s...Tanja Jadin
 

What's hot (12)

Blended learning in Software Engineering Education: the Application Lifecycle...
Blended learning in Software Engineering Education: the Application Lifecycle...Blended learning in Software Engineering Education: the Application Lifecycle...
Blended learning in Software Engineering Education: the Application Lifecycle...
 
Opened x 2016 conference upv mooc production process
Opened x 2016 conference  upv mooc production processOpened x 2016 conference  upv mooc production process
Opened x 2016 conference upv mooc production process
 
Technology acceptance of augmented reality and wearable technologies ilrn 201...
Technology acceptance of augmented reality and wearable technologies ilrn 201...Technology acceptance of augmented reality and wearable technologies ilrn 201...
Technology acceptance of augmented reality and wearable technologies ilrn 201...
 
1021 smap14 social media apps programming review
1021 smap14 social media apps programming review1021 smap14 social media apps programming review
1021 smap14 social media apps programming review
 
Nanev_Dragan_Microsoft_Academy
Nanev_Dragan_Microsoft_AcademyNanev_Dragan_Microsoft_Academy
Nanev_Dragan_Microsoft_Academy
 
Learning Design
Learning DesignLearning Design
Learning Design
 
Open Education: the MOOC Experience
Open Education: the MOOC ExperienceOpen Education: the MOOC Experience
Open Education: the MOOC Experience
 
Open Bades Action Lab
Open Bades Action Lab Open Bades Action Lab
Open Bades Action Lab
 
Learning in the Modern Workplace
Learning in the Modern WorkplaceLearning in the Modern Workplace
Learning in the Modern Workplace
 
The New Way of Learning. What has changed for Corporate Learning?
The New Way of Learning. What has changed for Corporate Learning? The New Way of Learning. What has changed for Corporate Learning?
The New Way of Learning. What has changed for Corporate Learning?
 
V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...
V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...
V Jornadas eMadrid sobre “Educación Digital”. Ruth Cobos Pérez, Universidad A...
 
Relevant aspects of successful project-based learning with Web 2.0 tools in s...
Relevant aspects of successful project-based learning with Web 2.0 tools in s...Relevant aspects of successful project-based learning with Web 2.0 tools in s...
Relevant aspects of successful project-based learning with Web 2.0 tools in s...
 

Similar to Development of a learning diary for a MOOC platform

PPT Final Project - College Website.pptx
PPT  Final Project - College Website.pptxPPT  Final Project - College Website.pptx
PPT Final Project - College Website.pptxRakesh Bhujade
 
Cooperation Menu for Universities and Researchers in Latvia | Accenture
Cooperation Menu for Universities and Researchers in Latvia | AccentureCooperation Menu for Universities and Researchers in Latvia | Accenture
Cooperation Menu for Universities and Researchers in Latvia | Accentureaccenture
 
NetGPT 1.0 PRD Presentation.pdf
NetGPT 1.0 PRD Presentation.pdfNetGPT 1.0 PRD Presentation.pdf
NetGPT 1.0 PRD Presentation.pdfJOHNADEMILUYI3
 
Reporting Workshop 10.12.08 B
Reporting Workshop 10.12.08 BReporting Workshop 10.12.08 B
Reporting Workshop 10.12.08 BHeather Price
 
CIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docx
CIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docxCIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docx
CIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docxclarebernice
 
Quizz app By Raihan Sikdar
Quizz app By Raihan SikdarQuizz app By Raihan Sikdar
Quizz app By Raihan Sikdarraihansikdar
 
Creating a consistent web experience across all faculties
Creating a consistent web experience across all facultiesCreating a consistent web experience across all faculties
Creating a consistent web experience across all facultiesSarah Khan
 
Embedding free online tools and open source software in learning and teaching
Embedding free online tools and open source software in learning and teachingEmbedding free online tools and open source software in learning and teaching
Embedding free online tools and open source software in learning and teachingGreensprings school
 
20191114 ECP Jaarcongres 2019 Solid Activties & Use Cases in The Netherlands
20191114 ECP Jaarcongres 2019   Solid Activties & Use Cases in The Netherlands20191114 ECP Jaarcongres 2019   Solid Activties & Use Cases in The Netherlands
20191114 ECP Jaarcongres 2019 Solid Activties & Use Cases in The NetherlandsPlatform Linked Data Netherlands (PLDN)
 
National education show final presentation (dw) 20.03.2015
National education show   final presentation (dw) 20.03.2015National education show   final presentation (dw) 20.03.2015
National education show final presentation (dw) 20.03.2015wooffd
 
Orientation pdf_merged.pdf
Orientation pdf_merged.pdfOrientation pdf_merged.pdf
Orientation pdf_merged.pdfDSCIITPatna
 
AAPBriefingNov2015
AAPBriefingNov2015AAPBriefingNov2015
AAPBriefingNov2015Mark Conway
 
Intro to jisc Learning Analytics March 16
Intro to jisc Learning Analytics March 16Intro to jisc Learning Analytics March 16
Intro to jisc Learning Analytics March 16Paul Bailey
 
Abbotsleigh's Adventures with Windows 8
Abbotsleigh's Adventures with Windows 8Abbotsleigh's Adventures with Windows 8
Abbotsleigh's Adventures with Windows 8Megan Townes
 
Google DSC Morocco - INFO SESSION 2021-2022
Google DSC Morocco  - INFO SESSION 2021-2022Google DSC Morocco  - INFO SESSION 2021-2022
Google DSC Morocco - INFO SESSION 2021-2022HassanAbida
 
NetGPT 1.0 PRD Presentation2.pdf
NetGPT 1.0 PRD Presentation2.pdfNetGPT 1.0 PRD Presentation2.pdf
NetGPT 1.0 PRD Presentation2.pdfJOHNADEMILUYI3
 
Project Report Format for Final Year Engineering Students
Project Report Format for Final Year Engineering StudentsProject Report Format for Final Year Engineering Students
Project Report Format for Final Year Engineering Studentscutericha10
 

Similar to Development of a learning diary for a MOOC platform (20)

PPT Final Project - College Website.pptx
PPT  Final Project - College Website.pptxPPT  Final Project - College Website.pptx
PPT Final Project - College Website.pptx
 
SWAD timeline
SWAD timelineSWAD timeline
SWAD timeline
 
Cooperation Menu for Universities and Researchers in Latvia | Accenture
Cooperation Menu for Universities and Researchers in Latvia | AccentureCooperation Menu for Universities and Researchers in Latvia | Accenture
Cooperation Menu for Universities and Researchers in Latvia | Accenture
 
NetGPT 1.0 PRD Presentation.pdf
NetGPT 1.0 PRD Presentation.pdfNetGPT 1.0 PRD Presentation.pdf
NetGPT 1.0 PRD Presentation.pdf
 
Reporting Workshop 10.12.08 B
Reporting Workshop 10.12.08 BReporting Workshop 10.12.08 B
Reporting Workshop 10.12.08 B
 
CIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docx
CIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docxCIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docx
CIS 499 – Faculty Notes(Prerequisite To be taken last or ne.docx
 
Quizz app By Raihan Sikdar
Quizz app By Raihan SikdarQuizz app By Raihan Sikdar
Quizz app By Raihan Sikdar
 
Creating a consistent web experience across all faculties
Creating a consistent web experience across all facultiesCreating a consistent web experience across all faculties
Creating a consistent web experience across all faculties
 
Embedding free online tools and open source software in learning and teaching
Embedding free online tools and open source software in learning and teachingEmbedding free online tools and open source software in learning and teaching
Embedding free online tools and open source software in learning and teaching
 
20191114 ECP Jaarcongres 2019 Solid Activties & Use Cases in The Netherlands
20191114 ECP Jaarcongres 2019   Solid Activties & Use Cases in The Netherlands20191114 ECP Jaarcongres 2019   Solid Activties & Use Cases in The Netherlands
20191114 ECP Jaarcongres 2019 Solid Activties & Use Cases in The Netherlands
 
National education show final presentation (dw) 20.03.2015
National education show   final presentation (dw) 20.03.2015National education show   final presentation (dw) 20.03.2015
National education show final presentation (dw) 20.03.2015
 
Resume Firoz Hasan
Resume Firoz HasanResume Firoz Hasan
Resume Firoz Hasan
 
Orientation pdf_merged.pdf
Orientation pdf_merged.pdfOrientation pdf_merged.pdf
Orientation pdf_merged.pdf
 
AAPBriefingNov2015
AAPBriefingNov2015AAPBriefingNov2015
AAPBriefingNov2015
 
Intro to jisc Learning Analytics March 16
Intro to jisc Learning Analytics March 16Intro to jisc Learning Analytics March 16
Intro to jisc Learning Analytics March 16
 
Abbotsleigh's Adventures with Windows 8
Abbotsleigh's Adventures with Windows 8Abbotsleigh's Adventures with Windows 8
Abbotsleigh's Adventures with Windows 8
 
Google DSC Morocco - INFO SESSION 2021-2022
Google DSC Morocco  - INFO SESSION 2021-2022Google DSC Morocco  - INFO SESSION 2021-2022
Google DSC Morocco - INFO SESSION 2021-2022
 
SultanCVPDF
SultanCVPDFSultanCVPDF
SultanCVPDF
 
NetGPT 1.0 PRD Presentation2.pdf
NetGPT 1.0 PRD Presentation2.pdfNetGPT 1.0 PRD Presentation2.pdf
NetGPT 1.0 PRD Presentation2.pdf
 
Project Report Format for Final Year Engineering Students
Project Report Format for Final Year Engineering StudentsProject Report Format for Final Year Engineering Students
Project Report Format for Final Year Engineering Students
 

More from Educational Technology

The use of programming tasks in interactive videos to increase learning effec...
The use of programming tasks in interactive videos to increase learning effec...The use of programming tasks in interactive videos to increase learning effec...
The use of programming tasks in interactive videos to increase learning effec...Educational Technology
 
Analysis of students' behavior watching iMooX courses with interactive elements
Analysis of students' behavior watching iMooX courses with interactive elementsAnalysis of students' behavior watching iMooX courses with interactive elements
Analysis of students' behavior watching iMooX courses with interactive elementsEducational Technology
 
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...Educational Technology
 
Mixed Reality im Distance Learning in der Hochschullehre
Mixed Reality im Distance Learning in der HochschullehreMixed Reality im Distance Learning in der Hochschullehre
Mixed Reality im Distance Learning in der HochschullehreEducational Technology
 
Development of a WCAG theme for a learning management system
Development of a WCAG theme for a learning management systemDevelopment of a WCAG theme for a learning management system
Development of a WCAG theme for a learning management systemEducational Technology
 
Math trainer as a chatbot via system(push) messages for Android
Math trainer as a chatbot via system(push) messages for AndroidMath trainer as a chatbot via system(push) messages for Android
Math trainer as a chatbot via system(push) messages for AndroidEducational Technology
 
Empirical Analysis of Automated Editing of Raw Learning Video Footage
Empirical Analysis of Automated Editing of Raw Learning Video FootageEmpirical Analysis of Automated Editing of Raw Learning Video Footage
Empirical Analysis of Automated Editing of Raw Learning Video FootageEducational Technology
 
Fächerintegrativer Unterricht am Beispiel der Leichtathletik
Fächerintegrativer Unterricht am Beispiel der LeichtathletikFächerintegrativer Unterricht am Beispiel der Leichtathletik
Fächerintegrativer Unterricht am Beispiel der LeichtathletikEducational Technology
 
DENKEN UND TECHNIK Über manipulative Auswirkungen von Internettechnologien
DENKEN UND TECHNIK Über manipulative Auswirkungen von InternettechnologienDENKEN UND TECHNIK Über manipulative Auswirkungen von Internettechnologien
DENKEN UND TECHNIK Über manipulative Auswirkungen von InternettechnologienEducational Technology
 
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...Educational Technology
 
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...Educational Technology
 
Development of a mobile French language learning platform
Development of a mobile French language learning platformDevelopment of a mobile French language learning platform
Development of a mobile French language learning platformEducational Technology
 
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...Educational Technology
 
Fächerintegrativer Unterricht am Beispiel des Lernroboters Thymio
Fächerintegrativer Unterricht am Beispiel des Lernroboters ThymioFächerintegrativer Unterricht am Beispiel des Lernroboters Thymio
Fächerintegrativer Unterricht am Beispiel des Lernroboters ThymioEducational Technology
 
Einsatz von Mixed Reality im Klassenzimmer
Einsatz von Mixed Reality im KlassenzimmerEinsatz von Mixed Reality im Klassenzimmer
Einsatz von Mixed Reality im KlassenzimmerEducational Technology
 
Chatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional WebsitesChatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional WebsitesEducational Technology
 

More from Educational Technology (20)

The use of programming tasks in interactive videos to increase learning effec...
The use of programming tasks in interactive videos to increase learning effec...The use of programming tasks in interactive videos to increase learning effec...
The use of programming tasks in interactive videos to increase learning effec...
 
Analysis of students' behavior watching iMooX courses with interactive elements
Analysis of students' behavior watching iMooX courses with interactive elementsAnalysis of students' behavior watching iMooX courses with interactive elements
Analysis of students' behavior watching iMooX courses with interactive elements
 
Portability of Mobile Applications
Portability of Mobile ApplicationsPortability of Mobile Applications
Portability of Mobile Applications
 
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...
Erhebung von Lernaktivitäten in einem Pop-Up-Makerspace mit einer technischen...
 
Mixed Reality im Distance Learning in der Hochschullehre
Mixed Reality im Distance Learning in der HochschullehreMixed Reality im Distance Learning in der Hochschullehre
Mixed Reality im Distance Learning in der Hochschullehre
 
Development of a WCAG theme for a learning management system
Development of a WCAG theme for a learning management systemDevelopment of a WCAG theme for a learning management system
Development of a WCAG theme for a learning management system
 
Math trainer as a chatbot via system(push) messages for Android
Math trainer as a chatbot via system(push) messages for AndroidMath trainer as a chatbot via system(push) messages for Android
Math trainer as a chatbot via system(push) messages for Android
 
Empirical Analysis of Automated Editing of Raw Learning Video Footage
Empirical Analysis of Automated Editing of Raw Learning Video FootageEmpirical Analysis of Automated Editing of Raw Learning Video Footage
Empirical Analysis of Automated Editing of Raw Learning Video Footage
 
Fächerintegrativer Unterricht am Beispiel der Leichtathletik
Fächerintegrativer Unterricht am Beispiel der LeichtathletikFächerintegrativer Unterricht am Beispiel der Leichtathletik
Fächerintegrativer Unterricht am Beispiel der Leichtathletik
 
DENKEN UND TECHNIK Über manipulative Auswirkungen von Internettechnologien
DENKEN UND TECHNIK Über manipulative Auswirkungen von InternettechnologienDENKEN UND TECHNIK Über manipulative Auswirkungen von Internettechnologien
DENKEN UND TECHNIK Über manipulative Auswirkungen von Internettechnologien
 
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...
Empfehlungen für den Unterricht im Fach Informatik für Menschen mit Autismus-...
 
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...
Entwicklung eines Online-Kurses für digitale Kompetenzen für Studienanfänger:...
 
School Start Screening Tool
School Start Screening ToolSchool Start Screening Tool
School Start Screening Tool
 
Development of a mobile French language learning platform
Development of a mobile French language learning platformDevelopment of a mobile French language learning platform
Development of a mobile French language learning platform
 
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...
Learning Analytics and Spelling Acquisition in German - the Path to Indivdual...
 
Learning Analytics and MOOCs
Learning Analytics and MOOCsLearning Analytics and MOOCs
Learning Analytics and MOOCs
 
Fächerintegrativer Unterricht am Beispiel des Lernroboters Thymio
Fächerintegrativer Unterricht am Beispiel des Lernroboters ThymioFächerintegrativer Unterricht am Beispiel des Lernroboters Thymio
Fächerintegrativer Unterricht am Beispiel des Lernroboters Thymio
 
Einsatz von Mixed Reality im Klassenzimmer
Einsatz von Mixed Reality im KlassenzimmerEinsatz von Mixed Reality im Klassenzimmer
Einsatz von Mixed Reality im Klassenzimmer
 
Chatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional WebsitesChatbots for Brand Representation in Comparison with Traditional Websites
Chatbots for Brand Representation in Comparison with Traditional Websites
 
Potential of Bots for Encylclopedias
Potential of Bots for EncylclopediasPotential of Bots for Encylclopedias
Potential of Bots for Encylclopedias
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 

Recently uploaded (20)

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 

Development of a learning diary for a MOOC platform

  • 1. u www.tugraz.at W I S S E N ◼ T E C H N I K ◼ L E I D E N S C H A F T Development of a learning diary for a MOOC platform 16.01.2020 Institute of Interactive Systems and Data Science 1
  • 2. Agenda ▪ Problem ▪ Background ▪ Introduction ▪ State of the art ▪ The prototype ▪ Developing the applications ▪ Proof of concept ▪ Conclusion Development of a learning diary for a MOOC platform 2 Institute of Interactive Systems and Data Science 12.01.2020
  • 3. Problem ▪ Students of the MOOC platform need to view the website to see all courses and events ▪ There is no reminder and compact overview of all events and courses Development of a learning diary for a MOOC platform 3 Institute of Interactive Systems and Data Science 12.01.2020
  • 4. Hypothesis Development of a learning diary for a MOOC platform 4 Institute of Interactive Systems and Data Science 12.01.2020 ▪ „A mobile learning diary application for a MOOC platform can improve the learning progress of students of the MOOC platform“
  • 5. Background 5 Institute of Interactive Systems and Data Science 12.01.2020
  • 6. iMooX ▪ Massive Open Online Course platform ▪ Conducted by TU Graz ▪ “iMoox is a partner of Austrian universities and institutions to offer free online courses on a university level.” Background 12.01.2020 Institute of Interactive Systems and Data Science 6
  • 7. iMooX application(s) ▪ Available for Android and iOS ▪ Should aid the MOOC platform ▪ Keep overview of subscribed courses and events ▪ Push notifications ▪ Include gamification Background 12.01.2020 Institute of Interactive Systems and Data Science 7
  • 8. Introduction 8 Institute of Interactive Systems and Data Science 12.01.2020
  • 9. Goals & objectives ▪ Gain knowledge of learning diaries, gamification and similar applications ▪ Design a prototype ▪ Develop an application for Android devices ▪ Develop an application for iOS devices ▪ Improve overall learning progress of users Introduction 9 Institute of Interactive Systems and Data Science 12.01.2020
  • 10. Methodology & Structure ▪ State of the art ▪ The prototype ▪ Development of the application ▪ Proof of concept ▪ Conclusion Introduction 10 Institute of Interactive Systems and Data Science 12.01.2020
  • 11. State of the art 11 Institute of Interactive Systems and Data Science 12.01.2020
  • 12. Learning diaries ▪ A pedagogical tool ▪ Keep track of learning process and progress ▪ Learning diaries are written, continuous and personal ▪ Learning diaries are connected to learning contexts ▪ Writing a learning diary does not automatically lead to reflection of metacognition State of the art 12 Institute of Interactive Systems and Data Science 12.01.2020
  • 13. Gamification ▪ Motivating users and increase engagement ▪ Applied to non-gaming, computer-oriented environments ▪ Five steps of applying gamification ▪ Understanding the target audience and the context ▪ Defining learning objectives ▪ Structuring the experience ▪ Identifying resources ▪ Applying gamification elements State of the art 13 Institute of Interactive Systems and Data Science 12.01.2020
  • 14. Similar applications ▪ Milk ▪ Interactive learning kit ▪ Student work diary app ▪ Web-based, Android and iOS ▪ Seesaw ▪ Tool used by schools and teachers ▪ Reflect learning progress ▪ Web application, mobile applications State of the art 14 Institute of Interactive Systems and Data Science 12.01.2020
  • 15. The prototype 15 Institute of Interactive Systems and Data Science 12.01.2020
  • 16. Idea ▪ Application for Android and iOS ▪ Keep track of all courses and events ▪ Remind about events that are about to take place ▪ Respect behavior of operating systems ▪ Navigation consisting of four main parts ▪ Events ▪ Courses ▪ Notification ▪ Profile The prototype 16 Institute of Interactive Systems and Data Science 12.01.2020
  • 17. Features ▪ Coloring of courses and events ▪ Notifications ▪ Creating events ▪ Creating learn goals ▪ Creating notes ▪ Filtering events ▪ Gamification The prototype 17 Institute of Interactive Systems and Data Science 12.01.2020
  • 18. Result ▪ Mockup ▪ A prototype that shows the user interface ▪ A prototype including vestigial functionality The prototype 18 Institute of Interactive Systems and Data Science 12.01.2020
  • 19. The prototype 19 Institute of Interactive Systems and Data Science 12.01.2020
  • 20. The prototype 20 Institute of Interactive Systems and Data Science 12.01.2020
  • 21. The prototype 21 Institute of Interactive Systems and Data Science 12.01.2020
  • 22. The prototype 22 Institute of Interactive Systems and Data Science 12.01.2020
  • 23. Developing the applications 23 Institute of Interactive Systems and Data Science 12.01.2020
  • 24. Strategy ▪ Respect Mockup ▪ Apps build in succession ▪ First Android, then iOS ▪ Not forcing features (respect operating systems) ▪ Using backend of MOOC platform Developing the applications 24 Institute of Interactive Systems and Data Science 12.01.2020
  • 25. Android | Setup ▪ Android Studio using Gradle (Java) ▪ MVVM setup ▪ Retrofit ▪ Realm ▪ Minimum SDK version 22 (5.1 Lollipop) Developing the applications 25 Institute of Interactive Systems and Data Science 12.01.2020
  • 26. iOS | Setup ▪ Xcode (Swift) ▪ MVVM setup ▪ Alamofire ▪ Realm ▪ Minimum iOS version 10.0 Developing the applications 26 Institute of Interactive Systems and Data Science 12.01.2020
  • 27. Implementation I ▪ Login ▪ Bottom Navigation (tab bar) ▪ List events ▪ Detail view of event ▪ Create event Developing the applications 27 Institute of Interactive Systems and Data Science 12.01.2020
  • 28. Implementation II ▪ List courses ▪ Detail view of course ▪ Notification ▪ Profile ▪ Coloring Developing the applications 28 Institute of Interactive Systems and Data Science 12.01.2020
  • 29. Developing the applications 29 Institute of Interactive Systems and Data Science 12.01.2020
  • 30. Developing the applications 30 Institute of Interactive Systems and Data Science 12.01.2020
  • 31. Developing the applications 31 Institute of Interactive Systems and Data Science 12.01.2020
  • 32. Developing the applications 32 Institute of Interactive Systems and Data Science 12.01.2020
  • 33. Developing the applications 33 Institute of Interactive Systems and Data Science 12.01.2020
  • 34. Developing the applications 34 Institute of Interactive Systems and Data Science 12.01.2020
  • 35. Developing the applications 35 Institute of Interactive Systems and Data Science 12.01.2020
  • 36. Developing the applications 36 Institute of Interactive Systems and Data Science 12.01.2020
  • 37. Proof of concept 37 Institute of Interactive Systems and Data Science 12.01.2020
  • 38. Prototype vs. Application I Proof of concept 38 Institute of Interactive Systems and Data Science 12.01.2020 Feature Android iOS Offline usage Poorly Poorly Coloring of courses Yes Yes Coloring of events, learn goals and notes Yes Yes Complete self created events and learn goals Yes Yes Create events, learn goals and notes Partly Partly Detail view of courses Yes Yes Detail view of events, learn goals and notes Yes Yes Filtering events and learn goals Partly Partly
  • 39. Prototype vs. Application II Proof of concept 39 Institute of Interactive Systems and Data Science 12.01.2020 Feature Android iOS Gamification Yes Yes Learning progress Partly Partly List courses Yes Yes List events from MOOC platform Yes Yes List self created events Yes Yes List notifications Yes Yes Login Partly Partly Multilingual Partly Partly Push notifications Partly Partly Type icons Yes Yes
  • 40. Survey & Evaluation I ▪ Do you like the design/appearance of the app? ▪ 26 users (86,7%) pos., 4 users (13,3%) neg. ▪ Do or did you have problems controlling the app? ▪ 25 users (83,4%) pos., 5 users (16,6%) neg. ▪ Do you think the navigation of the app is confusing? ▪ 27 users (90,0%) pos., 3 users (10,0%) neg. ▪ Do you use the app at least once a week in addition to an iMooX-Course? ▪ 14 users (46,6%) pos., 16 users (53,4%) neg. Proof of concept 40 Institute of Interactive Systems and Data Science 12.01.2020
  • 41. Survey & Evaluation II ▪ After playing the tutorial, did you have the feeling you understand the app? ▪ 27 users (90,0%) pos., 3 users (10,0%) neg. ▪ After playing the tutorial, did you have the feeling that you can control the app without any problems? ▪ 28 users (93,3%) pos., 2 users (6,7%) neg. ▪ Does the app help you to keep an overview of your courses and events (Termine)? ▪ 24 users (80,0%) pos., 6 users (20,0%) neg. Proof of concept 41 Institute of Interactive Systems and Data Science 16.01.2020
  • 42. Survey & Evaluation III ▪ Does the app increase your learning progress? ▪ 21 users (70,0%) pos., 9 users (30,0%) neg. ▪ What did you like best about the app? (Optional) ▪ What did you like least about the app? (Optional) Proof of concept 42 Institute of Interactive Systems and Data Science 16.01.2020
  • 43. Survey & Evaluation IV ▪ 87,5% positive feedback ▪ The application works ▪ Users are satisfied ▪ 70% of users have increased their learning progress ▪ Using the application in addition to the MOOC platform leads to an increase in the learning progress with seven out of ten users. Proof of concept 43 Institute of Interactive Systems and Data Science 16.01.2020
  • 44. Conclusion 44 Institute of Interactive Systems and Data Science 12.01.2020
  • 45. Lessons learned ▪ The prototype ▪ Applications for Android & iOS ▪ Survey & Evaluation Conclusion 45 Institute of Interactive Systems and Data Science 16.01.2020
  • 46. Limitations & future work ▪ Courses ▪ Gamification ▪ Login ▪ Offline usage ▪ Forum Conclusion 46 Institute of Interactive Systems and Data Science 16.01.2020
  • 47. Summary & Outlook ▪ Learning diaries ▪ Existing applications ▪ The prototype ▪ Applications for Android and iOS ▪ Gamification ▪ Hypothesis ▪ Overcome limitations Conclusion 47 Institute of Interactive Systems and Data Science 16.01.2020
  • 48. Thank you! 48 Institute of Interactive Systems and Data Science 12.01.2020
  • 49. Backup Slides 49 Institute of Interactive Systems and Data Science 12.01.2020