Anzeige von Bild im Quiz und bei auswertung;
This commit is contained in:
@@ -26,6 +26,7 @@ namespace MultipleChoiceTrainer.Models
|
||||
public bool HasPreviousResult => (Evaluations != null && Evaluations.Any());
|
||||
public bool PassedPreviousQuestion => HasPreviousResult && !Evaluations.Any(e => !e.Success);
|
||||
public string PreviousQuestion { get; set; }
|
||||
public string PreviousQuestionImage { get; set; }
|
||||
public IList<Evaluation> Evaluations { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user