Note:

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

Question editing form improvements: Difference between revisions

From MoodleDocs
m (Started intro structure)
m (text for expandable sections)
Line 7: Line 7:


==Expandable Sections==
==Expandable Sections==
Ability to collapse and expand form sections  
This is the ability for the user to collapse and expand form sections
 
Each form is broken down into logical sections including:
#General
#Answers
#Units
#Multiple tries
 
To simplify the form it helps to think of breaking it down into sections and focusing on one section at a time. This is what expandable sections allow. Each section of the form can now be collapsed or expanded exactly the same way this happens to blocks.
 
To the left of each section title a + or - icon controls the visibility of that particular section. The icon used indicates what will happen when it is clicked. - indicates the section will collapse. + indicates it will expand.
 
 
 
==Group similar fields==
==Group similar fields==
==Expandable html editors==
==Expandable html editors==
  Ability to collapse and expand the editor of html text entry fields.
  Ability to collapse and expand the editor of html text entry fields.

Revision as of 14:55, 2 December 2011

Many question type editing forms are long and unwieldy. The biggest improvements we made were

  1. Expandable Sections
  2. Group similar fields.
  3. Expandable html editors

Combined with smaller tweaks the forms are now much easier to understand and use.

Expandable Sections

This is the ability for the user to collapse and expand form sections.

Each form is broken down into logical sections including:

  1. General
  2. Answers
  3. Units
  4. Multiple tries

To simplify the form it helps to think of breaking it down into sections and focusing on one section at a time. This is what expandable sections allow. Each section of the form can now be collapsed or expanded exactly the same way this happens to blocks.

To the left of each section title a + or - icon controls the visibility of that particular section. The icon used indicates what will happen when it is clicked. - indicates the section will collapse. + indicates it will expand.


Group similar fields

Expandable html editors

Ability to collapse and expand the editor of html text entry fields.