Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

User talk:Frank Ralf: Difference between revisions

From MoodleDocs
Line 5: Line 5:


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. --[[User:Helen Foster|Helen Foster]] 04:21, 4 December 2008 (CST)
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. --[[User:Helen Foster|Helen Foster]] 04:21, 4 December 2008 (CST)
Hallo Frau Jagdmann


== OpenLearn XML ==
== OpenLearn XML ==

Revision as of 09:19, 10 February 2009

This page is only for helping me keeping track of all the topics I am interested in.


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)


Hallo Frau Jagdmann

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

Templates

I'm not convinced by your recent FAQ pages

I don't see the point in pages like PHP_FAQ and Javascript FAQ. (link corrected --Frank Ralf 02:06, 6 February 2009 (CST))

  1. We already had pages like PHP. Forking that page seems like a bad idea.
  2. Almost all the questions are not frequently asked. When you you every seen people ask these questions in the forums?

I think you have added some useful content. I just think it would be better to refactor it, rather than forcing it into an abuse of the FAQ concept.

Hi, Tim. I see your point about not forking pages but refactoring existing ones, but I think FAQ pages are a better entry point. Even the documentation main page https://docs.moodle.org/en/Main_Page states "Please help us expand our frequently asked questions - see Category:FAQ." I only found the PHP page by using the search function, which I think should not be the primary way to find documentation.
Regarding the PHP page I already thought of merging the two, but I would prefer keeping the FAQ page instead. But perhaps we should move this discussion to the forums? I did it: http://moodle.org/mod/forum/discuss.php?d=115736 --Frank Ralf 02:16, 6 February 2009 (CST)