Hjælp til udvikling af E-learning platform

Ang: Hjælp til udvikling af E-learning platform

ved Nicolai Winther-Nielsen -
Antal besvarelser: 0

Hej Louise,

Dit uddybende spørgsmål fik mig til at reflektere lidt mere over DESIGN-udfordringen, og jeg vil svare to ting.

1. Min kone kører et kursus for erhvervsfolk, og deres første krav vil altid være at der kan leveres gode og anvendelige opgaver. I så henseende er Moodle i top, fordi instruktørerne kan bruge kræfterne på kreativitet og pædagogisk udfoldelse i stedet for at spilde tiden på programmering. Det har jeg selv fået ud af min årelange erfaring som pædagog på applicationssiden.

2. Men en hurtig søgning på Moodle antyder, at du sikkert kan komme meget langt med at lade din webprogrammør udvikle skins. Jf den vedhæftede information fra Moodles site.

Det tyder på, at der er meget fine grafiske muligheder i Moodle.  Måske kan et konkret eksempel også være en rigtig god illustration: en egyptolog fra Chicago har kreeret følgende site, der viser lidt af poentialet i at bruge skin:  http://www.glyphdoctors.com/  

Mvh Nicolai

http://moodle.org/doc/?file=developer.html

Themes

Themes (or skins) define the look of a site. A number of simple themes are provided in the main distribution, but you may want to create your own theme with your own colours, logo, styles and graphics.

Each theme is in a subdirectory of the "theme" directory, and contains at least the following files:

  • config.php: defines the theme colours used throughout the site
  • styles.php: the style sheet, containing CSS definitions for standard HTML elements as well as many Moodle elements.
  • header.html: Included at the top of each page. This is what you need to edit to add a logo at the top of pages, for example.
  • footer.html: Included at the bottom of each page.

To create your own themes for current versions of Moodle:

  1. Copy one of the existing theme folders to one with a new name. I recommend starting with one of the standard themes.
  2. Edit config.php and insert your own colours.
  3. Edit styles.php and change your CSS styles.
  4. Edit header.html and footer.html to add new logos, or change the layout.

Note that all these steps are optional - you can make a radically different look to your site simply by editing the colours in config.php

Note also that Moodle upgrades may break themes slightly, so check the release notes carefully if you are using a custom theme.

In particular, Moodle 2.0 will have a completely new display system, probably based on XSL transformations of XML output from Moodle. It is likely that the themes for this will be a completely different format, but the advantage will be a much higher possible degree of customisation (including moving elements around the page).

More discussion about this in the Themes forum on Using Moodle. If you create a nice theme that you think others might want to use, please post your zip file on the themes forum!