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

User talk:Frank Ralf: Difference between revisions

From MoodleDocs
Line 42: Line 42:


--[[User:Frank Ralf|Frank Ralf]] 11:28, 28 January 2009 (CST)
--[[User:Frank Ralf|Frank Ralf]] 11:28, 28 January 2009 (CST)
== JavaScript issues ==
* 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)
== Templates ==
* http://moodle.org/mod/forum/discuss.php?d=108993

Revision as of 13:03, 29 January 2009

FAQ pages

Hi Frank, thanks for creating XML FAQ. I hope you don't mind that I made a start on Import and export FAQ. Your help in adding more content to these pages would be much appreciated. --Helen Foster 04:21, 4 December 2008 (CST)

OpenLearn XML

Some useful resources on OpenLearn XML format:

--Frank Ralf 08:42, 11 December 2008 (CST)

Latest OpenLearn Schema is version 1.2 available from http://openlearn.open.ac.uk/local/sa/schemas/OUGeneric_v1.2.xsd This is the Open University (UK)'s xml schema used for all content production. We then render this into HTML and use core Moodle functions to create content in the moodle database to display that HTML. --Jenny Gray

Moodle XML Schema roadmap

Here are some unsorted first thoughts about the best way of creating a Moodle XML Schema:

  • Creating a XML Schema based on the Moodle XML documentation
  • Modular schema, one for each question type: better extensibility
  • Comparison with OpenLearn XML Schema

--Frank Ralf 08:19, 12 December 2008 (CST)

XSLT transformations

  • Glossary XML => Quiz XML for making quizzes out of glossaries (e.g. vocabulary lists)
  • XML => RTF for printouts

--Frank Ralf 06:40, 21 January 2009 (CST)

What Moodle could learn from Drupal

  • integrating jQuery
  • preview for comments in the forums
  • more DIV ids and classes for flexible layout options with CSS: MDL-17987
  • automatic update notifications
  • strict separation between core modules and contributed code
  • multisite installation
  • using gettext .po-files for translation
  • hooks, triggers, events

--Frank Ralf 11:28, 28 January 2009 (CST)


JavaScript issues

Templates