udacity / frontend-grading-engine

Providing immediate feedback for front-end code
MIT License
132 stars 172 forks source link

Firefox: Lesson 3.5 Udacity Feedback Not Working #39

Open Eduardo06sp opened 6 years ago

Eduardo06sp commented 6 years ago

The linked JSON page isn’t at the same origin and directory as the document.

I was searching all over the place for an answer. I'm running 57.0.4 (64-bit).

Instead of automatically working, what you have to do is:

  1. Navigate to http://udacity.github.io/fend/fend-refresh/lesson2/problem-set/headers/tests.json
  2. Click save
  3. Save to the directory in the same folder as index.html
  4. Using your text editor, for the meta tag named udacity-grader, change the content value to tests.json
  5. The grader should now work!

It should not be this cumbersome, but if this is the way it was intended, please include a tutorial!