PennController for IBEX › Forums › Support › Group Columns – distribution
- This topic has 19 replies, 4 voices, and was last updated 1 year, 10 months ago by
jjgreen.
-
AuthorPosts
-
September 6, 2019 at 3:21 pm #4147
Mogli
ParticipantNo. I have forgotten to replace html. This one should be the correct one:
https://korpling.german.hu-berlin.de/ibexexps/Mogli/clickmh/server.py?withsquare=8
September 6, 2019 at 3:40 pm #4148Mogli
Participantokay, sorry. Both links do not work. I have tried now the first suggstion
My study begins with a html (welcome, instructions) two practice trials. Then it comes the part with the embedded csv file and the url works.
PennController.SetCounter(); PennController.Template( "ListeCSV.csv" , variable => PennController( newText(variable.SocStat_text) .settings.bold() .settings.color("blue") .settings.center() .print() , newText(variable.Sentence) .settings.center() .settings.bold() .print() , newText("korrekt", "Wie grammatikalisch korrekt finden Sie diesen Satz?") .settings.center() .print() , newScale("korrekt", 7) .settings.center() .settings.before( newText("left", "1 <br /> (trifft gar nicht zu)") ) .settings.after( newText("right", "7 <br /> (trifft voll und ganz zu)") ) .print() .settings.log() .wait() .remove() , getText("korrekt") .remove() ) .log( "List" , variable.List ) .log( "Block" , variable.Block ) .log( "Item" , variable.Item ) .log ( "expSet" , variable.expSet ) .log ( "grammatically_correct" , variable.grammatically_correct ) .log ( "condition" , variable.condition ) .log ( "WP1_match" , variable.WP1_match ) .log ( "WP2_tense" , variable.WP2_tense ) .log ( "SocStat_context", variable.SocStat_context ) .log ( "SocStat_contextVers" , variable.SocStat_contextVers ) .log ( "Group" , variable.Group ) );
June 8, 2023 at 4:13 pm #10673jjgreen
ParticipantAs far as I can tell, the links pcIBEX generates no longer have experiment.html in them. For example, I have this link: https://farm.pcibex.net/p/OMUqXN/
How would I add the withsquare option to that? I tried just sticking server.py?withsquare=0.html on the end of a different link and it looked like the results weren’t sent.
June 13, 2023 at 12:18 pm #10678Jeremy
KeymasterHi,
You can definitely just add
server.py?withsquare=0
to the URL you gave and the experiment will run normally using the first group; it won’t impact the sending of the results (if the results won’t get sent, then there’s probably an issue with your experiment’s sequence). However, you shouldn’t append.html
to the number that comes after the=
characterJeremy
June 13, 2023 at 1:23 pm #10680jjgreen
ParticipantGreat, thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.