diff --git a/README.ja.md b/README.ja.md
index a6d47a6d2..798adb90b 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -32,7 +32,7 @@ TypeScriptには [ts-toolbelt](https://github.com/millsp/ts-toolbelt), [utility-
> 以下のバッジをクリックすると、課題の詳細が表示されます。
-
プレーンテキストによる
お試し (1)
初級 (13)
中級 (101)
上級 (54)
最上級 (17)
+
プレーンテキストによる
お試し (1)
初級 (13)
中級 (103)
上級 (54)
最上級 (17)
> ✨ [今後の課題](https://github.com/type-challenges/type-challenges/issues?q=is%3Aissue+is%3Aopen+label%3Anew-challenge)
diff --git a/README.ko.md b/README.ko.md
index 348719a0e..8fe85f7bd 100644
--- a/README.ko.md
+++ b/README.ko.md
@@ -30,7 +30,7 @@
> 배지를 클릭해서 챌린지의 자세한 내용을 확인해보세요.
-
일반 텍스트로
워밍업 (1)
쉬움 (13)
보통 (101)
어려움 (54)
매우 어려움 (17)
+
일반 텍스트로
워밍업 (1)
쉬움 (13)
보통 (103)
어려움 (54)
매우 어려움 (17)
> ✨ [Upcoming challenges](https://github.com/type-challenges/type-challenges/issues?q=is%3Aissue+is%3Aopen+label%3Anew-challenge)
diff --git a/README.md b/README.md
index 3762f86ce..57e8307ae 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ This project is aimed at helping you better understand how the type system works
-
By Plain Text
warm-up (1)
easy (13)
medium (101)
hard (54)
extreme (17)
+
By Plain Text
warm-up (1)
easy (13)
medium (103)
hard (54)
extreme (17)
> ✨ [Upcoming challenges](https://github.com/type-challenges/type-challenges/issues?q=is%3Aissue+is%3Aopen+label%3Anew-challenge)
diff --git a/README.pt-BR.md b/README.pt-BR.md
index 1ce8b9a73..865b5e163 100644
--- a/README.pt-BR.md
+++ b/README.pt-BR.md
@@ -40,7 +40,7 @@ Esse projeto tem como objetivo ajudar você a entender melhor como um sistema de
-
Por Texto Simples
aquecimento (1)
fácil (13)
médio (101)
difícil (54)
extremo (17)
+
Por Texto Simples
aquecimento (1)
fácil (13)
médio (103)
difícil (54)
extremo (17)
> ✨ [Próximos desafios](https://github.com/type-challenges/type-challenges/issues?q=is%3Aissue+is%3Aopen+label%3Anew-challenge)
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 504679e37..7856e9f92 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -40,7 +40,7 @@
-
通过纯文本
热身 (1)
简单 (13)
中等 (101)
困难 (54)
地狱 (17)
+
通过纯文本
热身 (1)
简单 (13)
中等 (103)
困难 (54)
地狱 (17)
> ✨ [即将到来的新题目](https://github.com/type-challenges/type-challenges/issues?q=is%3Aissue+is%3Aopen+label%3Anew-challenge)
diff --git a/questions/34857-medium-defined-partial-record/README.md b/questions/34857-medium-defined-partial-record/README.md
index d67a202ba..3c80a0df9 100644
--- a/questions/34857-medium-defined-partial-record/README.md
+++ b/questions/34857-medium-defined-partial-record/README.md
@@ -1,3 +1,5 @@
+
+ ### Defined Partial Record @@ -24,3 +26,6 @@ const best: DefinedPartialby Aleksandr Trutanov @alex-altay
+ +### Typing Game + +Implement a type `TypingGameby ewdlop @ewdlop