Hello everybody,
I am trying to design an experiment in Inquisit employing an online game. The link to this game is "
http://www.2048game.com/".A very basic version of the Inquisit code up to this point looks like this:
-----------------------------------------------------------------------------------------------------------------------------------------------------
<page intro>
^^Welcome to our experiment.
^^
</page>
<page finish>
^^Thank you for participating.
</page>
<html 2048>
/items = ("
http://www.2048game.com/")</html>
<trial mytrial>
/inputdevice = mouse; keyboard
/stimulusframes = [1 = 2048]
/timeout = 100000
</trial>
<block myblock>
/ preinstructions = (intro)
/trials = [1 = mytrial]
/postinstructions = (finish)
</block>
<expt neu>
/blocks = [1=myblock]
</expt>
-----------------------------------------------------------------------------------------------------------------------------------------------------
This results in a very weird presentation of the site.
Do you have suggestions how I could insert the game into my experiment?
I would be very grateful for suggestions.
Moritz