Pre-release
This release is a pre-release and may not be stable for production use.
Mostx : Quiz Generator
Generates the following quiz.
B is slower than A
A is faster than C
B is faster than C
Which is the slowest one?
Supports multiple languages.
(Japanese, Korean, Traditional-Chinese, English, )
Installation
pip install mostx
Usage
import mostx
print(sorted(mostx.get_available_langs()))
# => ['chinese', 'english', 'japanese', 'korean', ]
qgen = mostx.QuizGenerator(lang='english')
quiz = qgen(choices='ABC', n_adjs=1)
print(quiz)
# Quiz(
# statements=[
# 'C is larger than A',
# 'A is smaller than B',
# 'C is larger than B',
# ],
# question='Which is the smallest?',
# choices=('A', 'B', 'C'),
# answer='A'
# )
etc
Google App (Mostx + Kivy)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mostx-0.1.1.dev0.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mostx-0.1.1.dev0.tar.gz.
File metadata
- Download URL: mostx-0.1.1.dev0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.0.5 CPython/3.7.1 Linux/5.3.0-53-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed4ac740175b03b649d3902f5bda54208c0e2e281a59eae1013df393e50d9af6
|
|
| MD5 |
13a5b296aa605e4c0b7db5ae3819b851
|
|
| BLAKE2b-256 |
e99d5149b5479b21aec246e0d14ad544738114f0fdcbd7e0f6b65d4a36c3517d
|
File details
Details for the file mostx-0.1.1.dev0-py3-none-any.whl.
File metadata
- Download URL: mostx-0.1.1.dev0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.0.5 CPython/3.7.1 Linux/5.3.0-53-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad9ce305b27c3d08bc8ec7246275e9ce9d611e80fe2bfd2738e7015662b32cc8
|
|
| MD5 |
d60446d14923bdba76ff13d514227c01
|
|
| BLAKE2b-256 |
6b220cdab1622c20a5dea9ae031a47d2fb612f7a89e72b85caeb72abc4a0118a
|