From b893261f079b79b72db2bd7e8e67c36313d04237 Mon Sep 17 00:00:00 2001
From: Timotej Lazar <timotej.lazar@fri.uni-lj.si>
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/sets/union_3/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'prolog/problems/sets/union_3')

diff --git a/prolog/problems/sets/union_3/common.py b/prolog/problems/sets/union_3/common.py
index 899d20e..c955fef 100644
--- a/prolog/problems/sets/union_3/common.py
+++ b/prolog/problems/sets/union_3/common.py
@@ -6,7 +6,7 @@ import server.problems
 
 id = 128
 number = 35
-visible = True
+visible = False
 facts = None
 
 solution = '''\
-- 
cgit v1.2.1