From b893261f079b79b72db2bd7e8e67c36313d04237 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 29 Feb 2016 08:59:28 +0100 Subject: Prolog: hide all but the first problem group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hopefully nobody is using the app yet for self-study…. --- prolog/problems/dcg/digit_2/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prolog/problems/dcg/digit_2') diff --git a/prolog/problems/dcg/digit_2/common.py b/prolog/problems/dcg/digit_2/common.py index 571df40..e56e563 100644 --- a/prolog/problems/dcg/digit_2/common.py +++ b/prolog/problems/dcg/digit_2/common.py @@ -2,7 +2,7 @@ id = 164 number = 71 -visible = True +visible = False facts = None solution = '''\ -- cgit v1.2.1