suho / kmm-ic

KMM Project with SwiftUI + Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android] [UI] As a user, I can see multiple selects answer

suho opened this issue · comments

commented

Why

There are two types of Choice questions; Single-choice questions and Multiple-choice questions. Choice questions allow users to choose the most suitable option to answer since the mobile app will list all the options.

As opposed to dropdown questions, Single-choice questions tend to be used when there are only a few options, for example, where do you hear out about us, how do you commute, etc.

Acceptance Criteria

For choice questions,

  • Display choices with checkboxes
  • Highlight a selected choice by ticking its checkbox
  • Reduce the opacity of non-selected choices and untick their checkbox
  • DO NOT limit the maximum number of lines on the Choice Text labels

Design

Choice Question