Uat_Study
parent
0fdfce06cd
commit
e2ee5412be
|
@ -78,6 +78,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public string QuestionName { get; set; }
|
public string QuestionName { get; set; }
|
||||||
|
|
||||||
|
public string TypeValue { get; set; }
|
||||||
|
|
||||||
public string AnswerGroup { get; set; }
|
public string AnswerGroup { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -172,6 +172,7 @@ namespace IRaCIS.Application.Services
|
||||||
{
|
{
|
||||||
AnswerGroup = x.AnswerGroup,
|
AnswerGroup = x.AnswerGroup,
|
||||||
QuestionName = x.QuestionName,
|
QuestionName = x.QuestionName,
|
||||||
|
TypeValue =x.TypeValue,
|
||||||
ReadingQuestionTrialId = x.Id
|
ReadingQuestionTrialId = x.Id
|
||||||
|
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
Loading…
Reference in New Issue