Uat_Study
parent
e9f72acb90
commit
a956a83e0a
|
@ -176,7 +176,7 @@ namespace IRaCIS.Application.Services
|
|||
{
|
||||
QuestionId = y.ReadingQuestionTrialId,
|
||||
QuestionName = y.ReadingQuestionTrial.QuestionName,
|
||||
Answer = y.Answer
|
||||
Answer = y.GlobalChangeAnswer
|
||||
}).ToList()
|
||||
}).ToListAsync();
|
||||
|
||||
|
|
Loading…
Reference in New Issue