Grid Format - better way to present list of courses to users?

Grid Format - better way to present list of courses to users?

Выдалены карыстальнік -
Колькасьць адказаў: 7

I am using 1.9 at the moment, and I love the Grid format.

I have 8 courses, each of which has approximately 5 to 10 Topics. 

I give the user the Category Link, which presents them with a vertical list of the 8 courses.

I want to make the list more visual and informative, so for each course, I put a heading, an image, and some description in the Course Summary.  I also hyperlink the heading and image to point to the course URL.

The result is of course still a vertical list, this time each item is a horizontal box containing the course name, and with the new header, image and description off to the right.

EDIT: see attached

It doesn't look great, there is a lot of empty space, and it means a much longer scroll.

Ideally, it would be much nicer if there was a grid of the list of courses too.

Can anyone suggest a way to do this please?

Укладаньне Untitled.png
Сярэдняе рэйтынгаў: -
У адказ на Выдалены карыстальнік

Re: Grid Format - better way to present list of courses to users?

Hartmut Scherer -

Hi,

I don't know how to use the Grid format for categories. When I use images in categories, I add them into the first column of a table for each category and write the description in the second column.

With kind regards,

Hartmut

У адказ на Выдалены карыстальнік

Re: Grid Format - better way to present list of courses to users?

Выдалены карыстальнік -

Update:

I have managed to figure it out.

I created a 3x3 table in Kompozer (free) WYSIWYG HTML editor, created the text that I wanted including links, copied the WYSIWYG table from Kompozer and dropped it into the Category Description.

Then I inserted my images at that stage within description.

It works well. Hope it helps someone else.

У адказ на Выдалены карыстальнік

Re: Grid Format - better way to present list of courses to users?

Gareth J Barnard -
Выява Core developers Выява Particularly helpful Moodlers Выява Plugin developers

Hi Maths guy,

I've been having lots of issues getting the Grid format to work with Moodle 2.1 (http://moodle.org/plugins/pluginversions.php?plugin=format_grid) - I'm curious how you got it to wok with Moodle 1.9 as it is not stated that there is a version for it?

If you want to perform some greater customisation, then the code that creates the list of categories is in /course/category.php at the bottom which is a table so could be coded in such a way as to place (for example) courses in a two column format.

Cheers,

Gareth

У адказ на Gareth J Barnard

Re: Grid Format - better way to present list of courses to users?

Выдалены карыстальнік -

Gareth, we just installed it for 1.9 and it works fine.

I am concerned to note that people are having issues with 2.x, as we are hoping to upgrade, so I am keeping an eye on those threads.

Thanks for the php tip.

Eamonn

У адказ на Выдалены карыстальнік

Re: Grid Format - better way to present list of courses to users?

Julian Ridden -

We have made some major updates to the code today for 2.x. Please grab the latest from https://github.com/PukunuiAustralia/moodle-courseformat_grid and your reported issues should dissapear.

This latest version no longer generates errors with debug turned on. It has been tested in Moodle 2.0, 2.1 and 2.2.

Julian