error line 155 -- inquisit file import

3 visualizaciones (últimos 30 días)
Troy Houser
Troy Houser el 25 de Sept. de 2020
Hello!
I am brand new to Matlab and only have experience with Inquisit, so I hope I make sense:
I have an Inquisit file that I am hoping to convert to Matlab language. Specifically, I need to generate a few recordings from the Inquisit script and am curious if there is a way to run the script on Matlab without having to build it from scratch. Any help is greatly appreciated!
The majority of the file I believe can be summarized with the following:
<values>
/roomconstraint = 0
/n_roomitems = 0
/item1_nclicks = 0
/item2_nclicks = 0
/item3_nclicks = 0
/item4_nclicks = 0
/lastresponse = ""
/constraint_met = false
/itemdescription = 1
/buttontext = ""
/keytext = ""
</values>
1 = click all
2 = click same item twice
3 = click same item twice in a row
4 = six clicks
<list constraints>
/items = (1, 2, 3, 4)
</list>
<text room1>
/items = ("Room1
Description...
")
/erase = false
/position = (50%,30%)
/size = (700,400)
</text>
<text potion>
/items = ("Potion")
/erase = false
/fontstyle = ("Old English Text MT", 3.65%, false, false, false, false, 5, 1)
</text>
<block room1_block>
/onblockbegin = [
values.keytext = "";
values.itemdescription = 1;
values.buttontext = "CONTINUE";
values.item1_nclicks = 0;
values.item2_nclicks = 0;
values.item3_nclicks = 0;
values.item4_nclicks = 0;
values.lastresponse = "";
values.constraint_met = false;
values.n_roomitems;
values.roomconstraint = list.constraints.nextvalue;
text.potion.hposition=counter.hpositions.selectedvalue;
text.dragon.hposition=counter.hpositions.selectedvalue;
text.spellbook.hposition=counter.hpositions.selectedvalue;
text.potion.vposition=counter.vpositions.selectedvalue;
text.dragon.vposition=counter.vpositions.selectedvalue;
text.spellbook.vposition=counter.vpositions.selectedvalue;
text.rune.hposition=counter.hpositions.selectedvalue;
text.rune.vposition=counter.vpositions.selectedvalue;
text.room1.textcolor=counter.colors.selectedvalue;
text.potion.textcolor=text.room1.textcolor;
text.dragon.textcolor=text.room1.textcolor;
text.spellbook.textcolor=text.room1.textcolor;
text.rune.textcolor=text.room1.textcolor;
text.room1_itemdescriptions.textcolor=text.room1.textcolor;
]
/trials = [
1=room1
]
</block>

Respuestas (0)

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by