@model NEducation.Models.GrammarModel
30
@if (Model.questions != null && Model.questions.Count > 0) { Câu 1/@(Model.questions.Count): Chọn đáp án đúng }
@if (Model.questions != null && Model.questions.Count > 0) {
@Model.questions[0].content
@Model.questions[0].answer1
@Model.questions[0].answer2
@Model.questions[0].answer3
@Model.questions[0].answer4
} else {
Không có câu hỏi nào để hiển thị.
}