slymnymn

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Troubleshooting #7776
    slymnymn
    Participant

    Edit: Changing the code from Template(“exercise.csv” ….) to Template(“exercise.csv”, row => ….) seems to have done the trick. Since I can’t remove my question, I prefer to attach it as a reply here.

    in reply to: Troubleshooting #7775
    slymnymn
    Participant

    Hi Jeremy,

    I’m designing a self paced reading task. Having uploaded two separate csv files for practice and experimental items, I have only coded until the practice section of the code with DashedSentence controller in conjunction with Template for practice items file. The problem is that the controller retrieves sentences from the csv file containing experimental items instead of one with practice sentences even though I have speficied the template for the latter. Moreover, I did not call the stimuli csv in any section of the code and still encounter this bug. What am I missing? Here is the link to the experiment (ignore Turkish instructions, stimuli sentences are in English):

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

    Best,

    in reply to: HTML slider doesn't submit #7303
    slymnymn
    Participant

    I noticed something, though. If the participants leave it on the default value (say 5), it doesn’t submit. Possibly due to the event-driven function expressed as “on change=…”.

    in reply to: HTML slider doesn't submit #7300
    slymnymn
    Participant

    Thank you Jeremy, this works!

    Based on my limited knowledge of HTML, it seems that the code you provided transfers the value from a slider to the text input element, which is invisible and compatible with Pencontroller. Great workaround!

    • This reply was modified 2 years, 7 months ago by slymnymn.
Viewing 4 posts - 1 through 4 (of 4 total)