SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Moodle – Beyond the basics

                     Angelique Bodart
                        Chris Hebbes
Moodle: Beyond the basics
   During this workshop you will
       Apply the basics of instructional design to creating a
        moodle object
       Use rich media, styles and styling approaches to add
        interest
       Design and develop quizzes to test learners’ knowledge
   Instructional design in eLearning
How to add interest and styling
<heading>This is a heading</heading>
<paragraph>This is a paragraph</paragraph>
<div id=“bob”>I want to call this Bob</div> html
                                                   This is a heading
                                                   This is a paragraph
                                                   I want to call this Bob
.heading {color=“red”; size=14}
.paragraph {border=1}
#bob .paragraph {}                        css


 What does this mean?
    •Moodle accepts CSS
    •Moodle accepts HTML
    •We can easily change the way a page
    looks
         •If you think about design when
         you start!
Try this!
   Write down your 3 objectives for your activity
   Set up a new “label”
              <div id="myactivity"><H1>My learning activity</H1>
              <p>After completing this activity, a learner will be able to
              <ul>
              <li>Objective 1</li>
              <li>Objective 2</li>
              <li>Objective 3</li>
              </ul></p></div>                                        html


   You need to tell moodle how to style your text
   Set up a new label
              <style type="text/css">
              #myactivity p{ color: red; }
              #myactivity h1{ color: blue;}
              #myactivity li{bgcolor:blue;}
              </style>
                                                                    html
   Why bother?
       You can change the style of a page with a few keystrokes
       You can have an easily accessible version
           Websites use this technique to change text sizes quickly
   Useful terms
       <p> </p> Paragraph tags
       <h1> </h1> Heading (H1, H2, H3, H4)
       <em> </em> Italic
       <ul> </ul> Underline
       <ul> <li></li> </ul> Unordered list (and list item)
       <ol> <li></li> </ol> Ordered list
       <a> </a> Anchor (used for links)
   The <a> tag...
       Has some special properties
           Hover – sets the styling when hovering over a link
           Visited – sets the styling when a link is visited
           Active – sets the styling when a link is active
                   <style type="text/css">
                   #myactivity a:hover{color=“red”;}
                   </style>
                                                       html
   A brief recap
   We have
       Chosen some objectives for our activities
       Input them to moodle in a sustainable way
       Shown how changing their appearance can make them
        engaging
Using rich media in Moodle
What will we cover?


How to embed the following media
    Images – from your desktop and Flickr

    PDF documents

    Videos - created by you and those stored on YouTube

    Xerte Online Toolkit objects
What can you do with images?

    Attach a link to an image – either linking to elsewhere in
     the course to aid internal navigation or to an external site

    Create a 'mouseover' effect – where two images
     interchange as the cursor glides over the image

    Add images to the main course page using Label or to
     Pages to break up text or even in quizzes as part of a
     question

    Display multiple images as a gallery on a Page using
     Lightbox (tool integrated into the system)
What can you do with videos?


   Embed videos from YouYube via the Share button and
    copying the the Old Embed Code

   Upload a video as a File but experiment with the display
    options - embed in the page, pop-up in a frame etc

   Upload your video to the shared ULCC media server and
    stream it
What is Xerte and how can you
use it in Moodle?
What is Xerte?

    Xerte Online Toolkits is a creation tool by The University
     of Nottingham.

    The objects produced are SWF files.

    Xerte Online Toolkits can be used to generate an
     interactive presentation-like object with videos, quizzes,
     images etc.

 How do you embed Xerte?

    Download the object as a SCORM package (the site is
     wiped monthly) and upload to your course as SCORM
Other media creation tools online

Video and Audio editing
    Camtasia – screen capture - video and audio recording
     and manipulating software

    Audacity – free audio manipulating software

    Windows Movie maker – free video manipulating software

    Jing – free screen capture - video and audio recording
     software
Other media creation tools online


Course enhancement
    Cool Text – create fancy text buttons as images (free)

    Hot Potatoes – free quiz creation tool

    Icons (my site my way) – free picture icons
Using Quizzes in Moodle
Quizzes and questions


     Category




                Course


                     Quiz


   Site
   Creating a question bank
       Group of many questions
       Accessible in the “site”, “category”, or “course” context
       Can use all, specified, or random questions for quizzes
       Can tag questions
   E.g. School wide question bank
       Questions on paediatric emergencies accessible to
           A+E trainees
           Anaesthetic trainees
           GP trainees
           Paeds trainees... Etc
Example Quiz
   Lets write some questions for your activity
   Basic principles
   Quizzes
       Blank Canvas
           Add questions from bank
           Create your own questions
   Writing questions with a medical context
       MCQs
           Need to be “Matching”
       SBAs
           Needs to be “Multiple Choice”, with 100% weighting for the
            correct answer
Examples of material

Weitere ähnliche Inhalte

Andere mochten auch

Bentuk pasukan frog sekolah
Bentuk pasukan frog sekolahBentuk pasukan frog sekolah
Bentuk pasukan frog sekolahIjja Matt
 
Slideshare
SlideshareSlideshare
Slideshares1160145
 
Aboutmoodle
AboutmoodleAboutmoodle
Aboutmoodles1160145
 
Documentacion Moodle 2.0
Documentacion Moodle 2.0Documentacion Moodle 2.0
Documentacion Moodle 2.0Maria Moodle
 
Starting out with a VLE - what to expect
Starting out with a VLE - what to expectStarting out with a VLE - what to expect
Starting out with a VLE - what to expectSarah Horrigan-Fullard
 
Ebooks: standards and formats
Ebooks: standards and formatsEbooks: standards and formats
Ebooks: standards and formatsJames Clay
 

Andere mochten auch (7)

Moodle
MoodleMoodle
Moodle
 
Bentuk pasukan frog sekolah
Bentuk pasukan frog sekolahBentuk pasukan frog sekolah
Bentuk pasukan frog sekolah
 
Slideshare
SlideshareSlideshare
Slideshare
 
Aboutmoodle
AboutmoodleAboutmoodle
Aboutmoodle
 
Documentacion Moodle 2.0
Documentacion Moodle 2.0Documentacion Moodle 2.0
Documentacion Moodle 2.0
 
Starting out with a VLE - what to expect
Starting out with a VLE - what to expectStarting out with a VLE - what to expect
Starting out with a VLE - what to expect
 
Ebooks: standards and formats
Ebooks: standards and formatsEbooks: standards and formats
Ebooks: standards and formats
 

Ähnlich wie VLE Development Day - Moodle:Beyond the Basics

Moodle In The Making P B E A
Moodle In The Making P B E AMoodle In The Making P B E A
Moodle In The Making P B E Aguesta63c23
 
Edline: Updates and Beyond
Edline: Updates and BeyondEdline: Updates and Beyond
Edline: Updates and BeyondMisterPeters
 
Moodle Guide
Moodle GuideMoodle Guide
Moodle GuideMissSmith
 
Using Moodle 2.2 in College (case study)
Using Moodle 2.2 in College (case study)Using Moodle 2.2 in College (case study)
Using Moodle 2.2 in College (case study)Maria Moodle
 
Moodle Do's and Moodle Don'ts
Moodle Do's and Moodle Don'tsMoodle Do's and Moodle Don'ts
Moodle Do's and Moodle Don'tsSandy Hirtz
 
PSD to a Drupal Theme (using a base theme)
PSD to a Drupal Theme (using a base theme)PSD to a Drupal Theme (using a base theme)
PSD to a Drupal Theme (using a base theme)kuydigital
 
Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Yum Studio
 
Adobe Dreamweaver1
Adobe Dreamweaver1Adobe Dreamweaver1
Adobe Dreamweaver1nkinoshi
 
Joomla Beginner Template Presentation
Joomla Beginner Template PresentationJoomla Beginner Template Presentation
Joomla Beginner Template Presentationalledia
 
Intro to WordPress Child Themes (NERDS Sept 2014)
Intro to WordPress Child Themes (NERDS Sept 2014)Intro to WordPress Child Themes (NERDS Sept 2014)
Intro to WordPress Child Themes (NERDS Sept 2014)Kelly Dwan
 
