Note:

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

Moodle User Interface Guidelines: Difference between revisions

From MoodleDocs
(Note about plan not to migrate this page to the new developer resources. See template for more info.)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:WillNotMigrate}}
__NOTOC__
__NOTOC__
<p class="note">
<p class="note">


NOTE: these guidelines were produced as part of a student project in 2009, and are not official Moodle guidelines.
DRAFT DOCUMENT
<br /><br />


In fact, many of the pages below are currently incomplete or obsolete. They still need a lot of work to be regarded as useful and authoritative guidelines.
Many of the pages below are incomplete or obsolete.
<br /><br />


These guidelines were produced as part of a student project in 2009, and are not yet official Moodle guidelines.
</p>
</p>


Line 15: Line 20:


==Moodle basics==
==Moodle basics==
* Hierarchy of a Moodle site ([http://moodle.org/mod/forum/discuss.php?d=115620 one attempt])
* [[Page structure and types|Page structure and different page types]]
* [[Page structure and types|Page structure and different page types]]
* [[Roles and capabilities]]
* [https://docs.moodle.org/20/en/Roles_and_capabilities Roles and capabilities]
* [[Groups]]
* [[Groups]]


Line 24: Line 28:
=== Elements ===
=== Elements ===
* [[Big Select List|Big Select List]]
* [[Big Select List|Big Select List]]
* Hierarchy Browsing List


* [[Tooltip|Tooltip]]
* [[Tooltip|Tooltip]]
Line 55: Line 58:
* [http://library.gnome.org/devel/hig-book/stable/principles-direct-manipulation.html.en Provide Direct Manipulation]
* [http://library.gnome.org/devel/hig-book/stable/principles-direct-manipulation.html.en Provide Direct Manipulation]


* [http://developer.fellowshipone.com/patterns/ Design Patterns Library & Code Standards] by Fellowship technologies


== See also ==
== See also ==
Talk page: [[Development_talk:Moodle_User_Interface_Guidelines]]
* Further development on Talk page: [[Talk:Moodle_User_Interface_Guidelines]]
 
* '''[https://docs.moodle.org/20/en/Using_Moodle_book Using Moodle book]'''
'''[[Using Moodle book]]'''
 


=== Usability in Moodle ===
=== Usability in Moodle ===
Line 70: Line 73:
* UI coding: [[Interface_guidelines]]
* UI coding: [[Interface_guidelines]]


== Todo ==
* [[Moodle User Interface Guidelines:Problem-Solution Summary Table|Problem-Solution Summary Table]] (See [http://www.hillside.net/index.php/a-pattern-language-for-pattern-writing#E.1.1])
* [[Moodle User Interface Guidelines:Glossary|Glossary]] (See [http://www.hillside.net/index.php/a-pattern-language-for-pattern-writing#E.5])
[[Category:User Interface Guidelines]]
[[Category:Developer tools|User Interface Guidelines]]
[[Category:Developer tools|User Interface Guidelines]]
[[Category:Usability|User Interface Guidelines]]
[[Category:Usability|User Interface Guidelines]]
[[Category:Moodle User Interface Guidelines]]
[[Category:Moodle User Interface Guidelines]]

Latest revision as of 13:08, 4 January 2023


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.



DRAFT DOCUMENT

Many of the pages below are incomplete or obsolete.

These guidelines were produced as part of a student project in 2009, and are not yet official Moodle guidelines.


These guidelines are to be used as a UI reference library by Moodle developers when creating user interfaces.

It does not catalogue all the elements in use in Moodle, but is intended a reference of reusable elements sharing that common Moodle style. We aim to update this reference as new common practices appear. More...

Moodle basics

Moodle UI library

UIs are built of Elements and Interaction Styles (bigger wholes, which are built of Elements).

Elements

Interaction Styles

General design guidelines

Relevant guidelines from other sites


See also

Usability in Moodle

Implementation advice