diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs index f062a9046..a4f5de79b 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs @@ -473,6 +473,7 @@ namespace IRaCIS.Application.Services QuestionId = x.Id, QuestionName = x.QuestionName, TypeValue = x.TypeValue, + GroupName=x.GroupName, }).ToListAsync();