Skip to content

Commit eeb95f1

Browse files
authored
Merge pull request #273 from alonr619/potd-update
Update 3mt-2023.svelte
2 parents 7f86440 + ec00575 commit eeb95f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/competitions/3mt-2023.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import Testimonial from '$lib/components/Testimonial.svelte';
1414
let windowWidth;
1515
const scheduleData = [
16-
{ "Day": "11/11-11/17", "Start Time (PT)": "All Day", "Event": "Problem of the Day" },
16+
{ "Day": "11/13-11/17", "Start Time (PT)": "All Day", "Event": "Problem of the Day" },
1717
[ "11/18", "9:00 AM-9:30 AM", "Opening Ceremony" ],
1818
[ "11/18", "9:30 AM-10:40 AM", "3MT Round (1 hour)" ],
1919
[ "11/18", "10:40 AM-11:30 AM", "Activities" ],
@@ -132,7 +132,7 @@
132132

133133
<div style="margin-left: 5vw; margin-right: 5vw; font-size: 1.5em;">
134134
<PanelBoxAnimated style="padding-left:5vw; padding-right:5vw;">
135-
<p>POTD is a small mini-contest that will be held in the week leading up to 3MT. We will post a problem every day, starting on 11/11, and participants will have the chance to answer these problems through ContestDojo. Points are earned for each correct answer, and the person with the most points at the end will be the winner!</p>
135+
<p>POTD is a small mini-contest that will be held in the week leading up to 3MT. We will post a problem every day, starting on 11/13, and participants will have the chance to answer these problems through ContestDojo. Points are earned for each correct answer, and the person with the most points at the end will be the winner!</p>
136136
</PanelBoxAnimated>
137137
</div> <br />
138138

@@ -222,7 +222,7 @@
222222
<div style="margin-left: 5vw; margin-right: 5vw; font-size: 1em;">
223223

224224
<ol>
225-
<li>The Daily POTD will be made available on ContestDojo at around 3 PM PT daily from 11/12 to 11/18 (7 total). POTDs may be solved and answers updated in ContestDojo for up to 24 hours from the release of the daily problem.</li>
225+
<li>The Daily POTD will be made available on ContestDojo at around 3 PM PT daily from 11/13 to 11/17 (5 total). POTDs may be solved and answers updated in ContestDojo for up to 24 hours from the release of the daily problem.</li>
226226
<li>Solutions to the previous day's POTD will be posted the day after in #potd [link to channel]</li>
227227
<li>Anyone who has registered for 3MT is eligible to participate in this contest. You must be fully set up on ContestDojo and Discord to properly participate.</li>
228228
<li>Answers to the POTD will be submitted via ContestDojo. Log into your student portal in order to do so (See detailed info below)</li>

0 commit comments

Comments
 (0)