temp
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Entities.Contracts;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -15,5 +16,6 @@ namespace Entities.DTO
|
||||
public bool? IsCorrect { get; set; }
|
||||
public float? PointsAwarded { get; set; }
|
||||
public string? TeacherFeedback { get; set; }
|
||||
public SubmissionStatus Status { get; set; } = SubmissionStatus.Graded;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user