Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Main Interface:

    • A central workspace where item authoring occurs, featuring a clear and uncluttered layout to promote focus and ease of use.

  2. Item Creation Button:

    • A prominent plus button allows users to initiate the creation of new items.

  3. Item Type:

    • Upon selecting to create a new item, a dropdown menu appears, offering a selection of item types.

    • Dropdown values (single-select):

      • Multiple Choice

      • Interactive Worksheet

  4. Answer Choice:

    • Upon selecting a Multiple Choice item, a dropdown menu appears, offering a selection of answer choice input fields.

    • Dropdown values (single-select):

      • 2 Answer Choices

      • 3 Answer Choices

      • 4 Answer Choices

      • 5 Answer Choices

      • 6 Answer Choices

  5. Conditional UI Elements:

    • Additional options or fields dynamically appear based on the selected item type.

User Interaction and Validation Notes

  • Creating an Item:

    • Users begin by clicking the plus button and choosing "Item" from the presented options.

  • Selecting Item Type:

    • From the dropdown menu, users select the desired item type, triggering the UI to update with relevant input fields.

  • Input Validation:

    • The prompt and answer choice fields are mandatory fields, and the system performs real-time validation to ensure required information is entered before saving.

    • For Multiple Choice items, a minimum of two answer choices must be provided.

    • It is optional to attach a resource to a prompt or answer choice.

  • Saving Items:

    • A "Save" button commits the created item to the activity. The button becomes active only when all required fields are satisfactorily completed.

...