This commit is contained in:
@@ -16,6 +16,7 @@ namespace Entities.DTO
|
||||
public byte Index { get; set; } = 0;
|
||||
public float Score { get; set; } = 0;
|
||||
public string Sequence { get; set; } = string.Empty;
|
||||
public bool BCorrect { get; set; } = true;
|
||||
|
||||
public Layout Layout { get; set; } = Layout.horizontal;
|
||||
public AssignmentStructType StructType { get; set; } = AssignmentStructType.Question;
|
||||
|
Reference in New Issue
Block a user