- quiz2.js file is properly named and in correct directory (2)
- properly created string (2)
- properly created number variables (2)
- properly created function which follows the assignment (2)
- when called, function returns the correct information (2)
- both files correctly named and in the public_html directory (2)
- HTML file has correct markup and correctly loads jQuery and the other quiz2.js file (2)
- Correctly uses jQuery to caputer the click event (2)
- Makes a successful AJAX request (2)
- Adds the AJAX response into the HTML (2)