Archive For April 27, 2020

JMC/MCO 102: Coding for Journalists — Module 6: Assignment

JMC/MCO 102: Coding for Journalists — Module 6: Assignment

Project Located at Glitch: https://ejmyers-assignment6.glitch.me

You will recreate a pie chart about where people listened to podcasts in 2017. Remix this site (Links to an external site.) to get started:

https://glitch.com/~jmc102-assignment6 (Links to an external site.)

This assignment will look very similar to the Chartist example in the Module 6 Learning Materials. 

Your tasks:

  • Go into the JavaScript and add the following values to the arrays listenWhere[] and listenPercent[]:
    • Home: 51
    • Work: 14
    • Commuting: 25
    • Other: 10
  • Go into the CSS and make the page background a light blue that’s easy on the eyes
  • Go into the HTML and change the chart title
  • Go into the HTML and make the “Source” text a clickable link to this site: https://www.edisonresearch.com/the-podcast-consumer-2017/ (Links to an external site.)

Your finished pie chart should look something like this (without the watermark):

Submit your completed page as a URL on Canvas.

Remember to consult the discussion board for help, and you can always reach out directly if you need specific help. 

Go Top