SlideShare une entreprise Scribd logo
1  sur  42
Télécharger pour lire hors ligne
Mura	
  &	
  Moodle	
  	
  
Paul	
  Denato	
  
Web	
  Developer	
  
Einstein	
  Healthcare	
  Network	
  
Current	
  Mura	
  Sites 	
  	
  
Current	
  Mura	
  Sites 	
  	
  
Current	
  Mura	
  Sites 	
  	
  
Current	
  Mura	
  Sites 	
  	
  
Current	
  Mura	
  Sites 	
  	
  
What	
  we've	
  accomplished	
  with	
  Education	
  
o  25,000	
  Registra?ons	
  
o  3,500	
  Trained	
  on	
  the	
  LMS	
  
−  200	
  SCORM	
  courses	
  
o  450	
  courses	
  and	
  5,700	
  classes	
  
Why	
  Moodle	
  
Why	
  We	
  Chose	
  Moodle	
  
o  Free	
  	
  
o  Connects	
  with	
  MSSQL	
  
o  Wide	
  reaching	
  open	
  source	
  community	
  
for	
  help	
  with:	
  
−  Overall	
  configura?on	
  
−  SeQng	
  up	
  SCORM	
  courses	
  
How	
  we	
  connect	
  	
  
to	
  Moodle	
  
DataBase	
  Connectivity	
  
o  To	
  set	
  up	
  MSSQL	
  with	
  PHP	
  we	
  used	
  both	
  of	
  
these	
  2	
  methods	
  
o  Install	
  PHP	
  Drivers	
  for	
  SQL	
  Server	
  if	
  you’re	
  using	
  IIS	
  
−  hTp://www.microsoW.com/en-­‐us/download/
details.aspx?id=20098	
  
o  Install	
  the	
  FreeTDS	
  extension	
  for	
  PHP	
  in	
  
other	
  environments	
  
−  hTp://www.freetds.org/	
  
−  hTp://jus?nhileman.info/ar?cle/reinstalling-­‐	
  
php-­‐on-­‐mac-­‐os-­‐x/	
  
Authentication	
  
o  Set	
  up	
  the	
  custom	
  login	
  page	
  
How	
  we	
  tie	
  in	
  to	
  the	
  LMS	
  
Site	
  Administra?on	
  	
  ▶	
  	
  Plugins	
  	
  ▶	
  	
  Authen?ca?on	
  	
  ▶	
  	
  Manage	
  Authen?ca?on	
  	
  
Authentication	
  
o  Set	
  up	
  the	
  custom	
  login	
  page	
  
o  Addi?onal	
  data	
  to	
  Moodle	
  
Adding	
  User	
  Fields	
  
Site	
  Administra?on	
  	
  ▶	
  	
  Advanced	
  Features	
  	
  ▶	
  	
  Users	
  	
  ▶	
  	
  User	
  Profile	
  
40556	
  
NE33224	
  
Typical	
  Einstein	
  
Employee	
  ID	
  
Authentication	
  
o  Set	
  up	
  the	
  custom	
  login	
  page	
  
o  Addi?onal	
  data	
  to	
  Moodle	
  
o  Manually	
  enroll	
  users	
  upon	
  
successful	
  LDAP	
  authen?ca?on	
  
How	
  we	
  tie	
  in	
  to	
  the	
  LMS	
  
Root	
  	
  ▶	
  	
  login	
  	
  ▶	
  	
  index.php	
  
Walker	
  Safety	
  Training	
  
Course	
  ID:	
  5	
  
Manually	
  enroll	
  the	
  
student	
  &	
  add	
  data	
  
Populate	
  vars	
  and	
  direct	
  
to	
  SCORM	
  Player	
  
Query	
  Moodle	
  with	
  
Course	
  ID	
  to	
  get	
  Sco	
  ID	
  
Calling	
  the	
  SCORM	
  Player	
  
o  Plugin	
  variable	
  with	
  the	
  test	
  domain	
  
Plugin	
  Set	
  Up	
  
This	
  domain	
  will	
  be	
  
where	
  the	
  login	
  lives.	
  
Calling	
  the	
  SCORM	
  Player	
  
o  Plugin	
  variable	
  with	
  the	
  test	
  domain	
  
o  Extended	
  aTribute	
  containing	
  the	
  
Moodle	
  Category	
  ID	
  
Extended	
  Attributes	
  
