X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=problem.py;h=05f3b20984165acab83fd3ae563e6be896a14d6a;hb=5f5c6c079c2751a76887444c211c5c464e875ed0;hp=617b2a86d01e27233bf5ded070fbb85fb74e7d43;hpb=f7a8cd141a39039048d3e9311220a33079f2cfc7;p=culture.git diff --git a/problem.py b/problem.py index 617b2a8..05f3b20 100755 --- a/problem.py +++ b/problem.py @@ -36,7 +36,7 @@ class Problem: pass # save a file to vizualize quizzes, you can save a txt or png file - def save_quizzes( + def save_quiz_illustrations( self, result_dir, filename_prefix, @@ -88,3 +88,6 @@ class Problem: prompts, answers = prompts[:-k], answers[:-k] return prompts, answers + + def save_some_examples(self, result_dir): + pass