title = $model->response_body; $this->params['breadcrumbs'][] = ['label' => 'User Responses', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; YiiAsset::register($this); ?>

'btn btn-primary']) ?> $model->id], ['class' => 'btn btn-primary']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id', [ 'attribute' => 'user_id', 'value' => ArrayHelper::getValue($model, 'user.username'), ], [ 'attribute' => 'question_id', 'value' => ArrayHelper::getValue($model, 'question.question_body'), ], 'response_body', [ 'attribute' => 'answer_flag', 'format' => 'raw', 'value' => AnswerHelper::answerFlagLabel($model->answer_flag), ], 'user_questionnaire_uuid', ], ]) ?>