Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Webforms come with some complex components that require additional configuration.

To add an advanced component:

  1. Navigate to the webform.
  2. Click "Webform."
  3. Type the name for a new date component in the text box.
  4. Select the component type from the "Type" select box.
  5. Click "Add."
  6. Click "Save component."

The component types are as follows:

...

A fieldset can contain other fields. After adding a new fieldset:
  1. Configure the additional options that are supported by Fieldset:
    "Collapsible" - If this fieldset is collapsible, the learner may open or close the fieldset by clicking it.
    "Collapsed by default" - Select this option to default the fieldset to "closed." The learner must click the fieldset to see the fields inside.
  2. Click the "Save component" button to save the component.
  3. Proceed to Reordering webform fields, where fields can be moved into the new fieldset.

Grid

Image Removed
Info

Use the "grid" field to collect likert-style data.

A "grid" field asks the same options for multiple questions. After adding the grid component:
  1. In the "options" text area, define a list of possible options. A "safe key" must be associated with each option. For example:
    bad|Bad
    good|Good
    excellent|Excellent
  2. In the "questions" text area, define the questions that will be asked. A "safe key" must be associated with each question. For example:
    quality_of_material|How would you rate the quality of this material?
    knowledge_of_topic|How would you rate your knowledge of the topic?
  3. Click "Save component."

Hidden

...