Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Frank Ralf.

User:Frank Ralf: Difference between revisions

From MoodleDocs
No edit summary
 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
== What I am doing here ==
{{Note|
Due to the cloning of Moodle Docs there might be copies of these pages on [https://docs.moodle.org/19/en/User:Frank_Ralf Moodle 1.9 Docs] and [https://docs.moodle.org/dev/User:Frank_Ralf Moodle Dev Docs]. I intend to keep this pages here up to date.
--[[User:Frank Ralf|Frank Ralf]] 23:49, 6 November 2011 (WST)
}}


* I am exploring Moodle as an e-learning tool for teaching German as a foreign language to Japanese


=== XML related stuff ===
= 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 [http://moodle.org/user/view.php?id=728638&course=5 my profile on moodle.org].
 
== Semantic HMTL ==
* [[User:Frank Ralf/Moodle HTML]]
 
== 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:
*# [[User:Frank_Ralf/JavaScript1]]
*# [[User:Frank_Ralf/JavaScript2]]
 
* [http://moodle.org/mod/forum/discuss.php?d=151789 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:
* [http://moodle.org/mod/forum/discuss.php?d=138230 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 ==
* [[User:Frank Ralf/Moodle forms1]]
 
== XML related stuff ==
* I am working on [[XML FAQ]] and [[Import and export FAQ]]
* I am working on [[XML FAQ]] and [[Import and export FAQ]]
* At the moment I am trying to create a [http://en.wikipedia.org/wiki/XML_Schema_(W3C) XML Schma] for Moodle XML for validation purposes
* At the moment I am trying to create a [http://en.wikipedia.org/wiki/XML_Schema_(W3C) XML Schema] for Moodle XML for validation purposes


* Also on my todo list:  
* Also on my todo list:  
** creating XSLT stylesheet for converting Moodle XML to and from different (human readable) formats
** creating XSLT stylesheet for converting Moodle XML to and from different (human readable) formats
** creating macros for OpenOffice for offline quiz creation  
** creating macros for OpenOffice for offline quiz creation
* [http://books.evc-cit.info/odbook/ch09.html XML Filters in OOo]
* [http://www.ibm.com/developerworks/edu/x-dw-x-xsltopenoff.html Expand the editing capabilities of OpenOffice with XSLT]
* [http://moodle.org/mod/forum/discuss.php?d=123277 Importing into Moodle] on manual converting Excel to XML
 
I will start to collect some of my findings at [[/Moodle XML1]].
 
* Interesting discussion on [http://moodle.org/mod/forum/discuss.php?d=138895 Are there any standards for learning interaction data in XML?] - also I'm not quite sure where this is heading...
* [https://moodle.org/mod/forum/discuss.php?d=348650 DITA XML and Moodle] - revived forum discussion 2017


=== Drupal integration ===
== Drupal integration ==
* I am also interested in integrating Moodle and '''Drupal''', the open source CMS
* I am also interested in integrating Moodle and '''Drupal''', the open source CMS
** My Drupal profile: http://drupal.org/user/216048
** My Drupal profile: http://drupal.org/user/216048
Line 22: Line 59:
:I posted some more links regarding Drupal in education over there.
:I posted some more links regarding Drupal in education over there.


=== Learning Moodle programming ===
* I've started upgrading the [http://drupal.org/node/1058838 Moodle Integration] module for Drupal. --[[User:Frank Ralf|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)
* I am taking part in the '''Introduction to Moodle Programming''' course (http://dev.moodle.org)
* I am working on a [http://moodle.org/mod/forum/discuss.php?d=119961 Moodle plugin for FirePHP]


=== Theming related stuff ===
=== FirePHP Block ===
* I started work on a [http://moodle.org/mod/forum/discuss.php?d=119961 Moodle plugin for FirePHP].
* Now lives on https://github.com/nakohdo/moodle-block_firephp
 
=== Glossary List Block ===
Inspired by [http://moodle.org/mod/forum/discuss.php?d=20560 Using Keywords Glossary feature for language "correction"] by [[User:Joseph Rézeau|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 [[User:Frank Ralf/Glossary list]] for scribbling some ideas.
 
* [http://moodle.org/mod/forum/search.php?sourceid=Mozilla-search&id=5&search=This+module+cannot+be+added+to+this+course+yet!+ 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 you 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: [[/NanoGong]]
 
== Theming related stuff ==
* I am following the discussions on the [http://moodle.org/mod/forum/discuss.php?d=106312 Use of JavaScript in Moodle] and [http://moodle.org/mod/forum/discuss.php?d=108993 The Future of Moodle Templates?]
* I am following the discussions on the [http://moodle.org/mod/forum/discuss.php?d=106312 Use of JavaScript in Moodle] and [http://moodle.org/mod/forum/discuss.php?d=108993 The Future of Moodle Templates?]


==== Anatomy of Moodle HTML ====
== Moodle Docs stuff ==
* Some thoughts on the [[User:Frank_Ralf/Moodle_HTML|anatomy of Moodle HTML]] (work in progress).
* [[/Subpage transclusion]] as a possible solution for avoiding duplicating documentation for different versions of Moodle, see ...
--[[User:Frank Ralf|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]]


=== Miscellaneous ===
* I have created some pages in the Moodle documentation: [[Javascript FAQ]], [[CSS FAQ]], [[PHP FAQ]], [[Usability FAQ]], [[Development:Firebug]]
* I am watching the following issue in Moodle tracker:
* 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''
:''Day names, month names and am/pm appear garbled in Chinese and Japanese on Windows servers''
:http://tracker.moodle.org/browse/MDL-14149
:http://tracker.moodle.org/browse/MDL-14149
* [[/Experience_of_converting_a_module_to_Moodle_2|Experience of converting a module to Moodle 2]] by Sam Marshall --[[User:Frank Ralf|Frank Ralf]] 12:11, 23 June 2010 (UTC)
* [[/Moodle 2.1 sections proposal]] by Sam Marshall --[[User:Frank Ralf|Frank Ralf]] 18:05, 12 November 2010 (UTC)
== MoodleMoot 2011 in Elmshorn (Germany) ==
* [http://moodlemoot.moodle.de/mod/resource/view.php?id=1103 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 [[/Git]] --[[User:Frank Ralf|Frank Ralf]] 03:49, 23 June 2011 (WST)
* [[/Git workflow]]
== Test, test, test ... ==
* [[Dev:Firefox]]

Latest revision as of 16:36, 6 March 2017

Note:

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

Greasemonkey

I've started creating some little Greasemonkey user scripts:

Moodle forms

XML related stuff

I will start to collect some of my findings at Frank Ralf/Moodle XML1.

Drupal integration

  • 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.

Learning Moodle programming

FirePHP Block

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.

Auto-link Hijacker

NanoGong

Theming related stuff

Moodle Docs stuff

--Frank Ralf 07:39, 22 February 2011 (UTC)

Miscellaneous

  • 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

MoodleMoot 2011 in Elmshorn (Germany)

Git

Test, test, test ...