Final exam
The course content will be tested in the form of a computer exam, consisting of a theoretical part (on campus, 1 hour), and a practical part (take-home exam, 2 hours).
Date & time
Main sit
- Theoretical part (on campus, max. 1 hour): Monday, 16 October 2023 (1pm - 2pm)
- Practical part (take home, max. 2 hours): Tuesday, 17 October 2023 (10am - 11.59am + 1 minute = noon)
- Exam registration: via Osiris
Resit
- Theoretical part (on campus, max. 1 hour): Monday, 18 December 2023 (time tba)
- Practical part (take home, max. 2 hours): Tuesday, 16 January 2024 (9 - 11am)
- Exam registration: via Osiris
Technicalities & support
- Receiving your exam: via TestVision on the examination dates.
- The exam consists of two parts, which you will have to work on in “separate” exams:
- The theoretical part needs to be finished within one hour (for timings, see Osiris).
- The practical part is open for two hours (exact timing tba).
- Working on your exam: on a computer at the University (theoretical part, on campus), on your computer (practical part, take-home).
- Submitting your exam: all questions (including file uploads) will be submitted via TestVision
- Support during the practical part of the exam: preferably WhatsApp
see support section of this website; Support only for “unforeseen” errors. No support will be given for technical issues that students should have solved during the course (e.g., installation of R or
make
, installing packages, running Python code in an automated workflow, etc.)
Form
- On-campus exam (theoretical part, closed book except selected course material that students can download on the instruction page of the exam), and open book take-home exam (practical part; i.e., for this part, you can access any material you find helpful, including material you have stored on your computers, or that you find on the internet).
- Several sections with subquestions (all open questions; both in written, or by means of code/file uploads)
- Some questions will be personalized (i.e., there is only one correct answer per student)
- Communication with anybody about the exam content, during and after the take-home exam, is strictly prohibited.
- Students must not copy-paste from websites, academic papers. The use of ChatGPT or similar AI-based tools is only allowed if stated explicitly for selected questions on the pratical part of the exam.
- Students must not mention their names or student numbers in any of the submitted files, except when being explicitly asked to do so. This is to ensure the exam can be graded anonymously.
Content
Theoretical part
- This part of the exam consists of personalized open and closed (multiple-choice) questions, shown in random order (i.e., not in order of difficulty or weight/points).
- Students can go freely back and forth between questions in this part.
- Cognitive skills that will be tested are knowledge, comprehension, and analysis.
Practical part
- This part of the exam consists of personalized open questions, shown in random order (i.e., not in order of difficulty or weight/points).
- Students can go freely back and forth between questions in this part.
- Allocate 2 hours to work on this part, which focuses on all learning goals of the course as practiced in the tutorials.
- Expect two questions (potentially w/ smaller subquestions), mixing “mix” various learning goals. For example:
- Work on an issue posted at a publicly available GitHub repository, which focuses on data exploration and transformation (e.g., using RMarkdown, tidyverse).
- Automate an existing workflow, and cast it into a repository structure that you share (privately) with the course coordinator for grading. Alternatively, add a module to an existing workflow (e.g., regression analysis), and integrate new module in automation pipeline.
- Cognitive skills that will be tested are application, evaluation, and synthesis/creation.
Preparing for the exam
Ideas for developing your proficiency
- Please work through the tutorials. While this has been difficult in when you did it for the first time, can you do it on your own now?
- Share with each other the (public) links to your teams’ GitHub repositories. Fork them, clone them to your computers, and then try to run them using
make
(and reading the readme).- Can you run the workflows of others?
- Work on the project of others (e.g., by creating a new feature branch, improving code, committing to your fork, and making a PR) - “receiving teams”: revise the work of others and integrate the PRs.
- Add “deployment” steps in your forks, e.g., by adding an app to somebody’s regression, or adding a regression to somebody’s app
- Create your own, end-to-end GitHub workflow using the publicly available AirBnB data that teams could use for their projects. Fork that repository and collaboratively work on it with everyone!
- Familiarize yourself with
Tilburg Science Hub
- Work through tutorials
- Integrate new building blocks into your projects
- Clone the examples and extend them
Above all, see this exam preparation not as a way to merely study for the exam, but as a way to further develop and make more accessible your existing skill set.
Work on the example questions
Please view the list of example questions here.
Familiarize yourself with TestVision
- Take a practice test to familiarize yourself with TestVision!
- Learn more about TestVision
Technical tips & beyond
- Verify your software setup (you should be able to produce RMarkdown documents as PDF documents, run
make
, and even run existing Python code on your computer). - Know how to zip and unzip files
- Make use of cheat sheets (e.g., available on this site, or elsewhere) (you can also print them)
- Revise your code before submission, so that you ensure it runs from top to bottom without problems.