Skip to content

Commit

Permalink
Update levels-and-ranks.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom authored Jun 24, 2023
1 parent 1837644 commit 9c428a6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions blogs/levels-and-ranks.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Introducing: Levels and Ranks"
description: We are introducing a brand new leveling and ranking system to represent your coding progress and proficiency level. 👾
description: We are introducing a brand new leveling and ranking system to represent your coding progress and proficiency level.
author: Sonny Li
dateCreated: 2023-06-22
published: true
Expand All @@ -11,7 +11,7 @@ tags:

We are introducing a brand new leveling and ranking system on Codédex to represent your coding progress and proficiency level. 👾

Before ideating our own, we took a good look at popular EdTech platforms like Duolingo and some of our favorite video games, such as Dota 2, League of Legends, and Overwatch.
Before ideating our own, we dug into popular EdTech platforms like Duolingo and some of our favorite games, such as Dota 2, League of Legends, and Overwatch.

Here's what we came up with!

Expand All @@ -21,7 +21,7 @@ There are now 25 player levels on Codédex, from level 1 to level 25.

Everyone starts at level 1. To level up, you must complete course exercises or code challenges to gain experience points (XP).

Your current level can be found in the stats section of your user profile: **www.codedex.io/@username**.
Your current level can be found in the stats section of your user profile. For example: **www.codedex.io/@sonny**.

#### Codédex Ranks

Expand All @@ -35,7 +35,7 @@ The five ranks in Codédex include:
- Diamond (Level 16-20)
- Platinum (Level 21-25)

Most Codédex learners will find themselves in the introductory ranks (e.g., Bronze and Silver) for quite a while, which is a testament to how difficult it can be to climb the ranking system.
Most Codédex learners will find themselves in the introductory ranks (e.g., Bronze and Silver) for quite a while, which is a testament to how difficult it can be to climb rankings.

#### How do I climb the ranking system?

Expand All @@ -53,37 +53,37 @@ Most Codédex learners will find themselves in the introductory ranks (e.g., Bro
<tr>
<td>Lvl 1</td>
<td>Bronze</td>
<td>NA</td>
<td>NA</td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td>Lvl 2</td>
<td>Bronze</td>
<td>100xp</td>
<td>100 XP</td>
<td>Discord</td>
</tr>
<tr>
<td>Lvl 3</td>
<td>Bronze</td>
<td>500xp</td>
<td>500 XP</td>
<td>TBD</td>
</tr>
<tr>
<td>Lvl 4</td>
<td>Bronze</td>
<td>1000xp</td>
<td>1000 XP</td>
<td>TBD</td>
</tr>
<tr>
<td>Lvl 5</td>
<td>Bronze</td>
<td>1500xp</td>
<td>1500 XP</td>
<td>TBD</td>
</tr>
<tr>
<td>Lvl 6</td>
<td>Silver</td>
<td>2000xp</td>
<td>2000 XP</td>
<td>TBD</td>
</tr>
</tbody>
Expand Down

0 comments on commit 9c428a6

Please sign in to comment.