From 8ed04b26d64bb1d3191a94e78db190c46a823473 Mon Sep 17 00:00:00 2001
From: Janine vN
Date: Sun, 20 Jun 2021 12:23:10 -0400
Subject: Add in information about the Qualifier This adds in a section about
the qualifier and links to it and the sign-up form.
---
.../templates/events/pages/code-jams/8/_index.html | 27 ++++++++++++++++++----
1 file changed, 22 insertions(+), 5 deletions(-)
(limited to 'pydis_site/templates')
diff --git a/pydis_site/templates/events/pages/code-jams/8/_index.html b/pydis_site/templates/events/pages/code-jams/8/_index.html
index 799beca1..1f08fb66 100644
--- a/pydis_site/templates/events/pages/code-jams/8/_index.html
+++ b/pydis_site/templates/events/pages/code-jams/8/_index.html
@@ -21,9 +21,9 @@
- Tuesday, June 15 - Form to submit theme suggestions opens
- - Monday, June 21 - The Qualifier is released
+ - Monday, June 21 - The Qualifier is released
- Friday, June 25 - Voting for the theme opens
- - Sunday, June 27 - GitHub Bootcamp
+ - Sunday, June 27 - GitHub Bootcamp
- Wednesday, June 30 - The Qualifier closes
- Friday, July 9 - Code Jam begins
- Friday, July 16 - Coding portion of the jam ends
@@ -36,10 +36,27 @@
Each team must create a program with one of the approved frameworks that creates a user interface that is text based.
For more information of TUIs and what's involved with such an interface, check out this wikipedia article.
-
+
+
+ The qualifier is a coding challenge that you are required to complete before registering for the code jam.
+ This is meant as a basic assessment of your skills to ensure you have enough python knowledge to effectively contribute in a team environment.
+
+ View the Qualifier
+ Please note the requirements for the qualifier.
+
+ - The qualifier must be completed using Python 3.9
+ - No external modules are allowed, only those available through the standard library.
+ - The Qualifier must be submitted through the Code Jam sign-up form.
+
+
- The Qualifier isn't released yet, but to receive the most up-to-date information and to get notified
- when the Qualifier is released you can join us on Discord at discord.gg/python.
+
+ To enter into the code jam you must complete The Qualifier and submit the sign-up form.
+ Don't forget to join us on Discord at discord.gg/python!
+
+
+
{% endblock %}
{% block sidebar %}
--
cgit v1.2.3