コード例 #1
0
        public static AnswerChoiceQuestion CreateAnswerChoiceQuestion(string text, List <string> answers, int answer)
        {
            var question = new AnswerChoiceQuestion(text, answers, answer);

            return(question);
        }
コード例 #2
0
 public void AddAnswerChoiceQuestion(AnswerChoiceQuestion question)
 {
     AnswerChoiceQuestions.Add(question);
 }