Uat_Study
parent
5b74fc6f11
commit
07e084925e
|
@ -619,6 +619,9 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
/// </summary>
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
|
||||
public bool IsFromSystem { get; set; } = false;
|
||||
|
||||
public FormType? FormType { get; set; }
|
||||
|
||||
|
||||
|
|
|
@ -232,6 +232,8 @@ namespace IRaCIS.Core.Application
|
|||
result.DigitPlaces = trialCriterion.DigitPlaces;
|
||||
result.TrialCriterionId = trialCriterion.Id;
|
||||
result.FormType = trialCriterion.FormType;
|
||||
result.IsFromSystem= trialCriterion.ReadingQuestionCriterionSystemId!=null,
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue