summaryrefslogtreecommitdiff
path: root/prolog/problems/family_relations/father_2/sl.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-18 16:40:02 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-18 16:40:02 +0200
commitb202e2d5007ca9a53b4ffac4cc2224d647119dbc (patch)
tree65d1182b5f0c5fc98f6f74ce0b6e5859aa7b6148 /prolog/problems/family_relations/father_2/sl.py
parente307b6b4235d57a4033a3aaed910615755d84473 (diff)
Add plan for brother/father/mother/sister
Diffstat (limited to 'prolog/problems/family_relations/father_2/sl.py')
-rw-r--r--prolog/problems/family_relations/father_2/sl.py17
1 files changed, 9 insertions, 8 deletions
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.
</pre>'''
-hint = {
- 'general_hint': ['''\
-<p><img src="Father-1.png" /></p>
-<p>Loni naj zbriše imena relacij (parent, mother) s te slike!</p>
-''', '''\
+plan = [
+ '''\
<p><img src="Father-1.png" /></p>
-''', '''\
+<p>Loni naj zbriše imena relacij (parent, mother) s te slike!</p>''',
+ '''\
+<p><img src="Father-1.png" /></p>''',
+ '''\
<p>Če je <code>X</code> ženska in je hkrati <code>X</code> starš od <code>Y</code>,
-potem je <code>X</code> mama od <code>Y</code>.</p>
-'''],
+potem je <code>X</code> mama od <code>Y</code>.</p>'''
+]
+hint = {
'or_instead_of_and': '''\
<p>Si morda uporabil podpičje (ki pomeni ALI) namesto vejice (ki pomeni IN)?</p>
''',