Book Image

Moodle 1.9 for Teaching Special Education Children (5-10): Beginner's Guide

Book Image

Moodle 1.9 for Teaching Special Education Children (5-10): Beginner's Guide

Overview of this book

Moodle is a free web application that educators can use to create effective online learning sites. But what does it have to offer to the children with special educational needs who want a fun, inspiring, interactive, and informative learning experience? Moodle 1.9 empowers educators achieve all these set of rich experiences with many related activities - this book shows you how! This book offers solutions to developing interactive courses and therapies for children with special education needs who are between the age group of 5 to 10 years. It teaches to combine Moodle 1.9 with the opportunities offered by Web 2.0, free and commercial software, and general purpose hardware devices. This book will guide the reader step-by-step in using many different tools to create exciting experiences to offer great motivation to children with special educational needs, considering the opportunities for online education. This book will help the reader to build interactive and rich online content oriented to children with special educational needs using different techniques and open source tools. It teaches you to create exercises as if you were playing with children at the school, the zoo, the beach, the supermarket, a birthday party, an aquarium, a farm, at the shopping, a circus or at home. You will be able to work with drawings, music, sounds, videos, photographs and text, and you will combine all these pieces into nice experiences for children who need to find extra motivation to improve their learning skills. Besides, it will teach you to take advantage of general purpose, non-expensive hardware like gamepads, joysticks, digital pens also known as pen-sketches, multi-touch screens, netbooks and touchpads. The usage of some of these hardware devices combined with visually rich activities usually offer children an extra motivation to focus on solving the exercises.
Table of Contents (16 chapters)
Moodle 1.9 for Teaching Special Education Children (5-10 Year Olds)
Credits
About the Author
Acknowledgement
About the Reviewer
Preface

Time for action - preparing texts using colors and fonts


First, we must download and install Hot Potatoes 6.3. Next, we will prepare the sentences for our matching composite pictures exercise.

  1. 1. If you do not have it yet, download and install Hot Potatoes 6.3 (http://hotpot.uvic.ca/#downloads).

  2. 2. Start Hot Potatoes and click on JMatch. A new window with the JMatch application will appear.

  3. 3. Enter Matching composite pictures in the Title textbox.

  4. 4. Click on the corresponding Right (jumbled) items textbox and enter the text shown in the next table for each row, as seen in the next screenshot:

Row number

Text to enter in the Right (jumbled) items textbox

1

<h2 style="color:blue">

<em>There is a big blackboard and a big eraser</em>

</h2>

2

<h2 style="color:blue">

<em>There is a big case and a pair of big scissors</em>

</h2>

3

<h2 style="color:green">

<em>There is a small case and a pair of small scissors</em>

</h2>

4

<h2 style="color:green">

<em>There is a small blackboard and a small eraser</em>

</h2>

  1. 5. Select File | Save from JMatch's main menu. Save the file as matching0101.jmt in the previously created folder, C:\School.

  2. 6. Next select File | Create Web Page | Drag/Drop Format. JMatch will create a new web page. Save the new file as matching0101.html in the aforementioned folder.

  3. 7. A new dialog box will appear. Click on View the exercise in my browser. You want to preview the previously entered text with colors and fonts on the screen.

  4. 8. The default web browser will appear showing the matching exercise with a drag/drop format. You will be able to see the four sentences with a big font. Two of them are in blue (the ones talking about big things) and the other two are in green (the ones talking about small things), as shown in the next screenshot:

What just happened?

We installed Hot Potatoes 6 and we prepared the sentences for our matching composite pictures exercise, using a drag-and-drop format.

We used JMatch to edit and preview the following four sentences as items on the right-hand side:

  • There is a big blackboard and a big eraser

  • There is a big case and a pair of big scissors

  • There is a small case and a pair of small scissors

  • There is a small blackboard and a small eraser

Using HTML tags to define colors and fonts

We didn't want to use the default fonts and colors. We added HTML code to specify different colors for the aforementioned sentences. JMatch doesn't offer a simple way to select fonts and colors for the sentences. However, it allows us to work with standard HTML tags. Therefore, we used the following header to specify a Heading 2 style with a blue color and emphasized text:

<h2 style="color:blue"><em>

Next, we entered the plain text for the sentence:

There is a big blackboard and a big eraser

Finally, we used the following footers:

</em></h2>

We used the same tags for the other sentences. We just replaced the color:blue code by color:green in the sentences colored in green.

Note

HTML tags are a bit complex. However, you don't need to master the HTML standard in order to create a nice matching composite pictures exercise. You can replace the color name with other pure colors such as red, black, or white.

Working with red, green, and blue components to define customized colors

If we need other colors, we can use a dynamic HTML color-code chart or an HTML color picker, such as the ones offered by the HTML Color Codes website, http://html-color-codes.info.

We can click on one of the color boxes in the chart and the site will display the selected color code, as shown in the next screenshot:

If we want to use a Heading 2 style with the previously selected color and emphasized text, we should use the following HTML tags as a header:

<h2 style="color:#B4045F"><em>

Note

HTML codes define a color using a symbol (#) and a group of three two-digit hexadecimal numbers. Therefore, you will see the # followed by six letters (A-F) or numbers (0-9). The three two-digit hexadecimal numbers represent the intensity of the red, green, and blue colors. This way, combining the intensity of red, green and blue you can produce millions of different colors.

We can also move a vertical slider to choose the hue and then click into the color square in the HTML Color Picker and the site will display the selected color code, as shown in the following screenshot: