User:Frank Ralf
Due to the cloning of Moodle Docs there might be copies of these pages on Moodle 1.9 Docs and Moodle Dev Docs. I intend to keep this pages here up to date. --Frank Ralf 23:49, 6 November 2011 (WST)
What I am doing here
I am exploring Moodle as an e-learning tool for teaching German as a foreign language to Japanese.
Here's my profile on moodle.org.
Semantic HMTL
JavaScript
- http://moodle.org/mod/forum/discuss.php?d=106312
- http://tracker.moodle.org/browse/MDL-14542 (http://moodle.org/mod/forum/discuss.php?d=95743)
- I've started a little series on different aspects of JavaScript and Moodle:
- Why does Moodle 2.0 keep jumping about? is suspected to be a JavaScript bug MDL-22372
Greasemonkey
I've started creating some little Greasemonkey user scripts:
- Enhancing Tracker Issue Links
- TODO: coloring links to non-existing Moodle Doc pages red in the forums like on Moodle Docs: Non existing page
Moodle forms
- I am working on XML FAQ and Import and export FAQ
- At the moment I am trying to create a XML Schema for Moodle XML for validation purposes
- Also on my todo list:
- creating XSLT stylesheet for converting Moodle XML to and from different (human readable) formats
- creating macros for OpenOffice for offline quiz creation
- XML Filters in OOo
- Expand the editing capabilities of OpenOffice with XSLT
- Importing into Moodle on manual converting Excel to XML
I will start to collect some of my findings at Frank Ralf/Moodle XML1.
- Interesting discussion on Are there any standards for learning interaction data in XML? - also I'm not quite sure where this is heading...
- DITA XML and Moodle - revived forum discussion 2017
Drupal integration
- I am also interested in integrating Moodle and Drupal, the open source CMS
- My Drupal profile: http://drupal.org/user/216048
- Drupal in Education User Group: http://groups.drupal.org/drupal-education
- The ongoing discussion about Drupal and Moodle: http://groups.drupal.org/node/13600
- There's an interesting discussion in the Moodle Language Teaching course:
- How can Moodle be more of a social networking site?
- http://moodle.org/mod/forum/discuss.php?d=83963&mode=3
- I posted some more links regarding Drupal in education over there.
- I've started upgrading the Moodle Integration module for Drupal. --Frank Ralf 19:44, 29 August 2011 (WST)
Learning Moodle programming
- I am taking part in the Introduction to Moodle Programming course (http://dev.moodle.org)
FirePHP Block
- I started work on a Moodle plugin for FirePHP.
- Now lives on https://github.com/nakohdo/moodle-block_firephp
Glossary List Block
Inspired by Using Keywords Glossary feature for language "correction" by Joseph Rézeau I started dabbling in creating a block which shows all glossaries of the currently logged in user across all his/her courses. I use Frank Ralf/Glossary list for scribbling some ideas.
- This module cannot be added to this course yet! (No file found at: ../mod/game/mod.html).
- See tracker issue MDL-25155
Auto-link Hijacker
- A filter which hijacks glossary auto-links and redirects them to a URL of your choice.
- http://moodle.org/mod/data/view.php?d=13&rid=4906&filter=1
- https://github.com/nakohdo/moodle-filter_autolinkhijacker
NanoGong
- cloned & archived: https://docs.moodle.org/dev/User:Frank_Ralf/NanoGong
- current: Frank Ralf/NanoGong
- I am following the discussions on the Use of JavaScript in Moodle and The Future of Moodle Templates?
Moodle Docs stuff
- Frank Ralf/Subpage transclusion as a possible solution for avoiding duplicating documentation for different versions of Moodle, see ...
--Frank Ralf 07:39, 22 February 2011 (UTC)
Miscellaneous
- I have created some pages in the Moodle documentation: Javascript FAQ, CSS FAQ, PHP FAQ, Usability FAQ, Database FAQ, Development:Firebug
- I am watching the following issue in Moodle tracker:
- Day names, month names and am/pm appear garbled in Chinese and Japanese on Windows servers
- http://tracker.moodle.org/browse/MDL-14149
- Frank Ralf/Experience of converting a module to Moodle 2 by Sam Marshall --Frank Ralf 12:11, 23 June 2010 (UTC)
- Frank Ralf/Moodle 2.1 sections proposal by Sam Marshall --Frank Ralf 18:05, 12 November 2010 (UTC)
MoodleMoot 2011 in Elmshorn (Germany)
- Call for Papers zur MoodleMoot 2011 in Elmshorn
- https://docs.moodle.org/de/Benutzer:Frank_Ralf/MoodleMoot2011: my private notes, any feedback welcome
Git
- I'm starting to get the hang of (g)it ... see Frank Ralf/Git --Frank Ralf 03:49, 23 June 2011 (WST)
- Frank Ralf/Git workflow