Creativity SoftwareBelow you will find a suite of tools that can be used to help foster creativity.
MeahqMeahq.com is a website providing an on-line task list and journal combo. Use it to keep your mind and thoughts clear and to declutter your life, putting you in an open and creative mindset.
Find out more at meahq.com Moodle Add-onsBelow you will find some modules, plugins and other tidbits for Moodle. Feel free to do whatever you like with them and get in contact with me if you have any questions. FocusPad (Module) FocusPad is a module designed to encourage and support creative writing. It's aim is to minimise distractions and maximise focus. It is ideal for essays, journals, assessment and much more.Find out more at focuspad.mintranet.com.au Trackpad (Module)(beta)(Last updated: 31st March 2010) (Pretty much good to go. Added ability to pop out list into separate window.) trackpad.tar.gz | trackpad.zip German Translation (de_utf8.zip) with thanks to Joachim Vogelgesang. Choice Quick (Block)
This is a block that allows you to display choices down the side of your pages. Users can submit responses and see the results of the choice. It is very configurable and can be used in many different ways. Common uses include:
choice_quick.tar.gz | choice_quick.zip My Courses (Block) This is a block that works similar to the MyMoodle page. It displays a list of the courses you are currently enrolled in. It can also be set to identify if there are any unread forum posts in those courses.mycourses.tar.gz | mycourses.zip Moodle SEO (meta description)The following code will allow you to use the Summary of your web page resources as the meta description for your pages. This can help with search engine optimisation for your moodle pages. You will need to add the following code to the header.html of your theme. <?php // work out the summary$mysummary = 'put your normal summary here'; $id = optional_param('id', 0, PARAM_INT); // Course Module ID if ($id) {if ($cm = get_coursemodule_from_id('resource', $id)) { if ($resource = get_record('resource', 'id', $cm->instance)) { $mysummary = $resource->summary; } } } ?> <meta name='description' content='<?php echo $mysummary;?>' />You may need to tweak this to suit your specific needs. | Skip Main MenuSkip Improve your Creativity Improve your CreativityDevelop your creativity with these free creativity boosting games. A new game added each week. ![]() Click Here Become a better Problem Solver |


This is a block that allows you to display choices down the side of your pages. Users can submit responses and see the results of the choice. It is very configurable and can be used in many different ways. Common uses include:
This is a block that works similar to the MyMoodle page. It displays a list of the courses you are currently enrolled in. It can also be set to identify if there are any unread forum posts in those courses.
