Skip to content

Commit

Permalink
update menu, add page for week1 quiz (#1091)
Browse files Browse the repository at this point in the history
* update menu, add page for week1 quiz

* minor edit

Co-authored-by: Citlali <75622342+CitMC@users.noreply.github.com>
  • Loading branch information
coldice and CitMC committed May 12, 2022
1 parent 9ba6e0d commit a788805
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .vuepress/config.js
Expand Up @@ -218,17 +218,13 @@ module.exports = {
title: "Migrations",
path: "/academy/2-main-concepts/migrations.html"
},
{
title: "Inter-Blockchain Communication",
path: "/academy/2-main-concepts/ibc.html"
},
{
title: "Bridges",
path: "/academy/2-main-concepts/bridges.html"
},
{
title: "Mandatory Quiz (todo)",
path: "/feature-test"
title: "Mandatory Quiz",
path: "/course-ida/quiz-week1.html"
},
]
},
Expand Down
9 changes: 8 additions & 1 deletion course-ida/discord-info.md
@@ -1,4 +1,11 @@
# Get support on Discord
---
title: Get Support on Discord
order:
description:
tag:
---

# Get Support on Discord

The private channels for the Academy on the official Discord is where you will communicate and collaborate with your instructors, tutors, and fellow participants.
There are six channels - each dedicated to a specific topic - where you can post messages, ask questions, and request support.
Expand Down
21 changes: 21 additions & 0 deletions course-ida/quiz-week1.md
@@ -0,0 +1,21 @@
---
title: Mandatory Quiz
order:
description:
tag:
---

# Mandatory Quiz

You have reached the end of week 1. Time for a check up to see how much you have captured!

Follow this link [INSERT LINK] to submit a short pop quiz covering general questions on Cosmos and its main concepts.

<HighlightBox type="note">

You need to make sure to submit the quiz by **May 2oth** latest! In case you cannot make sure to hit this due date, please reach out to us!
You have only 1 attempt to do the quiz. It does not have any impact on your program participation in case you do not pass the quiz.

</HighlightBox>

Good Luck!
8 changes: 2 additions & 6 deletions course-ida/welcome/index.md
Expand Up @@ -139,16 +139,12 @@ modules:
description: How to handle on-chain upgrades
url: /academy/2-main-concepts/migrations.html
order: 16
- title: Inter-Blockchain Communication
description: Connecting chains with the IBC Protocol
url: /academy/2-main-concepts/ibc.html
order: 17
- title: Bridges
description: Bridging to other blockchains on different protocols
url: /academy/2-main-concepts/bridges.html
order: 18
- title: Mandatory Quiz (todo)
url: /feature-test/
- title: Mandatory Quiz
url: /course-ida/quiz-week1.html
order: 19
- title: Running Your Own Cosmos Chain - Part 1
description: In the second week, you'll discover how to run a node and learn how to build your own chain by following an example implementation of a checkers blockchain.
Expand Down

0 comments on commit a788805

Please sign in to comment.