This commit is contained in:
he
2022-10-28 17:27:34 +08:00
parent 69f3072a05
commit 711e74e33e
2 changed files with 7 additions and 1 deletions
@@ -119,7 +119,7 @@ namespace IRaCIS.Application.Services
QuestionType = y.ReadingQuestionTrial.QuestionType,
QuestionGenre = y.ReadingQuestionTrial.QuestionGenre,
DictionaryCode = y.ReadingQuestionTrial.DictionaryCode,
GlobalReadingShowType=y.ReadingQuestionTrial.GlobalReadingShowType,
AnswerCombination = y.ReadingQuestionTrial.AnswerCombination,
JudgeType = y.ReadingQuestionTrial.JudgeType,
@@ -153,6 +153,7 @@ namespace IRaCIS.Application.Services
QuestionType = lr.question.QuestionType,
QuestionGenre = lr.question.QuestionGenre,
DictionaryCode = lr.question.DictionaryCode,
GlobalReadingShowType = lr.question.GlobalReadingShowType,
Type = lr.question.Type,
GlobalAnswerType = GlobalAnswerType.Question,
AnswerGroup = lr.question.AnswerGroup,