In routine 2, filter only those questions from routine1 that were answered with "4"

Hi There,

This is possible locally using an approach outlined in this thread here Using answers from the form component but note that currently this will not work if you want this online. This is because we still need to ensure the Forms component (in psychoJS) accepts the format we create ‘on the fly’ (in this case a list of dictionaries, where only the dictionaries previously recieving a specific answer are included).

Becca