Skip to content

Instantly share code, notes, and snippets.

@judsonmitchell
Created April 15, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judsonmitchell/b7b00ff0d3fe43094f9ae7b3265ad993 to your computer and use it in GitHub Desktop.
Save judsonmitchell/b7b00ff0d3fe43094f9ae7b3265ad993 to your computer and use it in GitHub Desktop.
Quiz 2 Grading Rubric

Part 1 (10 points)

  • 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)

Part 2 (10 points)

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment