Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
phanxuanquang committed Jul 24, 2024
1 parent 11afcd0 commit 3d61609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/QuizScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static class QuizScope
promptBuilder.AppendLine("class Quiz");
promptBuilder.AppendLine("{");
promptBuilder.AppendLine(" string Question; // Nội dung câu hỏi bằng tiếng Anh");
promptBuilder.AppendLine(" List<string> Options; // 4 lựa chọn cho người dùng chọn");
promptBuilder.AppendLine(" List<string> Options; // 4 lựa chọn cho người dùng chọn, hãy chắc chắn rẳng chỉ có duy nhất 1 lựa chọn đúng cho câu hỏi");
promptBuilder.AppendLine(" int RightOptionIndex; // Index của lựa chọn đúng trong mảng Options, hãy chắc chắn rằng đây là index của lựa chọn chính xác và hợp lý nhất cho câu hỏi (chỉ số index có giá trị tối thiểu là 0 và giá trị tối đa là 3");
promptBuilder.AppendLine(" string ExplanationInVietnamese; // Lời giải thích một cách dễ hiểu và hợp lý, phù hợp với trình độ tiếng Anh của tôi");
promptBuilder.AppendLine("}");
Expand Down

0 comments on commit 3d61609

Please sign in to comment.