Step 3: Try compiling the first question
Now we can compile the question. To do this, we need to open a terminal in the folder of your rumbas project. Then we can run the following command:
rumbas check questions/first_question.yaml
This command will now show an error about the question not belonging to a rumbas project. This is because our rumbas repository is missing a crucial file. This file is the .rumbasrc.yaml
- mind the dot (.
) at the start - file. This file contains the settings for the rumbas repository.
---
version: 0.8.0 # The rumbas version that this repository uses.