From b202e2d5007ca9a53b4ffac4cc2224d647119dbc Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 18 Sep 2015 16:40:02 +0200 Subject: Add plan for brother/father/mother/sister --- prolog/problems/family_relations/father_2/sl.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'prolog/problems/family_relations/father_2/sl.py') diff --git a/prolog/problems/family_relations/father_2/sl.py b/prolog/problems/family_relations/father_2/sl.py index 8fb66c5..ee6893b 100644 --- a/prolog/problems/family_relations/father_2/sl.py +++ b/prolog/problems/family_relations/father_2/sl.py @@ -15,17 +15,18 @@ description = '''\ X = daniela. ''' -hint = { - 'general_hint': ['''\ -

-

Loni naj zbriše imena relacij (parent, mother) s te slike!

-''', '''\ +plan = [ + '''\

-''', '''\ +

Loni naj zbriše imena relacij (parent, mother) s te slike!

''', + '''\ +

''', + '''\

Če je X ženska in je hkrati X starš od Y, -potem je X mama od Y.

-'''], +potem je X mama od Y.

''' +] +hint = { 'or_instead_of_and': '''\

Si morda uporabil podpičje (ki pomeni ALI) namesto vejice (ki pomeni IN)?

''', -- cgit v1.2.1