36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
|
---
|
||
|
id: 5e7b9f6a0b6c005b0e76f097
|
||
|
title: Viz C
|
||
|
challengeType: 11
|
||
|
isRequired: true
|
||
|
videoId: RYdW660KkaQ
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
<section id='description'>
|
||
|
More resources:
|
||
|
- <a href="https://www.youtube.com/watch?v=KfhslNzopxo" target='_blank'>Exercise: Geodata</a>
|
||
|
- <a href="https://www.youtube.com/watch?v=wSpl1-7afAk" target='_blank'>Exercise: Gmane Model</a>
|
||
|
- <a href="https://www.youtube.com/watch?v=H3w4lOFBUOI" target='_blank'>Exercise: Gmane Spider</a>
|
||
|
- <a href="https://www.youtube.com/watch?v=LRqVPMEXByw" target='_blank'>Exercise: Gmane Viz</a>
|
||
|
- <a href="https://www.youtube.com/watch?v=yFRAZBkBDBs" target='_blank'>Exercise: Page Rank</a>
|
||
|
- <a href="https://www.youtube.com/watch?v=sXedPQ_AnWA" target='_blank'>Exercise: Page Spider</a>
|
||
|
- <a href="https://www.youtube.com/watch?v=Fm0hpkxsZoo" target='_blank'>Exercise: Page Viz</a>
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: 'Which is a common JavaScript visualization library?'
|
||
|
answers:
|
||
|
- 'DataViz.js'
|
||
|
- 'D3'
|
||
|
- 'Lowcharts'
|
||
|
- 'DATA6'
|
||
|
solution: 2
|
||
|
```
|
||
|
|
||
|
</section>
|