FeedbackRecordDTO interface

Active learning feedback record.

Properties

qnaId

The qnaId for which the suggested question is provided as feedback.

userId

Unique identifier for the user.

userQuestion

The suggested question being provided as feedback.

Property Details

qnaId

The qnaId for which the suggested question is provided as feedback.

qnaId?: number

Property Value

number

userId

Unique identifier for the user.

userId?: string

Property Value

string

userQuestion

The suggested question being provided as feedback.

userQuestion?: string

Property Value

string