❮❯
📚 Sight Words
Textbook Page 7 — Learn the most common English words by sight!
100 Sight Words
Fry Words
Dolch Words
Quiz
🌟 What are Sight Words? These are the most common words in English. You should recognize them instantly — by sight — without sounding them out. Click any word to hear it spoken!
📖 Fry Words — The 100 most common words in English books and newspapers. Created by Dr. Edward Fry. These words make up about 50% of all written English! Click any word to hear it.
📚 Dolch Words — A classic sight word list created by Edward Dolch. Organized by reading level. These are words that cannot be easily sounded out and must be memorized. Click any word to hear it!
📚 Second Grade (46 words)
📝 Quiz Time! Read the sentence and pick the correct sight word to fill in the blank. 15 questions!
var _spkV=null;function _getVoice(){if(_spkV)return _spkV;var vs=speechSynthesis.getVoices();var prefs=['Google US English','Google UK English Female','Samantha','Microsoft Ana Online','Microsoft Jenny Online','Karen','Moira'];for(var p=0;p';
html+=words[i];
html+='🔈
';
}
el.innerHTML=html;
}
/* === BUILD ALL GRIDS === */
function swBuildAll(){
swBuildCards("swG1",SW_100[0]);
swBuildCards("swG2",SW_100[1]);
swBuildCards("swG3",SW_100[2]);
swBuildCards("swG4",SW_100[3]);
swBuildCards("swG5",SW_100[4]);
swBuildCards("swFry1",FRY_100[0]);
swBuildCards("swFry2",FRY_100[1]);
swBuildCards("swFry3",FRY_100[2]);
swBuildCards("swFry4",FRY_100[3]);
swBuildCards("swDPP",DOLCH.pp);
swBuildCards("swDPR",DOLCH.pr);
swBuildCards("swD1",DOLCH.g1);
swBuildCards("swD2",DOLCH.g2);
swBuildCards("swD3",DOLCH.g3);
}
/* === TABS === */
function swTab(n){
var panels=document.querySelectorAll(".sw-panel");
var tabs=document.querySelectorAll(".sw-tab");
for(var i=0;i0;i--){
var j=Math.floor(Math.random()*(i+1));
var t=a[i];a[i]=a[j];a[j]=t;
}
return a;
}
function swStartQz(){
swQzList=swShuf(QZ_DATA).slice(0,swQzTotal);
swQzIdx=0;swQzScore=0;
document.getElementById("swQzArea").style.display="block";
document.getElementById("swQzResult").style.display="none";
swShowQ();
}
function swShowQ(){
if(swQzIdx>=swQzList.length){
swShowResult();return;
}
var q=swQzList[swQzIdx];
document.getElementById("swQzProg").style.width=(swQzIdx/swQzTotal*100)+"%";
document.getElementById("swQzInfo").textContent="Question "+(swQzIdx+1)+" of "+swQzTotal;
document.getElementById("swQzQ").textContent=q.q;
document.getElementById("swQzSent").textContent=q.s;
var opts=swShuf(q.o);
var html="";
for(var i=0;i';
html+=opts[i]+'