1
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Entities.DTO
|
||||
|
||||
public byte Index { get; set; } = 0;
|
||||
public float Score { get; set; } = 0;
|
||||
public string Sequence { get; set; } = string.Empty;
|
||||
|
||||
public Layout Layout { get; set; } = Layout.horizontal;
|
||||
public AssignmentStructType StructType { get; set; } = AssignmentStructType.Question;
|
||||
@@ -24,4 +25,6 @@ namespace Entities.DTO
|
||||
|
||||
public QuestionDto? Question { get; set; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user