This commit is contained in:
Thomas FORGIONE
2015-08-01 11:44:49 +02:00
parent 3e442500ca
commit 38ad05fd89
6 changed files with 54 additions and 21 deletions

View File

@@ -9,4 +9,12 @@ block content
li When you finish the tutorial, the main part will start. There will be 3 scenes and you will be asked to complete tasks.
li Once you finished, there will be a short questionnary so we can know what you think of our interface.
h2 You can now <a href="/user-study">start when you are ready</a>
h2#start
block extrajs
script.
if ($.browser.chrome || $.browser.mozilla) {
$('#start').html('You can now <a href="/user-study">start when you are ready</a>');
} else {
$('#start').html('Sorry, your browser is not compatible... please try again with Firefox or Chrome');
}