nianpo

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Audio replay only once #9733
    nianpo
    Participant

    Hi Jeremy,

    Thank you for your detailed reply all the time!

    I am wondering how to make audio replay only twice. That is, participants can replay the audio once or twice, based on their own needs. Do you know how should I modify the codes? Many thanks!

    Best wishes,
    Nianpo

    in reply to: Pick out items after randomization #9662
    nianpo
    Participant

    Hi Jeremy,

    It worked now! Thank you very much & have a wonderful day πŸ™‚

    Warmly,
    Nianpo

    in reply to: Pick out items after randomization #9658
    nianpo
    Participant

    Hi Jeremy,

    Thank you for your quick response! Here is the link:

    https://farm.pcibex.net/r/GUygym/

    The sentences are in Japanese but they all belong to “Long” sentences since I used the code ‘Sequence( rshuffle(startsWith(“Long”) , rshuffle(startsWith(“Short”) ))).’ Below are the first few lines of my csv file.

    Group Set Condition Distance Sentence
    1 1 IN_1 Short 理恡に飲み物を、ε₯ε€ͺγ―ζΈ‘γ—γŸγ€‚
    2 1 IN_2 Short 理恡に、飲み物を、ε₯ε€ͺγ―ζΈ‘γ—γŸγ€‚
    3 1 LD_1 Long 理恡に飲み物を、ε₯ε€ͺγ―η›΄ζ¨ΉγŒζΈ‘γ—γŸγ¨θžγ„γŸγ€‚
    4 1 LD_2 Long 理恡に、飲み物を、ε₯ε€ͺγ―η›΄ζ¨ΉγŒζΈ‘γ—γŸγ¨θžγ„γŸγ€‚
    2 2 IN_1 Short θŽ‰ε­γ«γƒγƒ³γƒγƒ³γ‚°γ‚’γ€ε€§ηΏ”γ―γ‹γΆγ›γŸγ€‚
    3 2 IN_2 Short θŽ‰ε­γ«γ€γƒγƒ³γƒγƒ³γ‚°γ‚’γ€ε€§ηΏ”γ―γ‹γΆγ›γŸγ€‚
    4 2 LD_1 Long θŽ‰ε­γ«γƒγƒ³γƒγƒ³γ‚°γ‚’γ€ε€§ηΏ”γ―ε’²ι‚£γŒγ‹γΆγ›γŸγ¨θžγ„γŸγ€‚
    1 2 LD_2 Long θŽ‰ε­γ«γ€γƒγƒ³γƒγƒ³γ‚°γ‚’γ€ε€§ηΏ”γ―ε’²ι‚£γŒγ‹γΆγ›γŸγ¨θžγ„γŸγ€‚

    Thank you for your kind help in advance! Looking forward to hearing from you πŸ™‚

    Best wishes,
    Nianpo

    in reply to: Pick out items after randomization #9651
    nianpo
    Participant

    Hi Jeremy,

    Thank you for your helpful reply! I tried the code you suggested (as below), but I still have a problem: I have 20 sets in total, but only 10 sentences with Distance ‘Short’ are shown now. No sentences with Distance ‘Long’ is shown. I guess that’s because my ‘Short’ and ‘Long’ sentences have the same set. Is there any chance to solve this problem?

    Template("extable.csv", row =>
      newTrial( row.Distance + row.Set,
        defaultText
            .center()
            .print()
        ,
        newText("sentence", row.Sentence)
        ,
        newScale("acceptability", 7)
            .labelsPosition("bottom")
            .before( newText("very unnatural") )
            .after( newText("very natural") )
            .center()
            .log()
            .print()
            .wait()
        ,
        newText("space"," ")
        ,
        newButton("proceed")
            .center()
            .print()
            .wait('first')
            ,
        clear()
        ))
    
    Sequence( rshuffle(startsWith("Short") , rshuffle(startsWith("Long") )))

    Thank you again for your kind help! Looking forward to hearing from you πŸ™‚

    Best wishes,
    Nianpo

    in reply to: How to Make Answer Box Wider #7836
    nianpo
    Participant

    Dear Jeremy,

    Thank you so much for your prompt reply! It works perfectly now.

    Have a nice day!

    Warmest wishes,
    Nianpo

Viewing 5 posts - 1 through 5 (of 5 total)