Select	
  Moodle	
  
Page	
  Type	
  
Set	
  the	
  Extended	
  
APributes	
  
Extended	
  Attributes	
  
Add	
  it	
  to	
  the	
  main	
  
content	
  area.	
  
Select	
  the	
  display	
  object	
  
required	
  for	
  this	
  page.	
  
Calling	
  the	
  SCORM	
  Player	
  
o  Plugin	
  variable	
  with	
  the	
  test	
  domain	
  
o  Extended	
  aTribute	
  containing	
  the	
  
Moodle	
  Category	
  ID	
  
o  The	
  plugin	
  display	
  object	
  uses	
  this	
  ID	
  
to	
  make	
  an	
  AJAX	
  call	
  to	
  the	
  moodle	
  
datasource	
  
DSP	
  Object	
  AJAX	
  Call	
  
Switch	
  Statement	
  
Switch	
  Statement	
  
Case	
  0	
  =	
  Learning	
  Object	
  
If	
  it’s	
  1	
  we	
  go	
  into	
  the	
  
grading	
  styles	
  
Demo	
  
Further	
  
Integration	
  
Registration	
  Plugin	
  
o  Current	
  LMS	
  contract	
  running	
  out	
  
o  Administrator	
  registra?on	
  only	
  
o  Instructor	
  lead	
  class	
  and	
  online	
  
learning	
  module/assessment 	
  	
  
Adding	
  the	
  Moodle	
  SCORM	
  
o  All	
  values	
  would	
  be	
  aTached	
  at	
  the	
  
course	
  level	
  in	
  the	
  current	
  plugin	
  
Training	
  Landing	
  Page	
  
Training	
  Landing	
  Page	
  
Training	
  Landing	
  Page	
  
Training	
  Landing	
  Page	
  
Demo	
  
Select	
  SCORM	
  
Content	
  
SCORM	
  Landing	
  Page	
  
o  Incoming	
  Residents	
  
o  Easy	
  access	
  to	
  all	
  required	
  training	
  
o  Extended	
  aTributes	
  
SCORM	
  Landing	
  Page	
  
These	
  are	
  the	
  course	
  id’s	
  
from	
  Moodle.	
  
Demo	
  
Wrap	
  Up	
  
Final	
  Thoughts	
  
o  Individual	
  SCORM	
  Content	
  
o  Mul?ple	
  Enrolled	
  SCORM	
  Content	
  
o  Select	
  SCORM	
  Courses	
  by	
  Request	
  
Questions	
  
Thank	
  You	
  
Contact	
  Info:	
   Paul	
  Denato	
  
pdenato@gmail.com	
  
@denato	
  
/denato	
  
	
  
	
  
	
  

Contenu connexe

Tendances

Od47 g formation-ibm-i-db2-and-sql-school
Od47 g formation-ibm-i-db2-and-sql-schoolOd47 g formation-ibm-i-db2-and-sql-school
Od47 g formation-ibm-i-db2-and-sql-school
CERTyou Formation
 
It academy program at svit
It academy program at svitIt academy program at svit
It academy program at svit
Arpit Shah
 

Tendances (14)

Advanced diploma in blogging – CIQ
Advanced diploma in blogging – CIQAdvanced diploma in blogging – CIQ
Advanced diploma in blogging – CIQ
 
Open edX Cypress Release Features
Open edX Cypress Release FeaturesOpen edX Cypress Release Features
Open edX Cypress Release Features
 
Od47 g formation-ibm-i-db2-and-sql-school
Od47 g formation-ibm-i-db2-and-sql-schoolOd47 g formation-ibm-i-db2-and-sql-school
Od47 g formation-ibm-i-db2-and-sql-school
 
Open edX Birch Release Standard Features
Open edX Birch Release Standard FeaturesOpen edX Birch Release Standard Features
Open edX Birch Release Standard Features
 
Motorola Solutions 2016 North America Training Catalog
Motorola Solutions 2016 North America Training Catalog Motorola Solutions 2016 North America Training Catalog
Motorola Solutions 2016 North America Training Catalog
 
It academy program at svit
It academy program at svitIt academy program at svit
It academy program at svit
 
Moodle Enterprise Solutions with MoOdalis
Moodle Enterprise Solutions with MoOdalisMoodle Enterprise Solutions with MoOdalis
Moodle Enterprise Solutions with MoOdalis
 
