Millisecond Forums

make response not manditory on memory task

https://forums.millisecond.com/Topic29202.aspx

By HilaryFarmer - 6/9/2020

Hi there!
I am using a web script for face-name association task  and am needing help to edit the code so that responses re not mandatory.
While the script says that participants can leave the response box blank and move on, it will not let them do this.
The code even has required = false
I'm not sure what I could change so that participants can leave the response box blank if needed.
Really appreciate any help.
Hilary
By Dave - 6/10/2020

HilaryFarmer - 6/10/2020
Hi there!
I am using a web script for face-name association task  and am needing help to edit the code so that responses re not mandatory.
While the script says that participants can leave the response box blank and move on, it will not let them do this.
The code even has required = false
I'm not sure what I could change so that participants can leave the response box blank if needed.
Really appreciate any help.
Hilary

Remove the /mask = alphabetic attributes from the <openended> elements and then they should accept blank responses.