Group Columns – distribution

PennController for IBEX Forums Support Group Columns – distribution

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #4147
    Mogli
    Participant

    No. 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

    #4148
    Mogli
    Participant

    okay, 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 )
        
        );
    #10673
    jjgreen
    Participant

    As 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.

    #10678
    Jeremy
    Keymaster

    Hi,

    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 = character

    Jeremy

    #10680
    jjgreen
    Participant

    Great, thank you!

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.