Skip to content

Commit 56d5c4b

Browse files
authored
adjust wording, change assignment link
1 parent 5d751ad commit 56d5c4b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/index.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -118,61 +118,61 @@ <h2><a name="exams">Exams</a></h2>
118118

119119
<h2><a name="practices">Labs</a></h2>
120120

121-
<p>Assignments from the individual lab classes: <a
122-
href="https://github.com/devnull-cz/unix-linux-prog-in-c-labs">unix-linux-prog-in-c-labs@github</a>
121+
<p>Assignments from the individual lab classes:
122+
<a href="https://github.com/devnull-cz/unix-linux-prog-in-c-labs">unix-linux-prog-in-c-labs@github</a>
123123

124124
<h2><a name="final_assignment">Final Lab Assignment</a></h2>
125125

126126
<p>The final lab assignment you need to implement to get credits for the
127127
labs (which is a hard dependency for entering the credits that you get for
128-
passing the exam into the school information system) is <a
129-
href="./class-assignments/labs-assignment-2022.txt">a simple Unix/Linux
130-
shell</a>.
128+
passing the exam into the school information system) is
129+
<a href="./class-assignments/labs-assignment-2023.md">a simple MQTT broker</a>.
131130

132131
<p>The assignment is a home project and we require a GitHub link (or a
133132
link to a similar hosting site supporting either Git or Mercurial) to your
134-
implementation when you hand it over to us. When you are done, send the link
135-
via e-mail <b>to both of us</b> (see <a href="#contact">Contact</a> below).
133+
implementation when you hand it over. When you are done, send the link
134+
via e-mail (see <a href="#contact">Contact</a> below).
136135

137136
<p><b>It is an individual, not a team project. In your source code files, you
138137
are not allowed to use code written by anybody else than you. The idea is you
139138
learn by coding your own project.</b>
140139

141140
<p>See <a href="./class-assignments/extra-feedback.txt">extra feedback</a> based
142-
on what other students already handed over before you send it to us.
141+
on what other students already handed over before you send it.
143142

143+
<!--
144144
<p>Assignment verification tests are provided in <a
145145
href="https://github.com/devnull-cz/unix-linux-prog-in-c-labs/tree/master/final-assignment-tests/shell">https://github.com/devnull-cz/unix-linux-prog-in-c-labs/tree/master/final-assignment-tests/shell</a>.
146-
147-
<p><b>You must pass the tests before handing over your solution.</b> See the <a
148-
href="https://raw.githubusercontent.com/devnull-cz/unix-linux-prog-in-c-labs/master/final-assignment-tests/shell/README">README</a>
149-
file for more information. Note that we will build your shell and verify the
146+
-->
147+
148+
<p><b>You must pass the tests before handing over your solution.</b>
149+
Note that we will build your program and verify the
150150
tests at least on one of the Linux machines u-pl* in the MFF UK lab at
151151
Mal&aacute; Strana. Which one should not matter as their configuration is
152152
expected to be identical. See <a href="#unix_access">Unix machine access</a>
153-
above for more information. So, that means it is up to you what a Linux distro
154-
or Unix-like system you choose to develop your shell on but you must be able to
155-
build it and verify the tests on a u-pl* machine as well.
153+
above for more information. So, that means it is up to you what
154+
Unix-like system you choose to develop your program on but you must be able to
155+
build it and verify the tests on a <code>u-pl*</code> machine as well.
156156

157157
<p>
158158
<table bgcolor="lightgreen">
159159
<tbody><tr>
160160
<td>
161-
The first phase of the shell assignment must be finished and handed over to us
161+
The first phase of the assignment must be finished and handed over
162162
via e-mail before the end of the Winter semester, ie. <b>Thursday 23:59, January
163163
12, 2024, CET</b>. You need to send the e-mail before the deadline. If for any
164164
reason the Winter semester is prolonged then January 8 still stands unless
165165
announced otherwise.
166166

167-
<p>The second phase must be finished and handed over to us via e-mail before the
167+
<p>The second phase must be finished and handed over via e-mail before the
168168
examination period for the Summer semester starts, i.e. by <b>Monday 23:59, May
169169
27, 2024, CET</b>. You need to send the e-mail before the deadline. The date
170170
stands even if the semester is prolonged.
171171

172172
<p>The deadlines are <a href="https://en.wikipedia.org/wiki/Time_limit">hard
173-
requirements</a> so stick to the schedule. We do not
174-
accept late arrivals and that automatically means you are not eligible for the
175-
credits for the year. Obviously, you can send us the whole thing in one step
173+
requirements</a> so stick to the schedule.
174+
Late arrivals are not accepted and that automatically means you are not eligible for the
175+
credits for the year. Obviously, you can send the whole thing in one step
176176
before the first deadline, no need to separate the project in two parts.
177177
</td></tr>
178178
</tbody></table>

0 commit comments

Comments
 (0)