Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: Dropdown Lists.

Development:Dropdown Lists: Difference between revisions

From MoodleDocs
mNo edit summary
Line 15: Line 15:
=== Example title ===
=== Example title ===
== (Optional) Related guidelines ==
== (Optional) Related guidelines ==
[[Development:Checkbox|Checkboxes]] and [[Development:Radio button|Radio buttons]] should be used instead in most cases.
==  Related issues in the tracker ==
==  Related issues in the tracker ==
TODO: go through the misuses of dropdown lists and create tickets
TODO: go through the misuses of dropdown lists and create tickets

Revision as of 09:43, 8 August 2009

Moodle User Interface Guidelines > Dropdown Lists

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.

Status: incomplete This is a guideline for a Moodle Interface Guideline. Comments: developer forum thread


Problem

Context

Forces: factors that affect selection

Solution

Common mistakes

Dropdown lists are used in Moodle too much, and should be replaced with a checkbox when the choice is just yes/no, or otherwise usually with radio buttons.

Examples and implementation

Example title

(Optional) Related guidelines

Checkboxes and Radio buttons should be used instead in most cases.

Related issues in the tracker

TODO: go through the misuses of dropdown lists and create tickets

Further information / Sources

Drop-down Lists