- This exam has 4 Levels, with a question picked random from each level below.
- If you fail the exam, when you retake the exam again, you will restart at Level 1.
- There is No Norminette in this exam.
Can be any of the 12 Functions/Programs Below:
Can be any of the 20 Functions/Programs Below:
Can be any of the 15 Functions/Programs Below:
Can be any of the 10 Functions/Programs Below:
1️⃣ Login With The Following:
login -> exam
password -> exam
2️⃣ In ITerm:
Type examshell in terminal
3️⃣ Your 42 Intra Account:
login -> your 42 intra username (eg. prossi)
pasword -> your password
4️⃣ Your 42 Intra Photo:
Allow photo check
5️⃣ Access Rendu:
Type 'y' or 'yes'
6️⃣ In the Exam Shell, You Have Only The Following 3 Commands:
- status - check the time and other things
- grademe - checking pushed exercise (moulinet)
- finish - closing examshell and finish exam
7️⃣ Open a new iTerm or VSCode:
- You can find your exam subject in the directory subject
- Then you can see directory Rendu. It is your repository.
- You must create a folder named by the project and start working in that folder.
When you are ready to sumbit your function/program, go into Rendu and push the folder you created by doing the following:
1️⃣ git add <folder name/files in folder>
2️⃣ git status
3️⃣ git commit -m "any commit message you like in these strings"
4️⃣ git push
5️⃣ After you git push, type grademe
in the examshell for your project to be evaluated.
Note
You should be able to use both VSCode and Vim in the exam.