bigdatahci2015 / forum

0 stars 4 forks source link

Book 2- Week 7 - Individual Learning Online Book Fix #53

Open pillig opened 8 years ago

pillig commented 8 years ago

Hi guys,

Sorry if this seems a bit late but I realized that my week 7 individual learning wasn't loading the data and therefore most the forms weren't able to work. Immediately I thought that the problem was similar to the other data loading problem from a couple weeks ago and sure enough it was.

To fix any problems with your book not being able to load data simply change the $get query in jquery-load.md, pokemon.md, pokemon-form.md, and fcq.md from '/data/pokemon-small.json' to 'http//:[github username].github.io/book2/data/pokemon-small.json' and the same for '/data/fcq.clean.json' and 'http//:[github username].github.io/book2/data/fcq.clean.json'.

Just thought this might help out as the end of the semester draws near and to make sure anyone who did do the problems wouldn't be misgraded.