- CreateBlockMixin
- TextQuestionMixin
- ECArticleQuestionMixin
- ECTurnLVLConvoQuestionMixin
- MatrixQuestionMixin
- AttentionCheckQuestionMixin
- PageTimerQuestionMixin
- PageBreakQuestionMixin
- MultipleChoiceQuestionMixin
- ApplyFlowMixin
- BaseMultipleChoiceQuestion
- BaseTextQuestion
Download the code:
git clone https://github.com/jpjacobpadilla/Qualtrics-Survey-Creator.git
Navigate to the Repository Directory:
cd Qualtrics-Survey-Creator
Make some sort of environment:
python -m venv venv
source venv/bin/activate
Install the package in editable mode so that you can make changes to it:
pip install -e .
secret.py
- Program secrets - Keeps the Qualtrics API key and database credentials.