How to take quizzes in ICS 215
1. Get the quiz code.
2. Get the quiz:
- If the quiz is a regular expression quiz start regexquiz and #load_quiz <quiz code>.
- If the quiz is a JavaScript quiz open the URL in your browser: http://cammoore.github.io/ics215f14/morea/030.javascript/quiz-<code>.html
- If the quiz is a PHP quiz open the URL in your browser: http://cammoore.github.io/ics215f14/morea/040.php/quiz-<code>.html
- If the quiz is a Perl quiz open the URL in your browser: http://cammoore.github.io/ics215f14/morea/050.perl/quiz-<code>.html
- If the quiz is a Python quiz open the URL in your browser: http://cammoore.github.io/ics215f14/morea/060.python/quiz-<code>.html
3. Follow the instructions on the page.