mWater / mwater-forms

Forms controls for mWater
GNU Lesser General Public License v3.0
3 stars 5 forks source link

Create Likert question #148

Closed grassick closed 8 years ago

grassick commented 8 years ago

Has a list of items (id/name array) and columns (choices). Stores as value: { the_item_id: choice_id, etc. }

grassick commented 8 years ago

One choice for each item.

Each item is { id: id without dashes, same as choices, name: { en: "Some name } }

grassick commented 8 years ago

Display as table with radio buttons as the cells after column 1. Column 1 is the item name plus hint on next line if present.