Articles and tutorials about e-learning, Moodle, Magento, technical writing, and training
For Consulting and Contact Information
For Consulting and Contact Information
If you'd like to contact me, or learn more about my Moodle, e-learning, and Blackboard consulting services, please make a quick trip to my new website at http://williamrice.com.
Sunday, July 29, 2012
Book Review: "Moodle Gradebook" by Rebecca Barrington
Tuesday, July 10, 2012
10 Brain-Based Learning Laws
I am especially interested in taking teaching techniques that work in the classroom, and adapting them for online teaching. My book Moodle Teaching Techniques began as a long list of classroom teaching techniques that worked for me. I chose techniques from that list, and show the reader how to apply them online.
Jeff Hurt's blog entry, 10 Brain-Based Learning Laws That Trump Traditional Education, suggests 10 research-based principles for effective teaching. His article is intended for classroom teachers and presenters. These principles, or laws of learning, can be accomplished online with some specific techniques. So just like we can take traditional teaching techniques and adapt them for online teaching, we can take the latest research-based teaching principles and apply them online using specific techniques.
Let's look at one of these brain-based laws of learning, and figure out how we can apply it online.
Law 2: Emotions trumps facts.
Hurt writes that, "Neuroscience has proven that everything the brain learns is filtered through emotions. There are no exceptions. How we use emotion to aide learning determines learning’s success."
To apply this law, we should bring the emotion to class early. Get the student into the desired emotional state first, and then start teaching the student. We can bring an emotional component to our online classes in several ways.
Consider putting an emotional, motivational video into the introduction of your course. For example you could begin a course about the oceans with the traditional course description and list of learing objectives. Or, you could begin it with a fun video:
In 1992, a freighter hit a storm in the Pacific Ocean sending two containers packed with 29,000 plastic ducks overboard. Dr Iain Stewart tells the story of how the mighty ocean currents sent them on an epic journey to the four corners of the Earth.
Then, you can state the learning objectives in terms that refer back to this video. For example, instead of saying,
We will learn to identify the major ocean currents, and how they organize themselves into gyres.
we could say:
We will learn about the major ocean currents that probably carried the rubber ducks on their journey, and how the gyres formed by the currents could take the ducks on an endless cicular journey.
Because we are not there to set the emotional tone for our online class, we need to use a proxy to set the tone. Video and audio can set the emotional stage for us.
In future posts, I'll talk about how we can apply some more of Hurt's ten brain-based learning laws.
As always, I welcome your comments!
Thursday, May 10, 2012
The LMS must open itself to the Web or die
"The LMS is a great management tool, but we don't see it as a teaching and learning tool," said Groom. "Spaces determine how you think and learn. Blackboard as an example doesn't exist on the Web. You wind up accessing it through an abstract login. It's a kind of cockroach motel, locked into a space outside of time, outside of the Web. Divorce the learning and collaboration from the Web and you're separating it from where most people are doing their learning."
Tuesday, May 8, 2012
Should you serve videos directly from Moodle, or use a video sharing service like Limelight or Vimeo?
I am creating a Moodle site where all of the training is either WebEx, swf or .wmv based. It will have hundreds of training videos. Would it be better to upload the files to a video repository service such as Limelight or Vimeo, or just upload to Moodle? What are the pros and cons of each approach? I am worried about the slow loading of videos if they are stored and served by Moodle, and about the ability of Moodle to adapt to a user's slow internet connection.
Tuesday, January 17, 2012
Review of My Moodle 1.9 Beginner's Guide
Thursday, December 29, 2011
It's just too creepy having Google read all my email and documents
Sorry Google, but it's just too creepy to have you reading all my mail and documents. I'll pay extra for the privacy that Microsoft will give me.
Tuesday, December 27, 2011
How to Add the SRV Records for Lync Office 365 to Your Domain's DNS Records
The domain I use with Office 365 is williamrice.net. The administrative panel tells me to add these records to my domain's DNS zone file:
There's just one problem with that. My registrar, where I create these records, doesn't give me a user interface that has fields like Service, Protocol, Port, Weight, and Priority. My registrar assumes that if I'm modifying SRV records, I know what I'm doing. So they don't give me an easy, fill-in-the-blank interface for entering the SRV record. Fortunately, they do give me great technical support.
I sent my registrar the screenshot above, and they sent me the following lines to add to my zone file:
_sipfederationtls._tcp 3600 IN SRV 1 100 5061 sipfed.online.lync.com.
sip 3600 IN CNAME sipdir.online.lync.com.
lyncdiscover 3600 IN CNAME webdir.online.lync.com.
Let me point out a few things about those lines. In the first line, notice that the Service and Protocol have been joined together, with a period between them. In each line, the TTL (Time To Live) setting of 1 Hour is written as 3600. And, each line ends with a period.
Let's translate the information that Microsoft gave me for the SRV record, into the line that my registrar gave me. Then you can make the same translation for your SRV record:
- The record begins with the Service, _sipfederationtls.
- Then, type a period (.).
- Add the Protocol, _tcp.
- Type a space.
- Then the TTL, but instead of hours it is expressed in seconds, 3600.
- Type a space.
- Add IN.
- Type a space.
- Add the Type, SRV.
- Type a space.
- Add the Weight, 1.
- Type a space.
- Add the Priority, 100.
- Type a space.
- Add the Port, 5061.
- Type a space.
- Add the Target, sipfed.online.lync.com.
- Type a period (.).
You're done. That's the line that you want to add for the SRV record, to enable Lync to work with your domain. Also, add the two CNAME records. Their format is much easier, and, your registrar probably has a fill-in-the-blank interface for adding CNAME records.
Remember to leave a comment if this is helpful (or not). I hope that Office 365 and Lync work as well for you as they have for me.
