修改
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user