Skip to content

Instantly share code, notes, and snippets.

View LeandroLuque's full-sized avatar

Leandro Luque LeandroLuque

View GitHub Profile
@LeandroLuque
LeandroLuque / completa_encuestas_unp.js
Created July 1, 2016 18:46
Completa encuestas unpsjb facultad de ingenieria
/* DISCLAIMER:
It doesn't complete all select fields, just the ones where the options are:
"Malo" .. "Muy bueno y satisfatorio"
The final value for all the options is set to: "Muy bueno y satisfatorio"
Target: http://www.ing.unp.edu.ar/encuestas/
Authors: Luque Leandro, Pazos Bruno.
*/
var selects = document.querySelectorAll('select[name^=preg]');
for (var i = 0; i < selects.length; i++){