3d-interface/controllers/intro/views/index.jade

20 lines
858 B
Plaintext
Raw Normal View History

2015-07-30 12:11:28 +01:00
extends ../../../views/base.jade
block content
h1 Welcome !
2015-08-02 23:00:07 +01:00
p This study consists in four consecutive steps :
2015-07-30 12:11:28 +01:00
ol
2015-08-02 23:00:07 +01:00
li Enter some personal information that we will use for statistics purposes
li Complete a tutorial to learn how to use the 3D navigation interface
li Play a game in which you have to find coins hidden in a 3D world. You need to play the game in 3 different scenes.
2015-08-28 10:13:27 +01:00
li Complete a short questionnaire to give us feedback on the 3D navigation interface
2015-08-01 10:44:49 +01:00
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');
}