feat(curriculum): restore seed + solution to Chinese (#40683)

* feat(tools): add seed/solution restore script

* chore(curriculum): remove empty sections' markers

* chore(curriculum): add seed + solution to Chinese

* chore: remove old formatter

* fix: update getChallenges

parse translated challenges separately, without reference to the source

* chore(curriculum): add dashedName to English

* chore(curriculum): add dashedName to Chinese

* refactor: remove unused challenge property 'name'

* fix: relax dashedName requirement

* fix: stray tag

Remove stray `pre` tag from challenge file.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>

Co-authored-by: nhcarrigan <nhcarrigan@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2021-01-13 03:31:00 +01:00
committed by GitHub
parent 0095583028
commit ee1e8abd87
4163 changed files with 57505 additions and 10540 deletions

View File

@ -3,6 +3,7 @@ id: bd7168d8c242eddfaeb5bd13
title: 用条形图可视化数据
challengeType: 3
forumTopicId: 301464
dashedName: visualize-data-with-a-bar-chart
---
# --description--
@ -45,8 +46,8 @@ forumTopicId: 301464
一旦你完成了本项目并且该项目所有测试运行通过,请提交项目的 URL。
# --hints--
# --solutions--
```js
// solution required
```

View File

@ -3,6 +3,7 @@ id: 587d7fa6367417b2b2512bbf
title: 用等值区域图可视化数据
challengeType: 3
forumTopicId: 301465
dashedName: visualize-data-with-a-choropleth-map
---
# --description--
@ -44,8 +45,8 @@ forumTopicId: 301465
一旦你完成了本项目并且该项目所有测试运行通过,请提交项目的 URL。
# --hints--
# --solutions--
```js
// solution required
```

View File

@ -3,6 +3,7 @@ id: bd7188d8c242eddfaeb5bd13
title: 用热图可视化数据
challengeType: 3
forumTopicId: 301466
dashedName: visualize-data-with-a-heat-map
---
# --description--
@ -53,8 +54,8 @@ forumTopicId: 301466
一旦你完成了本项目并且该项目所有测试运行通过,请提交项目的 URL。
# --hints--
# --solutions--
```js
// solution required
```

View File

@ -3,6 +3,7 @@ id: bd7178d8c242eddfaeb5bd13
title: 用散点图可视化数据
challengeType: 3
forumTopicId: 301467
dashedName: visualize-data-with-a-scatterplot-graph
---
# --description--
@ -49,8 +50,8 @@ forumTopicId: 301467
一旦你完成了本项目并且通过所有测试,请提交项目的 URL。
# --hints--
# --solutions--
```js
// solution required
```

View File

@ -3,6 +3,7 @@ id: 587d7fa6367417b2b2512bc0
title: 用树形图可视化数据
challengeType: 3
forumTopicId: 301468
dashedName: visualize-data-with-a-treemap-diagram
---
# --description--
@ -45,8 +46,8 @@ forumTopicId: 301468
一旦你完成了本项目并且该项目所有测试运行通过,请提交项目的 URL。
# --hints--
# --solutions--
```js
// solution required
```