diff --git a/CSETWebApi/CSETWeb_Api/CSETWebCore.DataLayer/Model/usp_getCSETQuestionsForCRRMResult.cs b/CSETWebApi/CSETWeb_Api/CSETWebCore.DataLayer/Model/usp_getCSETQuestionsForCRRMResult.cs
index 614ee73a13..722e39d245 100644
--- a/CSETWebApi/CSETWeb_Api/CSETWebCore.DataLayer/Model/usp_getCSETQuestionsForCRRMResult.cs
+++ b/CSETWebApi/CSETWeb_Api/CSETWebCore.DataLayer/Model/usp_getCSETQuestionsForCRRMResult.cs
@@ -14,5 +14,7 @@ public partial class usp_getCSETQuestionsForCRRMResult
public string Heading { get; set; }
public string SubHeading { get; set; }
public string SetName { get; set; }
+ public bool IsComplete { get; set; }
+ public int SourceId { get; set; }
}
}
diff --git a/CSETWebApi/CSETWeb_Api/CSETWebCore.Interfaces/CSETWebCore.Interfaces.csproj b/CSETWebApi/CSETWeb_Api/CSETWebCore.Interfaces/CSETWebCore.Interfaces.csproj
index c0eb94b80a..c410ed6ffe 100644
--- a/CSETWebApi/CSETWeb_Api/CSETWebCore.Interfaces/CSETWebCore.Interfaces.csproj
+++ b/CSETWebApi/CSETWeb_Api/CSETWebCore.Interfaces/CSETWebCore.Interfaces.csproj
@@ -6,7 +6,7 @@
-
+