From 982522b5b9dfc39c10d08129b873aadf77b7293f Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 28 Feb 2016 19:40:37 +0100 Subject: 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. --- css/codeq.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/codeq.css') diff --git a/css/codeq.css b/css/codeq.css index bbb40c9..9b87baa 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -295,6 +295,11 @@ h2.group-title a.view-solutions { /***** responsiveness *****/ /* md & ld */ @media (min-width: 992px) { + /* experiment: Prolog hints */ + .teacher-help { + position: fixed; bottom: 0; left: 0; max-width: 30%; + } + /* end of experiment: Prolog hints */ /* BEGIN layouts */ /*~~ line-layout ~~*/ -- cgit v1.2.1