next.setAttribute('onclick','question2()');
next.onclick = question2; function question2(){ alert('Ya'); }