Antworten werden geshufflet; Fragen kommen ausgeglichen dran;

This commit is contained in:
2020-06-14 14:51:37 +02:00
parent 0bec6b1952
commit f0ed318454
3 changed files with 9 additions and 3 deletions

View File

@@ -15,6 +15,8 @@ namespace MultipleChoiceTrainer.Models.DataModels
[NotNullOrEmpty]
public string Text { get; set; }
public DateTime CreationDate { get; set; }
public Section Section { get; set; }
public int SectionId { get; set; }