Move towards single repository per question theme
It would be good to move towards having a repository per single question theme instead of the original setup of this repository which was to contain multiple question themes. There are some reasons to move to a separate repository per question theme:
- Development happens on per theme basis
- There is no shared code between themes
- Versioning can be synced between git tags and the versions of the themes.
- Themes have to be shipped as separate zip files anyway to be uploaded in LimeSurvey. A single repository only works in a local docker setup where the local checkout of the repository is mounted in the docker container.