Enriching the learning experience through interactive course content
Enriching the learning experience through interactive course contentEnriching the learning experience through interactive course content
Enriching the learning experience through interactive course contentIreland & UK Moodlemoot 2012
 
Moodle moot 4th april 2012
Moodle moot 4th april 2012Moodle moot 4th april 2012
Moodle moot 4th april 2012Kyle Goslin
 
Theming moodle technical
Theming moodle   technicalTheming moodle   technical
Theming moodle technicalAlex Walker
 
IBM developerWorks overview
IBM developerWorks overviewIBM developerWorks overview
IBM developerWorks overviewbobleah
 
Drupal 6x Installation
Drupal 6x Installation Drupal 6x Installation
Drupal 6x Installation Micky Metts
 
An Overview of RoboHelp 7
An Overview of RoboHelp 7An Overview of RoboHelp 7
An Overview of RoboHelp 7Scott Abel
 

Ähnlich wie VLE Development Day - Moodle:Beyond the Basics (20)

Moodle In The Making P B E A
Moodle In The Making P B E AMoodle In The Making P B E A
Moodle In The Making P B E A
 
Edline: Updates and Beyond
Edline: Updates and BeyondEdline: Updates and Beyond
Edline: Updates and Beyond
 
Moodle Guide
Moodle GuideMoodle Guide
Moodle Guide
 
Using Moodle 2.2 in College (case study)
Using Moodle 2.2 in College (case study)Using Moodle 2.2 in College (case study)
Using Moodle 2.2 in College (case study)
 
Moodle Do's and Moodle Don'ts
Moodle Do's and Moodle Don'tsMoodle Do's and Moodle Don'ts
Moodle Do's and Moodle Don'ts
 
PSD to a Drupal Theme (using a base theme)
PSD to a Drupal Theme (using a base theme)PSD to a Drupal Theme (using a base theme)
PSD to a Drupal Theme (using a base theme)
 
Acpet vic elearning_induction2010
Acpet vic elearning_induction2010Acpet vic elearning_induction2010
Acpet vic elearning_induction2010
 
Joomla Templates101
Joomla Templates101Joomla Templates101
Joomla Templates101
 
Web 101 intro to html
Web 101  intro to htmlWeb 101  intro to html
Web 101 intro to html
 
Moodle tutotial
Moodle tutotialMoodle tutotial
Moodle tutotial
 
Adobe Dreamweaver1
Adobe Dreamweaver1Adobe Dreamweaver1
Adobe Dreamweaver1
 
Presentation for staff augmentation
Presentation for staff augmentationPresentation for staff augmentation
Presentation for staff augmentation
 
Joomla Beginner Template Presentation
Joomla Beginner Template PresentationJoomla Beginner Template Presentation
Joomla Beginner Template Presentation
 
Intro to WordPress Child Themes (NERDS Sept 2014)
Intro to WordPress Child Themes (NERDS Sept 2014)Intro to WordPress Child Themes (NERDS Sept 2014)
Intro to WordPress Child Themes (NERDS Sept 2014)
 
Enriching the learning experience through interactive course content
Enriching the learning experience through interactive course contentEnriching the learning experience through interactive course content
Enriching the learning experience through interactive course content
 
Moodle moot 4th april 2012
Moodle moot 4th april 2012Moodle moot 4th april 2012
Moodle moot 4th april 2012
 
Theming moodle technical
Theming moodle   technicalTheming moodle   technical
Theming moodle technical
 
IBM developerWorks overview
IBM developerWorks overviewIBM developerWorks overview
IBM developerWorks overview
 
Drupal 6x Installation
Drupal 6x Installation Drupal 6x Installation
Drupal 6x Installation
 
An Overview of RoboHelp 7
An Overview of RoboHelp 7An Overview of RoboHelp 7
An Overview of RoboHelp 7
 

