Skip to content

feat: multiple choice task type

Navin Karkera requested to merge navin/multi-choice-task into master

Closes #62 (closed)

Adds multiple choice task type to facilitate users to pick multiple items from a list

Supporting information

Visual changes

screencast

Merge deadline

Before 28th Oct 2022

Testing instructions

Step by step procedure

  • Create multiple choice task type in backend
  • Test different configs for the same
  • Test frontend component

Author notes and concerns

  • I am hiding Select all option if maximum limit is set as selecting all will raise error if limit < available choices.
  • Due to technical reasons, I could not align options below Select all button when it overflows to next line. The options are in its own div as they are part of a toggle group.
Edited by Navin Karkera

Merge request reports