
Si usas chrome puedes poner en tu navegador:
javascript:for(key in I) { if(I.hasOwnProperty(key)) { SetGapValue(key, I[key][1][0][0]); } }
Y te llena las respuestas.
Lo he probado con otro test y también funciono asi que debe de haber algun otro por ahí que funcione igual.
Para firefox tienes que abrir Scratchpad (Shift+F4) y pones:
for(key in I) { if(I.hasOwnProperty(key)) { SetGapValue(key, I[key][1][0][0]); } }