SlideShare a Scribd company logo
Moodle
Installation and
Configuration
Prepared By
Nausheen Kureshi
Darshan Bagrecha
Manish Boob
Junaid Shaikh
SNJB's KBJ College of Engineering, Chandwad 1
SNJB's KBJ College of Engineering, Chandwad, Dist. Nashik, Maharashtra, India
Outline
 Motivation
 What is LMS?
 What is Moodle ?
 Why Moodle ?
 Features of Moodle
 Benefits of Moodle to Instructor and Students.
 Advantages of Moodle
 Applications of Moodle
 How to Configure Moodle on Server ?
SNJB's KBJ College of Engineering, Chandwad 2
Motivation
 This idea is given by Dr. Mahesh Sanghavi, Associate Professor
while conducting his lecture on our class at SNJB’s KBJ College of
Engineering, to make the life of a student as well as teacher
simpler. As per his opinion and our study :
 Deployment of the assignment and submitting the same
should be online which will reduce huge stationary and also
the system will be transparent.
 Teacher and students must be connected 24x7.
 Teacher can upload their study material on the same platform
and students can have access it any time.
 Student can also ask doubt to the teachers which will be open
for all the students too. Even students can also contribute to
share the answers.
 Grading / Marking system will also be online.
 Sharing of Study Material will be easy and will reduce time as
well as money.
SNJB's KBJ College of Engineering, Chandwad 3
What is
Learning
Management
System ?
 LMSs are web applications.
 Moodle server is probably located in your department, but it
can be anywhere in the world.
 Teachers and students can access the system from any place with
an Internet connection.
 LMSs give educators tools to create a course web site and provide
access control so only enrolled students can view it.
 They provide an easy way to upload and share materials, hold
online discussions and chats, give quizzes and surveys, gather and
review assignments, and record grades.
SNJB's KBJ College of Engineering, Chandwad 4
What is
Moodle ?
 Moodle is an open source web application used to create
interactive online learning sites.
 Moodle that is the acronym for
 Modular Object-Oriented Dynamic Learning Environment
 It's an online Learning Management System (LMS).
 Moodle is a free.
 Moodle’s extremely customisable core comes with many standard
features.
 The first version of Moodle was released on 20 August 2002
SNJB's KBJ College of Engineering, Chandwad 5
Why Moodle
 It runs on almost all platform likeWindows, Linux and MAC OS etc.
 It is available in 127 languages!
 It is used all over the world by teachers and educators and it's
probably the best E-Learning tool in the net!
 It is developed by Martin Dougiamas at Curtin University in
Australia.
 The entire code of Moodle is written in PHP i.e. Hypertext
Preprocessor.
SNJB's KBJ College of Engineering, Chandwad 6
Features of
Moodle
 Navigation
 Forum
 Chat
 Calendar
 Quizzes andTests
 Upcoming Events
 Online Users
SNJB's KBJ College of Engineering, Chandwad 7
Features of
Moodle
 Plugins
 There are over 1,000 plugins available for Moodle with over 7 million
downloads.
 Themes
 Graphical themes for Moodle can be installed to change the look
and functionality of a Moodle site or of an individual course.
 Mobile
 Many Moodle themes, based on Responsive web design, allow
Moodle to be used on mobile devices
 It is available on Google Play Store and Apple’sApp Store.
SNJB's KBJ College of Engineering, Chandwad 8
Benefits of
Moodle to
Teacher
 Create online courses
 Open forums
 Divide students into classes
 Upload files and lessons
 Create online tests and examinations
 Chat sessions
SNJB's KBJ College of Engineering, Chandwad 9
Benefits of
Moodle to
Students
 Follow the lessons
 Upload their Assignment and test
 Chat sessions
 Take part into forums
SNJB's KBJ College of Engineering, Chandwad 10
Advantages of
Moodle
 Using Moodle teachers can easily construct richly textured web
based courses.
 Lessons consist of a number of lessons, with each lesson including
reading resource and activities.
 Learning resources are available to students anywhere.
 Educators create an online component to their traditional
