Skip to content

Commit b5f1ed3

Browse files
committed
Update challenge general description
1 parent 28cbe8e commit b5f1ed3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/challenge.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
align-items: center;
136136
gap: 0;
137137
}
138-
138+
139139
.challenge-main .codemirror-container,
140140
.challenge-main .tests-result-container {
141141
width: 100%;
@@ -175,13 +175,13 @@
175175
{%include 'components/badge.html' with context %}
176176
</div>
177177
<p class="challenge-header__exerpt">
178-
Complete code following the instructions below, so that there are no type errors
179-
throughout the test code except for those lines followed by a <code># expect-type-error</code> comment.
180-
You don't need to implement the function, just add type annotations.
181-
Hit the "Run" button to see result.
178+
Complete code on the left side following the instructions.<br>
179+
Right side is test code, lines followed by <code># expect-type-error</code>
180+
should fail type check, others should pass.<br>
181+
Hit the "▶️ Run" button to see result.
182182
</p>
183183
</div>
184-
184+
185185
<div class="challenge-main">
186186
<!-- Code Editor Area -->
187187
<div class="codemirror-container">
@@ -262,4 +262,4 @@
262262
checkWidth(); // Check the width initially
263263
window.addEventListener('resize', checkWidth);
264264
</script>
265-
{% endblock %}
265+
{% endblock %}

0 commit comments

Comments
 (0)