diff --git a/src/CoreBundle/State/Survey/SurveyListProvider.php b/src/CoreBundle/State/Survey/SurveyListProvider.php index d237f4fb33f..7cf46aceca3 100644 --- a/src/CoreBundle/State/Survey/SurveyListProvider.php +++ b/src/CoreBundle/State/Survey/SurveyListProvider.php @@ -480,6 +480,7 @@ private function normalizeLearnerSurvey( 'unsupportedReason' => $isUnsupportedPersonality ? $this->getUnsupportedPersonalitySurveyMessage() : '', 'answerUrl' => $this->buildAnswerUrl($survey, $invitation, $course, $session), 'invitationCode' => $invitation->getInvitationCode(), + 'invitationLpItemId' => (int) $invitation->getLpItemId(), 'invitationAnswered' => $isAnswered, ]; }