classroom setting.
 Moodle can save educators time and enhance the learning process
for students while taking advantage of Multimedia.
 Video,Text, Animation, Sound, and Graphics
 Less papers to bring home to grade – assessment is online
SNJB's KBJ College of Engineering, Chandwad 11
Applications of
Moodle
 Assessment
 Quizzes, submit assignment, projects
 Collaboration
 Wiki, groups, cross-subject courses
 Communication
 Forums, messaging, homework feedback
 Student
 Wikis or forums, journals
 Offer downloads
 Subject course or handouts
SNJB's KBJ College of Engineering, Chandwad 12
Basic
Requirements
for Moodle
 Web Server: Apache
 Database: MySQL, MariaDB etc.
 Moodle requires a number of PHP extensions.
SNJB's KBJ College of Engineering, Chandwad 13
System
Requirements
for Moodle
 Disk space: 250MB for the Moodle code, plus as much as you need
to store content. 5GB is probably a realistic minimum.
 Processor: 1GHz (min), 2GHz dual core or more recommended.
 Memory: 512MB (min), 1GB or more is recommended.
SNJB's KBJ College of Engineering, Chandwad 14
How to Install andConfigure
Moodle onServerOS
SNJB's KBJ College of Engineering, Chandwad 15
Moodle
Installation
 Download the Moodle from (https://download.moodle.org/)
 Extract the Moodle Package to Home Directory.
 OpenTerminal and Run the Following commands.
 $ sudo apt-get -y install apache2 mysql-client mysql-server php5
 $ sudo apt-get install tasksel
 $ sudo tasksel
 $ sudo apt-get install graphviz aspell php5-pspell php5-curl php5-gd
php5-intl php5-mysql php5-xmlrpc php5-ldap clamav
 $ sudo mv moodle /var/www/
 $ sudo chown -R root /var/www/moodle
 $ sudo chmod -R 0755 /var/www/moodle
SNJB's KBJ College of Engineering, Chandwad 16
Moodle
Installation
(Continued)
 $ sudo find /var/www/moodle -type f -exec chmod 0644 {} ;
 $ mysql -u root -p
 mysql>CREATE DATABASE moodle DEFAULTCHARACTER
SET utf8 COLLATE utf8_unicode_ci;
 mysql>GRANT
SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE
TEMPORARYTABLES,DROP,INDEX,ALTERON moodle.*TO
moodleuser@localhost IDENTIFIED BY 'yourpassword';
 $ sudo mkdir /var/moodledata
 $ sudo chmod 0777 /var/moodledata/
 $ sudo vim /var/www/moodle/config.php
 CFG->wwwroot = 'http://<localhost/IP_Address>/moodle';
SNJB's KBJ College of Engineering, Chandwad 17
UserCreation
 How to Add Users (Manager/Course creator/Teacher/Students)
 How to Upload User’s Profile Picture.
 How to Enroll Users to Courses.
 How to set Users Role and Responsibility.
SNJB's KBJ College of Engineering, Chandwad 18
Course
Creation
 How to Create a Course
 U.G.
 Computer Engineering (COMP)
 SecondYear (S.E.)
 ThirdYear (T.E.)
 Fifth Sem
 Sixth Sem
 Principles of Concurrent and Distributed
Programming
 Embedded Operating Systems
 Computer Networks
 Software Engineering
 Digital Signal Processing andApplications
 FinalYear (B.E.)
SNJB's KBJ College of Engineering, Chandwad 19
Grand Parent Category
Parent Category
Sub Category
Child Category
Courses
Upload
Assignments
 File submissions (students submit a file for assessment)
 Online text (students can type their responses directly in Moodle)
 Submission comments
 Offline Assignments
SNJB's KBJ College of Engineering, Chandwad 20
Workshops
 Workshop Phases
 Setup phase
 Submission phase
 Assessment phase
 Grading evaluation phase
 Closed
SNJB's KBJ College of Engineering, Chandwad 21
Moodle
Editors
 Moodle Editors
 MoodleText Editors
 Atto HTML Editor
 Equation Editor
 TinyMCE Editor
 File Picker
SNJB's KBJ College of Engineering, Chandwad 22
Chat,
Messaging and
Forums
SNJB's KBJ College of Engineering, Chandwad 23
Quizzes and
Question
Banks
SNJB's KBJ College of Engineering, Chandwad 24
References
 https://en.wikipedia.org/wiki/Moodle
 https://docs.moodle.org/30/en/Main_page
SNJB's KBJ College of Engineering, Chandwad 25
ThankYou!!
Prepared By: Junaid S. Shaikh, Seat No.:T120414250 2612/03/2016

More Related Content

What's hot

Moodle Tutorials
Moodle TutorialsMoodle Tutorials
Moodle Tutorials
Carole McCulloch
 
Moodle slides3
Moodle slides3Moodle slides3
Moodle slides3yeamuna
 
Moodle LMS Terminologies Guide - eAbyas Info Solutions
Moodle LMS Terminologies Guide - eAbyas Info SolutionsMoodle LMS Terminologies Guide - eAbyas Info Solutions
Moodle LMS Terminologies Guide - eAbyas Info Solutions
eAbyas Info Solutions
 
Moodle Features
Moodle FeaturesMoodle Features
Moodle Features
Tomaz Lasic
 
Moodle, Use and Features of Moodle ?
Moodle, Use and Features of Moodle ?Moodle, Use and Features of Moodle ?
Moodle, Use and Features of Moodle ?
Central University of Haryana
 
Moodle
MoodleMoodle
Moodle Presentation for Teachers
Moodle Presentation for TeachersMoodle Presentation for Teachers
Moodle Presentation for TeachersLaura Deadman
 
The benefits of moodle how to engage teaching staff
The benefits of moodle  how to engage teaching staffThe benefits of moodle  how to engage teaching staff
The benefits of moodle how to engage teaching staffChris Chapman
 
The benefits of using moodle
The benefits of using moodleThe benefits of using moodle
The benefits of using moodlerpopie35
 
Moodle 3 Updates
Moodle 3 UpdatesMoodle 3 Updates
Moodle 3 Updates
Lewis Carr
 
Moodle - an industry perspective, how to use & myths
Moodle - an industry perspective, how to use & mythsMoodle - an industry perspective, how to use & myths
Moodle - an industry perspective, how to use & myths
Signy IT Solutions Pvt ltd
 
Moodle 3.8 Release - Webinar
Moodle 3.8 Release - WebinarMoodle 3.8 Release - Webinar
Moodle 3.8 Release - Webinar
Lambda Solutions
 
Moodle - Learning Management System
Moodle - Learning Management SystemMoodle - Learning Management System
Moodle - Learning Management System
FyNSiS Softlabs Private Limited
 
Moodle 2.7 features
Moodle 2.7 featuresMoodle 2.7 features
Moodle 2.7 featuressachinnawale
 
Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02Peking
 
Moodle Guidebook
Moodle GuidebookMoodle Guidebook
Moodle Guidebook
Maria Maheridou
 

What's hot (19)

What is Moodle?
What is Moodle?What is Moodle?
What is Moodle?
 
Moodle Tutorials
Moodle TutorialsMoodle Tutorials
Moodle Tutorials
 
Moodle slides3
Moodle slides3Moodle slides3
Moodle slides3
 
Moodle LMS Terminologies Guide - eAbyas Info Solutions
Moodle LMS Terminologies Guide - eAbyas Info SolutionsMoodle LMS Terminologies Guide - eAbyas Info Solutions
Moodle LMS Terminologies Guide - eAbyas Info Solutions
 
Moodle Features
Moodle FeaturesMoodle Features
Moodle Features
 
Moodle, Use and Features of Moodle ?
Moodle, Use and Features of Moodle ?Moodle, Use and Features of Moodle ?
Moodle, Use and Features of Moodle ?
 
Moodle
MoodleMoodle
Moodle
 
Moodle Presentation for Teachers
Moodle Presentation for TeachersMoodle Presentation for Teachers
Moodle Presentation for Teachers
 
The benefits of moodle how to engage teaching staff
The benefits of moodle  how to engage teaching staffThe benefits of moodle  how to engage teaching staff
The benefits of moodle how to engage teaching staff
 
The benefits of using moodle
The benefits of using moodleThe benefits of using moodle
The benefits of using moodle
 
Moodle 3 Updates
Moodle 3 UpdatesMoodle 3 Updates
Moodle 3 Updates
 
Moodle - an industry perspective, how to use & myths
Moodle - an industry perspective, how to use & mythsMoodle - an industry perspective, how to use & myths
Moodle - an industry perspective, how to use & myths
 
Moodle 3.8 Release - Webinar
Moodle 3.8 Release - WebinarMoodle 3.8 Release - Webinar
Moodle 3.8 Release - Webinar
 
Moodle - Learning Management System
Moodle - Learning Management SystemMoodle - Learning Management System
Moodle - Learning Management System
 
Moodle 2.7 features
Moodle 2.7 featuresMoodle 2.7 features
Moodle 2.7 features
 
Moodle: Open Source LMS
Moodle: Open Source LMSMoodle: Open Source LMS
Moodle: Open Source LMS
 
Moodle
MoodleMoodle
Moodle
 
Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02Moodlev3 090407140751 Phpapp02
Moodlev3 090407140751 Phpapp02
 
Moodle Guidebook
Moodle GuidebookMoodle Guidebook
Moodle Guidebook
 

Viewers also liked

Ineraktive Karten
Ineraktive KartenIneraktive Karten
Ineraktive Karten
brillux
 
The architecture of the online learning environment
The architecture of the online learning environmentThe architecture of the online learning environment
The architecture of the online learning environment
jmackay2014
 
Converter blackboard-moodle-27-5-2015
Converter blackboard-moodle-27-5-2015Converter blackboard-moodle-27-5-2015
Converter blackboard-moodle-27-5-2015
brillux
 
Moodle for Small Business
Moodle for Small BusinessMoodle for Small Business
Moodle for Small Business
Tish Kirkland
 
Moodle explained with lego (short version)
Moodle explained with lego (short version)Moodle explained with lego (short version)
Moodle explained with lego (short version)
sarahfrederickx
 
Moodle Course Creator Certificate 2016
Moodle Course Creator Certificate 2016Moodle Course Creator Certificate 2016
Moodle Course Creator Certificate 2016
Elearning Experts LLC
 
Moodle
MoodleMoodle
moodle on wamp
moodle on wampmoodle on wamp
moodle on wamp
Soliman ElSaber
 
Best Practices In Moodle Administration
Best Practices In Moodle AdministrationBest Practices In Moodle Administration
Best Practices In Moodle Administration
moorejon
 
Moodle
Moodle Moodle
Moodle
Võ Tâm Long
 
Installing moodle on a local machine
Installing moodle on a local machineInstalling moodle on a local machine
Installing moodle on a local machine
Vag Kats
 
4TVirtualCon- Moodle Administration
4TVirtualCon- Moodle Administration4TVirtualCon- Moodle Administration
4TVirtualCon- Moodle Administration
Miguel Guhlin
 
A basic introduction to the Moodle architecture
A basic introduction to the Moodle architectureA basic introduction to the Moodle architecture
A basic introduction to the Moodle architecture
Tim Hunt
 
What is Moodle explained with Lego
What is Moodle explained with LegoWhat is Moodle explained with Lego
What is Moodle explained with Lego
Tomaz Lasic
 
Moodle structural overview
Moodle structural overviewMoodle structural overview
Moodle structural overview
Mark Drechsler
 

Viewers also liked (16)

Ineraktive Karten
Ineraktive KartenIneraktive Karten
Ineraktive Karten
 
The architecture of the online learning environment
The architecture of the online learning environmentThe architecture of the online learning environment
The architecture of the online learning environment
 
Converter blackboard-moodle-27-5-2015
Converter blackboard-moodle-27-5-2015Converter blackboard-moodle-27-5-2015
Converter blackboard-moodle-27-5-2015
 
Moodle for Small Business
Moodle for Small BusinessMoodle for Small Business
Moodle for Small Business
 
Moodle explained with lego (short version)
Moodle explained with lego (short version)Moodle explained with lego (short version)
Moodle explained with lego (short version)
 
Moodle Course Creator Certificate 2016
Moodle Course Creator Certificate 2016Moodle Course Creator Certificate 2016
Moodle Course Creator Certificate 2016
 
Moodle
MoodleMoodle
Moodle
 
moodle on wamp
moodle on wampmoodle on wamp
moodle on wamp
 
Best Practices In Moodle Administration
Best Practices In Moodle AdministrationBest Practices In Moodle Administration
Best Practices In Moodle Administration
 
Moodle
Moodle Moodle
Moodle
 
Installing moodle on a local machine
Installing moodle on a local machineInstalling moodle on a local machine
Installing moodle on a local machine
 
4TVirtualCon- Moodle Administration
4TVirtualCon- Moodle Administration4TVirtualCon- Moodle Administration
4TVirtualCon- Moodle Administration
 
A basic introduction to the Moodle architecture
A basic introduction to the Moodle architectureA basic introduction to the Moodle architecture
A basic introduction to the Moodle architecture
 
What is Moodle explained with Lego
What is Moodle explained with LegoWhat is Moodle explained with Lego
What is Moodle explained with Lego
 
Moodle structural overview
Moodle structural overviewMoodle structural overview
Moodle structural overview
 
Moodle.ppt
Moodle.pptMoodle.ppt
Moodle.ppt
 

Similar to Moodle_Configuration

MoodleCloud manual for learners
MoodleCloud manual for learnersMoodleCloud manual for learners
MoodleCloud manual for learners
Zuleika Winfrey
 
It5600 moodle vs edu2.0 report
It5600 moodle vs edu2.0 reportIt5600 moodle vs edu2.0 report
It5600 moodle vs edu2.0 report
brucebarker123
 
Moodle tutotial
Moodle tutotialMoodle tutotial
Oodles of Moodle
Oodles of MoodleOodles of Moodle
Oodles of Moodle
stricoff
 
IBM-TGMC e-learning resource locator_project report
IBM-TGMC e-learning resource locator_project reportIBM-TGMC e-learning resource locator_project report
IBM-TGMC e-learning resource locator_project report
Veeru Kallapur
 
eLESOFT-Overview
eLESOFT-OvervieweLESOFT-Overview
eLESOFT-Overview
Subhodeep Mukherjee
 
E tool in yoga ,a module for teaching and learning
E  tool in yoga ,a module for teaching and learningE  tool in yoga ,a module for teaching and learning
E tool in yoga ,a module for teaching and learning
satyant khatyian
 
Lessons Learned from the Implementation of Moodle at Dawson College
Lessons Learned from the Implementation of Moodle at Dawson CollegeLessons Learned from the Implementation of Moodle at Dawson College
Lessons Learned from the Implementation of Moodle at Dawson College
Rafael Scapin, Ph.D.
 
Aztea Peaks 2006
Aztea Peaks 2006Aztea Peaks 2006
Aztea Peaks 2006ssorden
 
Moodle Slide Share
Moodle Slide ShareMoodle Slide Share
Moodle Slide ShareSuresh Kumar
 
Empowering moodle at your institution
Empowering moodle at your institutionEmpowering moodle at your institution
Empowering moodle at your institution
Ireland & UK Moodlemoot 2012
 
Professional Development On Moodle Resources
Professional Development On Moodle ResourcesProfessional Development On Moodle Resources
Professional Development On Moodle ResourcesBlair E
 
Design & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning SystemDesign & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning System
msdll
 
Design & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning SystemDesign & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning System
ether21
 
20 ideas for moodle daniel mc sweeney + kyle goslin
20 ideas for moodle  daniel mc sweeney + kyle goslin20 ideas for moodle  daniel mc sweeney + kyle goslin
20 ideas for moodle daniel mc sweeney + kyle goslin
Ireland & UK Moodlemoot 2012
 
Using Moodle to build an e-learning website
Using Moodle  to build an e-learning websiteUsing Moodle  to build an e-learning website
Using Moodle to build an e-learning website
Hanoi University of Science and Technology
 
E learning resource Locator Project Report (J2EE)
E learning resource Locator Project Report (J2EE)E learning resource Locator Project Report (J2EE)
E learning resource Locator Project Report (J2EE)
Chiranjeevi Adi
 
E learning (1)
E learning (1)E learning (1)
E learning (1)
hanan_mohamed
 
20 slides presentation
20 slides   presentation20 slides   presentation
20 slides presentationKyle Goslin
 
Moodle presentation (1)
Moodle presentation (1)Moodle presentation (1)
Moodle presentation (1)
Glenn McKnight
 

Similar to Moodle_Configuration (20)

MoodleCloud manual for learners
MoodleCloud manual for learnersMoodleCloud manual for learners
MoodleCloud manual for learners
 
It5600 moodle vs edu2.0 report
It5600 moodle vs edu2.0 reportIt5600 moodle vs edu2.0 report
It5600 moodle vs edu2.0 report
 
Moodle tutotial
Moodle tutotialMoodle tutotial
Moodle tutotial
 
Oodles of Moodle
Oodles of MoodleOodles of Moodle
Oodles of Moodle
 
IBM-TGMC e-learning resource locator_project report
IBM-TGMC e-learning resource locator_project reportIBM-TGMC e-learning resource locator_project report
IBM-TGMC e-learning resource locator_project report
 
eLESOFT-Overview
eLESOFT-OvervieweLESOFT-Overview
eLESOFT-Overview
 
E tool in yoga ,a module for teaching and learning
E  tool in yoga ,a module for teaching and learningE  tool in yoga ,a module for teaching and learning
E tool in yoga ,a module for teaching and learning
 
Lessons Learned from the Implementation of Moodle at Dawson College
Lessons Learned from the Implementation of Moodle at Dawson CollegeLessons Learned from the Implementation of Moodle at Dawson College
Lessons Learned from the Implementation of Moodle at Dawson College
 
Aztea Peaks 2006
Aztea Peaks 2006Aztea Peaks 2006
Aztea Peaks 2006
 
Moodle Slide Share
Moodle Slide ShareMoodle Slide Share
Moodle Slide Share
 
Empowering moodle at your institution
Empowering moodle at your institutionEmpowering moodle at your institution
Empowering moodle at your institution
 
Professional Development On Moodle Resources
Professional Development On Moodle ResourcesProfessional Development On Moodle Resources
Professional Development On Moodle Resources
 
Design & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning SystemDesign & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning System
 
Design & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning SystemDesign & Development of Distance & Distributed Learning System
Design & Development of Distance & Distributed Learning System
 
20 ideas for moodle daniel mc sweeney + kyle goslin
20 ideas for moodle  daniel mc sweeney + kyle goslin20 ideas for moodle  daniel mc sweeney + kyle goslin
20 ideas for moodle daniel mc sweeney + kyle goslin
 
Using Moodle to build an e-learning website
Using Moodle  to build an e-learning websiteUsing Moodle  to build an e-learning website
Using Moodle to build an e-learning website
 
E learning resource Locator Project Report (J2EE)
E learning resource Locator Project Report (J2EE)E learning resource Locator Project Report (J2EE)
E learning resource Locator Project Report (J2EE)
 
E learning (1)
E learning (1)E learning (1)
E learning (1)
 
20 slides presentation
20 slides   presentation20 slides   presentation
20 slides presentation
 
Moodle presentation (1)
Moodle presentation (1)Moodle presentation (1)
Moodle presentation (1)
 

Moodle_Configuration

  • 1. Moodle Installation and Configuration Prepared By Nausheen Kureshi Darshan Bagrecha Manish Boob Junaid Shaikh SNJB's KBJ College of Engineering, Chandwad 1 SNJB's KBJ College of Engineering, Chandwad, Dist. Nashik, Maharashtra, India
  • 2. Outline  Motivation  What is LMS?  What is Moodle ?  Why Moodle ?  Features of Moodle  Benefits of Moodle to Instructor and Students.  Advantages of Moodle  Applications of Moodle  How to Configure Moodle on Server ? SNJB's KBJ College of Engineering, Chandwad 2
  • 3. Motivation  This idea is given by Dr. Mahesh Sanghavi, Associate Professor while conducting his lecture on our class at SNJB’s KBJ College of Engineering, to make the life of a student as well as teacher simpler. As per his opinion and our study :  Deployment of the assignment and submitting the same should be online which will reduce huge stationary and also the system will be transparent.  Teacher and students must be connected 24x7.  Teacher can upload their study material on the same platform and students can have access it any time.  Student can also ask doubt to the teachers which will be open for all the students too. Even students can also contribute to share the answers.  Grading / Marking system will also be online.  Sharing of Study Material will be easy and will reduce time as well as money. SNJB's KBJ College of Engineering, Chandwad 3
  • 4. What is Learning Management System ?  LMSs are web applications.  Moodle server is probably located in your department, but it can be anywhere in the world.  Teachers and students can access the system from any place with an Internet connection.  LMSs give educators tools to create a course web site and provide access control so only enrolled students can view it.  They provide an easy way to upload and share materials, hold online discussions and chats, give quizzes and surveys, gather and review assignments, and record grades. SNJB's KBJ College of Engineering, Chandwad 4
  • 5. What is Moodle ?  Moodle is an open source web application used to create interactive online learning sites.  Moodle that is the acronym for  Modular Object-Oriented Dynamic Learning Environment  It's an online Learning Management System (LMS).  Moodle is a free.  Moodle’s extremely customisable core comes with many standard features.  The first version of Moodle was released on 20 August 2002 SNJB's KBJ College of Engineering, Chandwad 5
  • 6. Why Moodle  It runs on almost all platform likeWindows, Linux and MAC OS etc.  It is available in 127 languages!  It is used all over the world by teachers and educators and it's probably the best E-Learning tool in the net!  It is developed by Martin Dougiamas at Curtin University in Australia.  The entire code of Moodle is written in PHP i.e. Hypertext Preprocessor. SNJB's KBJ College of Engineering, Chandwad 6
  • 7. Features of Moodle  Navigation  Forum  Chat  Calendar  Quizzes andTests  Upcoming Events  Online Users SNJB's KBJ College of Engineering, Chandwad 7
  • 8. Features of Moodle  Plugins  There are over 1,000 plugins available for Moodle with over 7 million downloads.  Themes  Graphical themes for Moodle can be installed to change the look and functionality of a Moodle site or of an individual course.  Mobile  Many Moodle themes, based on Responsive web design, allow Moodle to be used on mobile devices  It is available on Google Play Store and Apple’sApp Store. SNJB's KBJ College of Engineering, Chandwad 8
  • 9. Benefits of Moodle to Teacher  Create online courses  Open forums  Divide students into classes  Upload files and lessons  Create online tests and examinations  Chat sessions SNJB's KBJ College of Engineering, Chandwad 9
  • 10. Benefits of Moodle to Students  Follow the lessons  Upload their Assignment and test  Chat sessions  Take part into forums SNJB's KBJ College of Engineering, Chandwad 10
  • 11. Advantages of Moodle  Using Moodle teachers can easily construct richly textured web based courses.  Lessons consist of a number of lessons, with each lesson including reading resource and activities.  Learning resources are available to students anywhere.  Educators create an online component to their traditional classroom setting.  Moodle can save educators time and enhance the learning process for students while taking advantage of Multimedia.  Video,Text, Animation, Sound, and Graphics  Less papers to bring home to grade – assessment is online SNJB's KBJ College of Engineering, Chandwad 11
  • 12. Applications of Moodle  Assessment  Quizzes, submit assignment, projects  Collaboration  Wiki, groups, cross-subject courses  Communication  Forums, messaging, homework feedback  Student  Wikis or forums, journals  Offer downloads  Subject course or handouts SNJB's KBJ College of Engineering, Chandwad 12
  • 13. Basic Requirements for Moodle  Web Server: Apache  Database: MySQL, MariaDB etc.  Moodle requires a number of PHP extensions. SNJB's KBJ College of Engineering, Chandwad 13
  • 14. System Requirements for Moodle  Disk space: 250MB for the Moodle code, plus as much as you need to store content. 5GB is probably a realistic minimum.  Processor: 1GHz (min), 2GHz dual core or more recommended.  Memory: 512MB (min), 1GB or more is recommended. SNJB's KBJ College of Engineering, Chandwad 14
  • 15. How to Install andConfigure Moodle onServerOS SNJB's KBJ College of Engineering, Chandwad 15
  • 16. Moodle Installation  Download the Moodle from (https://download.moodle.org/)  Extract the Moodle Package to Home Directory.  OpenTerminal and Run the Following commands.  $ sudo apt-get -y install apache2 mysql-client mysql-server php5  $ sudo apt-get install tasksel  $ sudo tasksel  $ sudo apt-get install graphviz aspell php5-pspell php5-curl php5-gd php5-intl php5-mysql php5-xmlrpc php5-ldap clamav  $ sudo mv moodle /var/www/  $ sudo chown -R root /var/www/moodle  $ sudo chmod -R 0755 /var/www/moodle SNJB's KBJ College of Engineering, Chandwad 16
  • 17. Moodle Installation (Continued)  $ sudo find /var/www/moodle -type f -exec chmod 0644 {} ;  $ mysql -u root -p  mysql>CREATE DATABASE moodle DEFAULTCHARACTER SET utf8 COLLATE utf8_unicode_ci;  mysql>GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARYTABLES,DROP,INDEX,ALTERON moodle.*TO moodleuser@localhost IDENTIFIED BY 'yourpassword';  $ sudo mkdir /var/moodledata  $ sudo chmod 0777 /var/moodledata/  $ sudo vim /var/www/moodle/config.php  CFG->wwwroot = 'http://<localhost/IP_Address>/moodle'; SNJB's KBJ College of Engineering, Chandwad 17
  • 18. UserCreation  How to Add Users (Manager/Course creator/Teacher/Students)  How to Upload User’s Profile Picture.  How to Enroll Users to Courses.  How to set Users Role and Responsibility. SNJB's KBJ College of Engineering, Chandwad 18
  • 19. Course Creation  How to Create a Course  U.G.  Computer Engineering (COMP)  SecondYear (S.E.)  ThirdYear (T.E.)  Fifth Sem  Sixth Sem  Principles of Concurrent and Distributed Programming  Embedded Operating Systems  Computer Networks  Software Engineering  Digital Signal Processing andApplications  FinalYear (B.E.) SNJB's KBJ College of Engineering, Chandwad 19 Grand Parent Category Parent Category Sub Category Child Category Courses
  • 20. Upload Assignments  File submissions (students submit a file for assessment)  Online text (students can type their responses directly in Moodle)  Submission comments  Offline Assignments SNJB's KBJ College of Engineering, Chandwad 20
  • 21. Workshops  Workshop Phases  Setup phase  Submission phase  Assessment phase  Grading evaluation phase  Closed SNJB's KBJ College of Engineering, Chandwad 21
  • 22. Moodle Editors  Moodle Editors  MoodleText Editors  Atto HTML Editor  Equation Editor  TinyMCE Editor  File Picker SNJB's KBJ College of Engineering, Chandwad 22
  • 23. Chat, Messaging and Forums SNJB's KBJ College of Engineering, Chandwad 23
  • 24. Quizzes and Question Banks SNJB's KBJ College of Engineering, Chandwad 24
  • 26. ThankYou!! Prepared By: Junaid S. Shaikh, Seat No.:T120414250 2612/03/2016