23/26 here.<p>Score yourself: paste the following into your browser's JS console.<p><pre><code> a=[0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0];for(i=1;i<a.length;i++){
with(document.querySelector("label[for='correct"+i+(a[i]?'yes':'no')+"']")){
style.color='green';innerText+=" (correct)";}}</code></pre>