diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-28 19:40:37 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-28 19:40:37 +0100 |
commit | 982522b5b9dfc39c10d08129b873aadf77b7293f (patch) | |
tree | 9f02558bec78b8466ce63da9cd81c11fab857be0 /res | |
parent | 9de619cde9a51a8c7d2cf3e8dbffeca3b4fc94a0 (diff) |
Experiment: add "teacher helped" link to Prolog screen
Records a {'typ': 'experiment', 'data': 'teacher help'} action when
clicked. This will allow us to consider such traces specially when
evaluating different hint types.
This is specific to the prolog_hints experiment and should be reverted
or generalized in the future.
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 2 | ||||
-rw-r--r-- | res/sl.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/en.json b/res/en.json index 4f5e89d..5e172c9 100644 --- a/res/en.json +++ b/res/en.json @@ -1,4 +1,6 @@ { + "teacher_help": "If a teacher helped you solve this problem, please click", + "here": "here", "language": "Language", "ui_language_title": "Select the UI language.", "passwords_do_not_match": "Passwords do not match.", diff --git a/res/sl.json b/res/sl.json index f3af40c..e17684a 100644 --- a/res/sl.json +++ b/res/sl.json @@ -1,4 +1,6 @@ { + "teacher_help": "Če ti je pri reševanju pomagal učitelj, klikni", + "here": "tukaj", "language": "Jezik", "ui_language_title": "Izberi jezik uporabniškega vmesnika.", "passwords_do_not_match": "Gesli se ne ujemata.", |