Posts made by Glenys Hanson

Hi Gordon,

Congratulations on your first video tutorial!

I didn't find your voice gloomy at all.

What tool did you use to create the Flash video?

Cheers,

Glenys

PS: For Henny: I think you read French, so here's a PDF tutorial. Most of it's stuff you already know but I find I sometimes forget just one little thing, and then nothing works! surprise So I have lots of these tutorials I write to remind myself. I'm willing to share them: they're all in a public Dropbox file here: https://www.dropbox.com/home/Public/Tutoriels%20Moodle I'm afraid they're not very well organised as I didn't originally intend them for other people.

Average of ratings: Useful (1)

Hi Gordon and Henny,

I don't know why the <br /> tag is there - I must have put it there some time for some reason. Anyway it doesn't stop the code from functioning.

I know I can use your clever square bracket notation on Moodle, but as I also publish some of my exercises outside of Moodle I prefer a non-Moodle-dependant option.

Cheers,

Glenys

Hi Sue,

I can reply but I don't know if I can give you the answer you need

Is there are reason you need to have your video in AVI? Generally I find it's better to convert to FLV for deployment on the Internet. You can put it on YouTube or similar and then simply integrate it with a link. There are ways of making it not public to the whole wide world on YouTube.

Cheers,

Glenys.

Hi Shane,

This is what I use (thanks to Itamar) to remove Topic outline and Section numbering:

<style type="text/css">.section .left{font-size:0;}</style>
<style type="text/css">h2.outline{display:none !important;}</style>

and Ajax still works.

However, when not logged in to the course the Topic outline and Section numbers remain visible.

Cheers,

Glenys