summaryrefslogtreecommitdiff
path: root/robot
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-10-09 11:19:53 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-10-09 11:19:53 +0200
commitfd31d7d74e58796f3a5a7c84b4b19cb4af59ef4c (patch)
treea1bbe33960a7cb59d9f370c9127e02a96f3d2005 /robot
parent84f3426c937d1bb9d44ba25a71706416fbb8b85d (diff)
parent7e918d834296e206aef922ee02d6991722c4653e (diff)
Merge branch 'master' of 192.168.15.97:codeq-problems
Conflicts: python/problems/while_and_if/checking_account/en.py python/problems/while_and_if/consumers_anonymous/en.py
Diffstat (limited to 'robot')
-rw-r--r--robot/common.py2
-rw-r--r--robot/problems/introduction/common.py2
-rw-r--r--robot/problems/introduction/forward/en.py1
-rw-r--r--robot/problems/introduction/forward/sl.py1
4 files changed, 4 insertions, 2 deletions
diff --git a/robot/common.py b/robot/common.py
index 45dbfc3..1e7e818 100644
--- a/robot/common.py
+++ b/robot/common.py
@@ -2,6 +2,8 @@
from server.hints import Hint, HintSequence
+id = 3
+
hint_type = {
'no_hint': Hint('no_hint'),
'system_error': Hint('system_error'),
diff --git a/robot/problems/introduction/common.py b/robot/problems/introduction/common.py
new file mode 100644
index 0000000..8498d9c
--- /dev/null
+++ b/robot/problems/introduction/common.py
@@ -0,0 +1,2 @@
+id = 13
+number = 1
diff --git a/robot/problems/introduction/forward/en.py b/robot/problems/introduction/forward/en.py
index d943867..7c229b0 100644
--- a/robot/problems/introduction/forward/en.py
+++ b/robot/problems/introduction/forward/en.py
@@ -1,6 +1,5 @@
# coding=utf-8
-id = 202
name = 'Forward'
slug = 'Forward'
diff --git a/robot/problems/introduction/forward/sl.py b/robot/problems/introduction/forward/sl.py
index 98f3a8d..c7c7eee 100644
--- a/robot/problems/introduction/forward/sl.py
+++ b/robot/problems/introduction/forward/sl.py
@@ -1,6 +1,5 @@
# coding=utf-8
-id = 202
name = 'Naprej'
slug = 'Naprej'