Skip to content

Commit 97f6455

Browse files
authored
Merge pull request #745 from python-discord/cj9-qualifier-desc
Copy over qualifier description from codejam 8
2 parents 57a36d7 + 1a47cc9 commit 97f6455

File tree

1 file changed

+14
-4
lines changed
  • pydis_site/templates/events/pages/code-jams/9

1 file changed

+14
-4
lines changed

pydis_site/templates/events/pages/code-jams/9/_index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,22 @@ <h3 id="important-dates"><a href="#important-dates">Important Dates</a></h3>
3030
<li>Sunday, July 31 - Coding portion of the jam ends</li>
3131
<li>Sunday, August 4 - Code Jam submissions are closed</li>
3232
</ul>
33-
<h3 id="how-to-join"><a href="#how-to-join">How to Join</a></h3>
33+
34+
<h3 id="qualifier"><a href="#how-to-join">The Qualifier</a></h3>
35+
<p>
36+
The qualifier is a coding challenge that you are required to complete before registering for the code jam.
37+
This is meant as a basic assessment of your skills to ensure you have enough python knowledge to effectively contribute in a team environment.
38+
</p>
39+
<p class="has-text-centered"><a class="button is-link" href="https://github.com/python-discord/code-jam-qualifier-9/" target="_blank" rel="noopener">View the Qualifier</a></p>
3440
<p>
35-
Before being able to join the code jam, you must complete a qualifier which tests your knowledge in Python.
36-
The qualifier can be found <a href="https://github.com/python-discord/code-jam-qualifier-9/" title="Code Jam 9 qualifier repository" target="_blank" rel="noopener">on our GitHub</a>
37-
and once completed you should submit your solution using the <a href="https://forms.pythondiscord.com/form/cj9-qualifier" target="_blank" rel="noopener">sign-up form</a>.
41+
Please note the requirements for the qualifier.
42+
<ul>
43+
<li>The qualifier must be completed using Python 3.10</li>
44+
<li>No external modules are allowed, only those available through the standard library.</li>
45+
<li>The Qualifier must be submitted through the Code Jam sign-up form.</li>
46+
</ul>
3847
</p>
48+
3949
<h3 id="technology"><a href="#technology">Technology</a></h3>
4050
<p>
4151
The chosen technology/tech stack for this year is <strong>WebSockets</strong>.

0 commit comments

Comments
 (0)