Go to: Chris Spackman Home | Educator Resources Home
Javascript Pages
Simple javascript pages for class or student use.
I normally avoid javascript just for safety and performance, but sometimes it is really helpful, and running your own is sometimes better than running someone else's.
Feel free to take the html, scripts, and css here and modify for your own use, as needed. The pages should run just fine locally (without a server) and offline. For ease of use, the HTML, Javascript, and CSS are included in one file.
Vocab Quizzes
- Vocabulary Quiz — a simple page to practice vocabulary words and definitions. (URL includes all the options, for reference.)
- Scientific Revolution Quiz — for practicing high school world history vocabulary.
- Tier 2 Vocabulary Quiz — for practicing tier 2 academic vocabulary.
These quizzes have three URL parameters you can use to temporarily change the settings. They are:
- numQuestions: change the number of questions. Default is 20. Use
numQuestions=0
to have it use all of the available questions (if more than 20). - show: toggle showing correct answers when the student chooses an incorrect answer. Default is to show the correct answer.
- shuffle: toggle shuffling the questions. Default is to shuffle the questions. Answer choices are always shuffled.
Info Tech Resources
- (coming soon) Public key crypto key creation demo