Update Semester 1 authored by De Wael Mattias's avatar De Wael Mattias
...@@ -44,9 +44,9 @@ No special actions required for the first few weeks. ...@@ -44,9 +44,9 @@ No special actions required for the first few weeks.
### Demo code: ### Demo code:
**!!! The access-rights are not yet applied for all students, this will/should be fixed by next week Wednesday** If you get a 404, wait 7 more days. **!!! The access-rights are not yet applied for all students, this will/should be fixed by next Monday** If you get a 404, wait 3 more days.
[Here (Dutch/Nederlands)](https://gitlab.ti.howest.be/ti/2023-2024/s1/programming-fundamentals/ti-nl) or [here (English)](https://gitlab.ti.howest.be/ti/2023-2024/s1/programming-fundamentals/ti-en) you can/will find all the material of the *Programming Fundamentals course*: input material and your own exercises. [Here (Dutch/Nederlands)](https://gitlab.ti.howest.be/ti/2024-2025/s1/programming-fundamentals/ti) or [here (English)](https://gitlab.ti.howest.be/ti/2024-2025/s1/programming-fundamentals/tie) you can/will find all the material of the *Programming Fundamentals course*: input material and your own exercises.
As soon as you are granted access rights, the input material repository will appear. If you like, you can already `clone` this repo: As soon as you are granted access rights, the input material repository will appear. If you like, you can already `clone` this repo:
...@@ -57,8 +57,8 @@ As soon as you are granted access rights, the input material repository will app ...@@ -57,8 +57,8 @@ As soon as you are granted access rights, the input material repository will app
5. Right-click this file and select *Run 'npm install'*. (This step might not be needed, but do it anyway) 5. Right-click this file and select *Run 'npm install'*. (This step might not be needed, but do it anyway)
6. Now, locate the `testTopic01.js`-file in the `test` directory. 6. Now, locate the `testTopic01.js`-file in the `test` directory.
7. Right-click this file and select *Run 'testTopic01.js'*. 7. Right-click this file and select *Run 'testTopic01.js'*.
8. You should see a lot of red crosses appear: 17 out of 17 tests failed... **This is perfectly fine and expected**. It will be **your job** to make all exercises. 8. You should see a lot of red crosses appear: 17 out of 17 tests failed... **This is perfectly fine and expected**. It will be **your job** to make all exercises...
9. **Do not change anything in this repository.** You only have reading rights anyway. 9. ... in a different repo. **Do not change anything in this repository.** You only have reading rights anyway.
By the first class (next week) this group will be populated with *your exercises*-repo. In this repo you will have write-rights as well, to get that repo up and running, you can just repeat the steps above minus step 9. By the first class (next week) this group will be populated with *your exercises*-repo. In this repo you will have write-rights as well, to get that repo up and running, you can just repeat the steps above minus step 9.
... ...
......