Diploma in Management for Travel and Tourism ( Level 4 : Credit - 60)
Diploma in Management for Travel and Tourism ( Level 4 : Credit - 60)Diploma in Management for Travel and Tourism ( Level 4 : Credit - 60)
Diploma in Management for Travel and Tourism ( Level 4 : Credit - 60)
 
Camosun college bus adminpostdegreediploma
Camosun college bus adminpostdegreediplomaCamosun college bus adminpostdegreediploma
Camosun college bus adminpostdegreediploma
 
Level 5 Diploma in IT Networking
Level 5 Diploma in IT NetworkingLevel 5 Diploma in IT Networking
Level 5 Diploma in IT Networking
 
Payroll Management and Systems Diploma - One Education
Payroll Management and Systems Diploma - One EducationPayroll Management and Systems Diploma - One Education
Payroll Management and Systems Diploma - One Education
 
Advanced diploma in word press blogging – ciq centre for international qual...
Advanced diploma in word press blogging – ciq   centre for international qual...Advanced diploma in word press blogging – ciq   centre for international qual...
Advanced diploma in word press blogging – ciq centre for international qual...
 
Extended Diploma in Management (Level 5)
Extended Diploma in Management (Level 5)Extended Diploma in Management (Level 5)
Extended Diploma in Management (Level 5)
 
ATHE Level 5 Extended Diploma in Management (120 Credit)
 ATHE Level 5 Extended Diploma in Management (120 Credit) ATHE Level 5 Extended Diploma in Management (120 Credit)
ATHE Level 5 Extended Diploma in Management (120 Credit)
 

En vedette

TrainingVC Mar27.2014
TrainingVC Mar27.2014TrainingVC Mar27.2014
TrainingVC Mar27.2014
John Collins
 
Lms And Lcms
Lms And LcmsLms And Lcms
Lms And Lcms
tinech
 

En vedette (17)

Learning environment
Learning environmentLearning environment
Learning environment
 
An Introduction to Moodle
An Introduction to MoodleAn Introduction to Moodle
An Introduction to Moodle
 
TrainingVC Mar27.2014
TrainingVC Mar27.2014TrainingVC Mar27.2014
TrainingVC Mar27.2014
 
Lms, cms, lcms
Lms, cms, lcmsLms, cms, lcms
Lms, cms, lcms
 
2015 trends in education-pn rao
2015 trends in education-pn rao2015 trends in education-pn rao
2015 trends in education-pn rao
 
SAP Successfactors Training
SAP Successfactors TrainingSAP Successfactors Training
SAP Successfactors Training
 
Collaborative Content Management in E-learning
Collaborative Content Management in E-learningCollaborative Content Management in E-learning
Collaborative Content Management in E-learning
 
SAP SUCCESSFACTORS LMS TRAINING
SAP SUCCESSFACTORS LMS TRAINING SAP SUCCESSFACTORS LMS TRAINING
SAP SUCCESSFACTORS LMS TRAINING
 
Towards a Framework for Visual Literacy Thinking
Towards a Framework for Visual Literacy ThinkingTowards a Framework for Visual Literacy Thinking
Towards a Framework for Visual Literacy Thinking
 
LCMS - Content Artery To The Portal
LCMS - Content Artery To The PortalLCMS - Content Artery To The Portal
LCMS - Content Artery To The Portal
 
LMS & LCMS
LMS & LCMSLMS & LCMS
LMS & LCMS
 
Lms And Lcms
Lms And LcmsLms And Lcms
Lms And Lcms
 
LMS vs CMS: A Summary
LMS vs CMS: A SummaryLMS vs CMS: A Summary
LMS vs CMS: A Summary
 
Cuadros
CuadrosCuadros
Cuadros
 
CMS, LMS & LCMS
CMS, LMS & LCMSCMS, LMS & LCMS
CMS, LMS & LCMS
 
LCMS, LMS, & CMS in eLearning
LCMS, LMS, & CMS in eLearningLCMS, LMS, & CMS in eLearning
LCMS, LMS, & CMS in eLearning
 
Survival Tips for Integrating Technology
Survival Tips for Integrating TechnologySurvival Tips for Integrating Technology
Survival Tips for Integrating Technology
 

Similaire à Mura CMS & Moodle LMS

10135 a 00
10135 a 0010135 a 00
10135 a 00
Bố Su
 
Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00
gameaxt
 

