-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1183 from uccser/issue/1182/datarep
Recreate Data Representation interactive for Field Guide
- Loading branch information
Showing
11 changed files
with
659 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
csfieldguide/static/interactives/data-visualisation/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Data Visualisation interactive | ||
|
||
**Authors:** | ||
|
||
- Amjed Hallak | ||
- sestrobel | ||
- Joy Kitson | ||
- KMeyerUD | ||
|
||
The original can be found [here](https://github.com/ahallak/CISC374). | ||
|
||
**Recreated by:** Alasdair Smith | ||
|
||
This game serves to teach students that visualisation can help a user quickly identify trends in data, and that some visualisations are more helpful than others. | ||
|
||
## The Game | ||
|
||
The user is presented with a data set for a short period, then expected to enter the mode (most common value) of the data. | ||
This process is repeated with different visualisation techniques, including: a grid, heatmap, pie chart and bar chart. | ||
|
||
## Licences | ||
|
||
This interactive uses [Chart.js](https://www.chartjs.org/). | ||
Its licence, and that of the original game, is listed in `LICENCE-THIRD-PARTY`, with a full copy available in the `third-party-licences` directory. |
Oops, something went wrong.