VLE Development Day - Moodle:Beyond the Basics

  • 1. Moodle – Beyond the basics Angelique Bodart Chris Hebbes
  • 2. Moodle: Beyond the basics  During this workshop you will  Apply the basics of instructional design to creating a moodle object  Use rich media, styles and styling approaches to add interest  Design and develop quizzes to test learners’ knowledge
  • 3. Instructional design in eLearning
  • 4. How to add interest and styling <heading>This is a heading</heading> <paragraph>This is a paragraph</paragraph> <div id=“bob”>I want to call this Bob</div> html This is a heading This is a paragraph I want to call this Bob .heading {color=“red”; size=14} .paragraph {border=1} #bob .paragraph {} css What does this mean? •Moodle accepts CSS •Moodle accepts HTML •We can easily change the way a page looks •If you think about design when you start!
  • 5. Try this!  Write down your 3 objectives for your activity  Set up a new “label” <div id="myactivity"><H1>My learning activity</H1> <p>After completing this activity, a learner will be able to <ul> <li>Objective 1</li> <li>Objective 2</li> <li>Objective 3</li> </ul></p></div> html  You need to tell moodle how to style your text  Set up a new label <style type="text/css"> #myactivity p{ color: red; } #myactivity h1{ color: blue;} #myactivity li{bgcolor:blue;} </style> html
  • 6. Why bother?  You can change the style of a page with a few keystrokes  You can have an easily accessible version  Websites use this technique to change text sizes quickly  Useful terms  <p> </p> Paragraph tags  <h1> </h1> Heading (H1, H2, H3, H4)  <em> </em> Italic  <ul> </ul> Underline  <ul> <li></li> </ul> Unordered list (and list item)  <ol> <li></li> </ol> Ordered list  <a> </a> Anchor (used for links)
  • 7. The <a> tag...  Has some special properties  Hover – sets the styling when hovering over a link  Visited – sets the styling when a link is visited  Active – sets the styling when a link is active <style type="text/css"> #myactivity a:hover{color=“red”;} </style> html
  • 8. A brief recap  We have  Chosen some objectives for our activities  Input them to moodle in a sustainable way  Shown how changing their appearance can make them engaging
  • 9. Using rich media in Moodle
  • 10. What will we cover? How to embed the following media  Images – from your desktop and Flickr  PDF documents  Videos - created by you and those stored on YouTube  Xerte Online Toolkit objects
  • 11. What can you do with images?  Attach a link to an image – either linking to elsewhere in the course to aid internal navigation or to an external site  Create a 'mouseover' effect – where two images interchange as the cursor glides over the image  Add images to the main course page using Label or to Pages to break up text or even in quizzes as part of a question  Display multiple images as a gallery on a Page using Lightbox (tool integrated into the system)
  • 12. What can you do with videos?  Embed videos from YouYube via the Share button and copying the the Old Embed Code  Upload a video as a File but experiment with the display options - embed in the page, pop-up in a frame etc  Upload your video to the shared ULCC media server and stream it
  • 13. What is Xerte and how can you use it in Moodle? What is Xerte?  Xerte Online Toolkits is a creation tool by The University of Nottingham.  The objects produced are SWF files.  Xerte Online Toolkits can be used to generate an interactive presentation-like object with videos, quizzes, images etc. How do you embed Xerte?  Download the object as a SCORM package (the site is wiped monthly) and upload to your course as SCORM
  • 14. Other media creation tools online Video and Audio editing  Camtasia – screen capture - video and audio recording and manipulating software  Audacity – free audio manipulating software  Windows Movie maker – free video manipulating software  Jing – free screen capture - video and audio recording software
  • 15. Other media creation tools online Course enhancement  Cool Text – create fancy text buttons as images (free)  Hot Potatoes – free quiz creation tool  Icons (my site my way) – free picture icons
  • 17. Quizzes and questions Category Course Quiz Site
  • 18. Creating a question bank  Group of many questions  Accessible in the “site”, “category”, or “course” context  Can use all, specified, or random questions for quizzes  Can tag questions  E.g. School wide question bank  Questions on paediatric emergencies accessible to  A+E trainees  Anaesthetic trainees  GP trainees  Paeds trainees... Etc
  • 20. Lets write some questions for your activity  Basic principles  Quizzes  Blank Canvas  Add questions from bank  Create your own questions  Writing questions with a medical context  MCQs  Need to be “Matching”  SBAs  Needs to be “Multiple Choice”, with 100% weighting for the correct answer