Similaire à Mura CMS & Moodle LMS (20)

10135 b 00
10135 b 0010135 b 00
10135 b 00
 
10135 a 00
10135 a 0010135 a 00
10135 a 00
 
Moodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovationMoodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovation
 
MCSA Windows Server 2012 installation and configuration by Iworld technologies
MCSA Windows Server 2012 installation and configuration by Iworld technologiesMCSA Windows Server 2012 installation and configuration by Iworld technologies
MCSA Windows Server 2012 installation and configuration by Iworld technologies
 
SPLMS presentation English
SPLMS presentation EnglishSPLMS presentation English
SPLMS presentation English
 
MS-030T00A-ENU-PowerPoint_00.pptx
MS-030T00A-ENU-PowerPoint_00.pptxMS-030T00A-ENU-PowerPoint_00.pptx
MS-030T00A-ENU-PowerPoint_00.pptx
 
Moodle tutotial
Moodle tutotialMoodle tutotial
Moodle tutotial
 
20778B_00.pptx
20778B_00.pptx20778B_00.pptx
20778B_00.pptx
 
Moodle In The Enterprise
Moodle In The EnterpriseMoodle In The Enterprise
Moodle In The Enterprise
 
Mcsa certification 410
Mcsa certification 410Mcsa certification 410
Mcsa certification 410
 
6 Ways to Deliver corporate eLearning with moodle
6 Ways to Deliver corporate eLearning with moodle6 Ways to Deliver corporate eLearning with moodle
6 Ways to Deliver corporate eLearning with moodle
 
Training Revenue Enhancement Program V2
Training Revenue Enhancement Program V2Training Revenue Enhancement Program V2
Training Revenue Enhancement Program V2
 
Advanced c++ - edukite
Advanced c++ - edukiteAdvanced c++ - edukite
Advanced c++ - edukite
 
Oli
OliOli
Oli
 
Oli
OliOli
Oli
 
Moodle sms
Moodle smsMoodle sms
Moodle sms
 
Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00
 
MoodleCloud manual for learners
MoodleCloud manual for learnersMoodleCloud manual for learners
MoodleCloud manual for learners
 
Cets 2014 kanter wordpress as an lms
Cets 2014 kanter wordpress as an lmsCets 2014 kanter wordpress as an lms
Cets 2014 kanter wordpress as an lms
 
AZ-204T00A-PowerPoint_00.pptx
AZ-204T00A-PowerPoint_00.pptxAZ-204T00A-PowerPoint_00.pptx
AZ-204T00A-PowerPoint_00.pptx
 

Plus de Mura CMS

Plus de Mura CMS (10)

Mura ORM & Ember JS
Mura ORM & Ember JSMura ORM & Ember JS
Mura ORM & Ember JS
 
Mura CMS 6.1 Overview
Mura CMS 6.1 OverviewMura CMS 6.1 Overview
Mura CMS 6.1 Overview
 
Community its easier than you think
Community its easier than you thinkCommunity its easier than you think
Community its easier than you think
 
Interacting with the Mura CMS Core
Interacting with the Mura CMS CoreInteracting with the Mura CMS Core
Interacting with the Mura CMS Core
 
Faceted Search In Mura CMS Using Elasticsearch
Faceted Search In Mura CMS Using ElasticsearchFaceted Search In Mura CMS Using Elasticsearch
Faceted Search In Mura CMS Using Elasticsearch
 
Mura CMS Publishing Workflow
Mura CMS Publishing WorkflowMura CMS Publishing Workflow
Mura CMS Publishing Workflow
 
How To Plan A Successful Multi-Site Deployment In Mura CMS
How To Plan A Successful Multi-Site Deployment In Mura CMSHow To Plan A Successful Multi-Site Deployment In Mura CMS
How To Plan A Successful Multi-Site Deployment In Mura CMS
 
Effective Intranet Planning
Effective Intranet PlanningEffective Intranet Planning
Effective Intranet Planning
 
Railo 4.0 - MuraCon Presentations
Railo 4.0 - MuraCon PresentationsRailo 4.0 - MuraCon Presentations
Railo 4.0 - MuraCon Presentations
 
Integrating Google Search Appliance with Mura CMS
Integrating Google Search Appliance with Mura CMSIntegrating Google Search Appliance with Mura CMS
Integrating Google Search Appliance with Mura CMS
 

Dernier

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Mura CMS & Moodle LMS