diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 293f90ba..3d79938d 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -510,6 +510,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public bool IsCompleteConfig { get; set; } public int QuestionCount { get; set; } + + public bool IsBeUsed { get; set; } = false; }