OpenQuestion 
OpenQuestion is a survey building and reporting platform written in Python. Surveys can be developed using a GUI or by writing Python code. To report on survey results, OpenQuestion provides a Jupyter-like environment for data visualization and document creation.
Documentation
:book: Please visit the OpenQuestion documentation site.
Develop surveys with a GUI
Surveys are stored as a Python dictionary/JSON
my_survey={
"title": "simple survey",
"settings": {
"survey_color": "#2196F3",
"thank_you_msg": "#Thank you!"
},
"num_widgets": 2,
"widgets": [
{
"id": 0,
"type": "section",
"logic": None,
"title": "section",
"widgets": [
{
"id": 1,
"type": "text_box",
"logic": None,
"title": "what's your name?",
"number": False,
"mandatory": True,
"placeholder": "placeholder here"
}
]
}
]
}
Citing OpenQuestion
... coming soon
Release files for OpenQuestion 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| OpenQuestion-0.1.1.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| OpenQuestion-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.7 kB
Release files / OpenQuestion-0.1.1.tar.gz
| Download URL | OpenQuestion-0.1.1.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
342dd203dfc49b8940dabd01d993237b131fcc02145761cd13b85ecafff35798
|
|
BLAKE2b-256 checksum How to use checksums |
3d377e39fca5f2cfb555ff9da1b1de5d06a7e8eb6a2126df091a55b6e7db510a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|
Release files / OpenQuestion-0.1.1-py3-none-any.whl
| Download URL | OpenQuestion-0.1.1-py3-none-any.whl |
|---|---|
| Size | 11.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f7709eb50a59491955a816812c74ae35dec68a09151742cc39c51e02c2e89011
|
|
BLAKE2b-256 checksum How to use checksums |
45744fe519dc1a3d882be73e64b26e4fc95316a81f103c866bb53c5fa96b93dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|