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

20 lines
858 B
Plaintext
Raw Normal View History

2015-07-30 13:11:28 +02:00
extends ../../../views/base.jade
block content
h1 Welcome !
2015-08-03 00:00:07 +02:00
p This study consists in four consecutive steps :
2015-07-30 13:11:28 +02:00
ol
2015-08-03 00:00:07 +02: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 11:13:27 +02:00
li Complete a short questionnaire to give us feedback on the 3D navigation interface
2015-08-01 11:44:49 +02: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');
}