Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QuestionnaireLineItemAnswer

Indicates the user's answer to a question and whether there is a perceived risk of misunderstanding.

Hierarchy

  • QuestionnaireLineItemAnswer

Constructors

constructor

  • new QuestionnaireLineItemAnswer(questionId: string, answerId: string, atRiskOfMisunderstanding: boolean): QuestionnaireLineItemAnswer
  • Parameters

    • questionId: string
    • answerId: string
    • atRiskOfMisunderstanding: boolean

    Returns QuestionnaireLineItemAnswer

Properties

answerId

answerId: string

atRiskOfMisunderstanding

atRiskOfMisunderstanding: boolean

questionId

questionId: string