chatbot in moodle · 2018-01-03 · farhan karmali [email protected] roadmap page 16 integrating...

19
Farhan Karmali [email protected] Chatbot in Moodle

Upload: others

Post on 25-Mar-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Chatbot in Moodle

Page 2: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

ü Studentsattheuniversityhavealotofquestions(NotdirectlyrelatedtoAcademics)

ü Unabletofindinformationthatisscatteredeverywhereü Needtofacilitatecomputeraidedlearningandteachingbyconversations,especiallyforlanguagelearning,psychologycasestudiesetc

ü AnswerFAQsü Keepuserengagedtocompleteonlinecourses

Engage Academic

Need for the chatbot

Page01

DataAnswers

Page 3: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Roles of the chatbot

Page02

Academic counsellor Helpdesk - Support

Personal Assistant Friend / Peer

Page 4: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] concepts

Page03

A chatbot is a service, powered byrules and sometimes artificialintelligence, that you interact withvia a chat interface

Artificial Intelligence is when thesystem does something thatrequires intelligence

Machine Learning – the chatbotkeeps learning without beingexplicitly programmed

ProcessoftransformingusertextintoactionabledataiscalledNaturalLanguageUnderstanding(NLU)

Page 5: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] platforms

Page04

Page 6: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] implemented in the prototype

Page05

FAQs User data•Thebotcanhandlebasicfrequentlyaskedquestionsfrominformationthatisprovidedstaticallytoit.

•Theadministratorscankeepincreasingthequestionbankandanswersetfromdialogflowconsoleitself

•WiththeuseofwebhooksthebotfetchesuserdatafromtheMoodledatabase

•StudentcanaskrelevantquestionslikewhichcoursesamIenrolledin,whataremygrades,whenismynextclass,quizetc.

Page 7: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Page06

Page 8: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] the bot can anwer

Page07

01 Showmemycourses

02 Showmemygrades

03 WhatshouldIstudy

04 Showupcomingevents/deadlines

05 HowmanycourseshaveIcompleted

06 AnyotherFAQ

Page 9: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Moodle database tables

Page09

Events, Quiz attempts Courselastaccess,Logs

Grades RoleAssignments,Context

Page 10: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] keyconcepts

Page10

Intent

Action

01

02

03

04

Entity

Webhook

Response

Context

Page 11: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] of dialogflow

Page11

Page 12: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Founder

Page12

Page 13: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Founder

Page13

Page 14: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Page14

Page 15: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Page15

Page 16: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Page16

IntegratingthechatbotasaMoodleplugin,implementingmorefeatures

MakingthebotavailableoncommonplatformslikeGoogleassistant,alexa,facebook etc

ReadandusedatafromMoodleprojectInspireandotheranalytics

Helppulloutdataforteachers,administrators.Chatwithuserproactivelytokeepthemengaged

Page 17: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] options

Page17

Mobileappstandalone

Messageoutputplugin-Messaging

Activitymoduleasaquiz,assignmenttochatwithabottolearnorgetevaluated

Blockatthesideofallthepages

Partofthetheme– includeinfooter

Page 18: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected] bots in Moodle

Page18

Page 19: Chatbot in Moodle · 2018-01-03 · Farhan Karmali farhan6318@gmail.com Roadmap Page 16 Integrating the chatbot as a Moodle plugin , implementing more features Making the bot available

Farhan Karmali

[email protected]

Thank You

@farhan6318

farhankarmali.com

[email protected]

Thank you