Catalyst IT Limited  
Planet Catalyst
 

06 June 2013

Kristina Hoeppner

face

Some minutes in French

Tonight was another premiere for me. After having delivered my first keynote at iMoot 2013 on 26 May 2013, I gave my first presentation in French for MaharaMoot FR 2013 in Bordeaux, France. The organizing committee had invited me to present online at this annual MoodleMoot and MaharaMoot.

It was quite an experience for a number of reasons:

  1. I wanted to present in French because the audience would be primarily French.
  2. I had to present online using a system that would only work on a Windows computer.
  3. The video conference system did not have a text backchannel and once I entered the screensharing mode, I had no idea what the audience might be doing. No other software could be used.
  4. Altough we had tested the audio three times beforehand, once the mic was turned on for this huge lecture hall, all I heard was my echo which threw me completely, and I ended up having big pauses at the end of my sentences to have my echo catch up with me. It would have improved things had I turned off the sound, but then I would not have known that
  5. We ran into audio issues and the audio dropped out. Since there was no backchannel and I could not see the video feed during the screensharing, I could have continued without noticing that I had totally lost my audience. So I had the “Allô ? Anybody there?” question a few times (which I cut out of the recording).

So, all in all, it could have been a better experience. Nevertheless, I am happy that I did it because I learned a few things that I can keep in mind for future online presentations:

  1. When you hear your voice on the other end, turn the volume down and try not to care too much. Everything will be delayed for a second or two and thus also your pauses.
  2. If there is no backchannel built into the conferencing software that is being used, arrange another synchronous way to communicate with a person in the audience outside of the software in case something goes wrong and you need to troubleshoot things. For that you might need two screens so that you can stay in fullscreen mode for the presentation, but monitor the backchannel on the secondary monitor.
  3. Engaging the audience is tough if you are the only head that’s not present in the room. I had a few questions at the beginning to at least get a reaction with a show of hands which helped me to know a tiny bit more about the audience, but that only worked because there was a camera in the room that could be turned to cover at least 75% of the seating.
  4. Don’t plan for too much time for questions as the audience may not have any and filling silence from the off is even more difficult than when you are in the room.

I am very happy that I had great support during the preparation of my presentation: Pascale got rid of my glaring French mistakes, Olivier, a technician from the Université de Bordeaux, made sure that the sound, video and screensharing worked as best as possible, colleagues at Catalyst and friends on Facebook gave me encouraging pep talks and a note to calm my nerves for presenting in French, and a good friend of mine and her son took photos of sand under a microscope that I could use on my first slide*.

Merci beaucoup.

* For those who don’t know French: The title of my presentation is “More than just an ePortfolio system”. There is more to Mahara than just the portfolio side as there is more to sand when you view it under the microscope. The photo even displays sand from Wellington that I had sent my friend. She is homeschooling her children, and one thing they explored for their lessons a while ago was sand. She had asked her network to send them sand from different places so the kids could compare the sand under the microscope.

27 May 2013

Dan Marsden

GSOC 2013 Projects

We had some great applications for GSOC this year and there are 7 students who have been accepted. I’m excited to be working with 2 students this year – Mayank Gupta who will be working on improving the SCORM player in Moodle to work better on mobile devices – Mayank has been part of GSOC with Moodle in previous years so his continued contribution to SCORM is appreciated!

Vinnie Monaco submitted a proposal to develop a plugin that uses keystroke dynamics to verify the identity of a user before allowing them to enter a Moodle quiz – this will involve a practical application of his research and looks to be a very interesting way to verify the logged in user.

The biggest mistake applicants made this year was not attempting to fix a Moodle bug – one of the requirements of the Moodle GSOC application process is that students must try to fix a Moodle bug – many didn’t try and some just rewrote a patch that was already available on the tracker.

Thanks to all the students who put effort into their applications – hopefully some of you will continue to engage in the Moodle community even if your applications weren’t successful.

24 May 2013

Kristina Hoeppner

face

Open Badges in Mahara: The quick way

Open Badges are all the rave at this year’s iMoot because Moodle allows you to earn badges. This functionality is new in Moodle 2.5 that was just released last week.

Mahara will be a displayer of badges once others than Mozilla can also be badges backpacks. We hope that this code will be released soon so we can implement it into the next release.

For the time being however, there is a quick and dirty hack to show off your badges in Mahara by using an iFrame. Here’s what you have to do.

  1. Ask your site administrator to add “backpack.openbadges.org/share” to the list of allowed iFrames. This can be done from Mahara 1.6 on. If you are on Mahara 1.5, your site administrator needs to delve into the code to add the URL.
  2. Go to your Mozilla Backpack and create a collection for the badges that you would like to display.
  3. Make this collection public.
  4. Copy the URL of your public collection and create an iFrame code around it. An easy tool is the Online iFrame generator. Just paste your URL in there, choose the settings you’d like to have, and off you go. I chose scrolling and a width and height of 800px.
  5. Copy the resulting iFrame code.
    Mine looked like this:

<iframe src=”http://backpack.openbadges.org/share/cb5f7bf2cfcfbf0bfcb7470f2798bb67/” style=”border:0px #FFFFFF none;” name=”myiFrame” scrolling=”yes” frameborder=”1″ marginheight=”0px” marginwidth=”0px” height=”800px” width=”800px”></iframe>

You can use this iFrame code and just replace the URL which is displayed in bold.

  • Create a page in your Mahara portfolio and set the layout to 1 column only.
  • Either use the “Text box / note” block or the “External content” block to embed your iFrame. I am going to use the “External content” block because it’s easier. :-)
  • Paste your iFrame code into the block, give it a heading and you are done.
  • Save the block. Your badges now appear in your page.
  • For an example, check out my iMoot badges page.