Example #1
0
 public void MakeTestData()
 {
     for (int i = 0; i < 200; i++)
     {
         qDB.SaveQuestionToJson(new Question("TestQuestion" + i, new[] { "Answer" + i, "Wrong" + i, "Wrong" + i, "Wrong" + i }, 0), "TestData");
     }
 }