Uat_Study
parent
2a334a714f
commit
25daabda9c
|
@ -1042,6 +1042,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public QuestionType? QuestionType { get; set; }
|
public QuestionType? QuestionType { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 限制编辑
|
||||||
|
/// </summary>
|
||||||
|
public LimitEdit LimitEdit { get; set; } = LimitEdit.None;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 字典code
|
/// 字典code
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -163,6 +163,7 @@ namespace IRaCIS.Application.Services
|
||||||
QuestionName = y.ReadingQuestionTrial.QuestionName.LanguageName(y.ReadingQuestionTrial.QuestionEnName, _userInfo.IsEn_Us),
|
QuestionName = y.ReadingQuestionTrial.QuestionName.LanguageName(y.ReadingQuestionTrial.QuestionEnName, _userInfo.IsEn_Us),
|
||||||
AnswerGroup = y.ReadingQuestionTrial.AnswerGroup,
|
AnswerGroup = y.ReadingQuestionTrial.AnswerGroup,
|
||||||
QuestionType = y.ReadingQuestionTrial.QuestionType,
|
QuestionType = y.ReadingQuestionTrial.QuestionType,
|
||||||
|
LimitEdit= y.ReadingQuestionTrial.LimitEdit,
|
||||||
QuestionGenre = y.ReadingQuestionTrial.QuestionGenre,
|
QuestionGenre = y.ReadingQuestionTrial.QuestionGenre,
|
||||||
DictionaryCode = y.ReadingQuestionTrial.DictionaryCode,
|
DictionaryCode = y.ReadingQuestionTrial.DictionaryCode,
|
||||||
GlobalReadingShowType=y.ReadingQuestionTrial.GlobalReadingShowType,
|
GlobalReadingShowType=y.ReadingQuestionTrial.GlobalReadingShowType,
|
||||||
|
@ -212,6 +213,7 @@ namespace IRaCIS.Application.Services
|
||||||
QuestionId = lr.question.QuestionId,
|
QuestionId = lr.question.QuestionId,
|
||||||
QuestionName = lr.question.QuestionName,
|
QuestionName = lr.question.QuestionName,
|
||||||
QuestionType = lr.question.QuestionType,
|
QuestionType = lr.question.QuestionType,
|
||||||
|
LimitEdit=lr.question.LimitEdit,
|
||||||
QuestionGenre = lr.question.QuestionGenre,
|
QuestionGenre = lr.question.QuestionGenre,
|
||||||
DictionaryCode = lr.question.DictionaryCode,
|
DictionaryCode = lr.question.DictionaryCode,
|
||||||
GlobalReadingShowType = lr.question.GlobalReadingShowType,
|
GlobalReadingShowType = lr.question.GlobalReadingShowType,
|
||||||
|
|
Loading…
Reference in New Issue