Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuestionAnsweredActPayload

Hierarchy

  • QuestionAnsweredActPayload

Properties

choiceId

choiceId: string

questionId

questionId: string

renderedChoice

renderedChoice: string

renderedQuestionShortForm

renderedQuestionShortForm: string

userAnsweredWithExplicitValue

userAnsweredWithExplicitValue: boolean

if true, the user gave an explicit answer. if false, the user used a simpler approach, e.g. "yes", "no", or touch

Purpose:

  • may help to decide whether to include the answer in the implicit feedback.

Example:

  • if true, prompt = "OK, five stars"
  • whereas if false, prompt= "OK."

userMentionedQuestion

userMentionedQuestion: boolean

if true, the user gave the answer out-of-order by mentioning a specific question. if false, the user directly answered the asked question

Purpose:

  • may help to decide whether to include the question in the implicit feedback.

Example:

  • if true, prompt = "OK, five stars for customer service."
  • whereas if false, prompt= "OK."