From 56eaa091819d1bb3b6c2b4e06a374cb62c3ecc6b Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sat, 21 Aug 2021 17:35:46 -0400 Subject: [PATCH] meaningful vis challenge and assignment --- 3-Data-Visualization/14-meaningful-visualizations/README.md | 4 ++-- .../14-meaningful-visualizations/assignment.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/3-Data-Visualization/14-meaningful-visualizations/README.md b/3-Data-Visualization/14-meaningful-visualizations/README.md index 97635987..e2317d3a 100644 --- a/3-Data-Visualization/14-meaningful-visualizations/README.md +++ b/3-Data-Visualization/14-meaningful-visualizations/README.md @@ -133,7 +133,7 @@ Loop through the .json object to capture the 'to' and 'from' data for the letter Run your app from the terminal (npm run serve) and enjoy the visualization! ## 🚀 Challenge -Using the code sample in this project to create a social network, mock up data of your own social interactions. You could map your usage of social media or make a diagram of your family members. Create an interesting web app that shows a unique visualization of a social network. +Take a tour of the internet to discover deceptive visualizations. How does the author fool the user, and is it intentional? Try correcting the visualizations to show how they should look. ## Post-Lecture Quiz [Post-lecture quiz]() @@ -155,4 +155,4 @@ Look through this article on how animation can enhance your visualizations https://medium.com/@EvanSinar/use-animation-to-supercharge-data-visualization-cd905a882ad4 ## Assignment -[Assignment Title](assignment.md) +[Build your own custom vis](assignment.md) diff --git a/3-Data-Visualization/14-meaningful-visualizations/assignment.md b/3-Data-Visualization/14-meaningful-visualizations/assignment.md index b7af6412..e53b52af 100644 --- a/3-Data-Visualization/14-meaningful-visualizations/assignment.md +++ b/3-Data-Visualization/14-meaningful-visualizations/assignment.md @@ -1,8 +1,10 @@ -# Title +# Build your own custom vis ## Instructions +Using the code sample in this project to create a social network, mock up data of your own social interactions. You could map your usage of social media or make a diagram of your family members. Create an interesting web app that shows a unique visualization of a social network. ## Rubric Exemplary | Adequate | Needs Improvement --- | --- | -- | +A GitHub repo is presented with code that runs properly (try deploying it as a static web app) and has an annotated README explaining the project | The repo does not run properly or is not documented well | The repo does not run properly and is not documented well \ No newline at end of file