resopnseClock builder to JS change needed

In the builder generated JS code, I needed to change responseClock = new util.Clock(); to

let responseClock = new util.Clock(); in oerder for it to work

This shouldn’t be necessary. Did you put the code in Before Experiment instead of Begin Experiment?

Ah! global scope vs local. Thanks!