383940414243444546474849505152535455
} public static void provision() { for(int i=0; i<100; i++){ Question q = new Question( "question", "answer", "slug", 100L, 30L, 1L); q.insert(); } render(); }