You are required to complete two parts of the assignment:
- Personality Quiz: This is a web page with a Buzzfeed-style personality test. Modify
index.html
,style.css
, andscript.js
as necessary to complete the web page.constants.js
andprovided-style.css
are provided. You should not need to modify these files; please keep all your JS and CSS inscript.js
andstyle.css
respectively.
- Evil Extension: This is an extension that changes all instances of there/their/they're to the wrong kind of their/there. Modify
evil-extension/page.js
as directed to compete the extension.evil-extension/manifest.json
does not need to be modified.
There is an optional part 3 for extra credit:
- Twitter Gardener: When you click "Start Gardening" in the action menu, you can click on Tweets of a Twitter Feed and their text contents change to positive affirmations. This part is totally optional, but if you wish to complete it, you should only need to modify
twitter-gardener-EXTRA-CREDIT/page.js
.manifest.json
,popup.html
, andpopup.js
in the same directory do not have to be modified.
See the Homework 2 spec for more details and turn-in link.