diff --git a/DigitalLearningSolutions.Data/Services/FrameworkService.cs b/DigitalLearningSolutions.Data/Services/FrameworkService.cs index 0f201c51d1..e186a9d3dd 100644 --- a/DigitalLearningSolutions.Data/Services/FrameworkService.cs +++ b/DigitalLearningSolutions.Data/Services/FrameworkService.cs @@ -1224,7 +1224,9 @@ public Models.SelfAssessments.Competency GetFrameworkCompetencyForPreview(int fr AQ.MaxValue, AQ.AssessmentQuestionInputTypeID, AQ.IncludeComments, - AQ.MinValue AS Result + AQ.MinValue AS Result, + AQ.CommentsPrompt, + AQ.CommentsHint FROM Competencies AS C INNER JOIN FrameworkCompetencies AS FC ON C.ID = FC.CompetencyID INNER JOIN FrameworkCompetencyGroups AS FCG ON FC.FrameworkCompetencyGroupID = FCG.ID INNER JOIN