suho / kmm-ic

KMM Project with SwiftUI + Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS] [Integrate] As a user, I can see form answers

suho opened this issue · comments

commented

Why

A textfield question is a question that allow users to answer with multiple short answers. There can be several textfields in a single textfield question. It is commonly used to ask for user's information.

Example questions

Don't miss out on our Exclusive Promotions!

  • Textfield 1: Name
  • Textfield 2: Email
  • Textfield 3: Mobile no.

Your contact information

  • Textfield 1: Name
  • Textfield 2: Room no.
  • Textfield 3: Email address
  • Textfield 4: Phone

Acceptance Criteria

When a Question model has display_type as textfield,

  • Display a textfield question
  • Use the answers to show as textfields
    • Apply the answer's text as its textfield placeholder

Design

Textfield Question