Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # Part 1 (10 points)
  2.  
  3. * quiz2.js file is properly named and in correct directory (2)
  4. * properly created string (2)
  5. * properly created number variables (2)
  6. * properly created function which follows the assignment (2)
  7. * when called, function returns the correct information (2)
  8.  
  9. # Part 2 (10 points)
  10.  
  11. * both files correctly named and in the public_html directory (2)
  12. * HTML file has correct markup and correctly loads jQuery and the other quiz2.js file (2)
  13. * Correctly uses jQuery to caputer the click event (2)
  14. * Makes a successful AJAX request (2)
  15. * Adds the AJAX response into the HTML (2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement