summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-28 19:40:37 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-28 19:40:37 +0100
commit982522b5b9dfc39c10d08129b873aadf77b7293f (patch)
tree9f02558bec78b8466ce63da9cd81c11fab857be0 /css
parent9de619cde9a51a8c7d2cf3e8dbffeca3b4fc94a0 (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 'css')
-rw-r--r--css/codeq.css5
1 files changed, 5 insertions, 0 deletions
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 ~~*/