A simple commandline app for quizes
Project description
Cliqz Intro
I wanted to knock this out in a day to solve a problem I had no time budgeted for. Python was the perfect option but I'm a n00b to it, so be cruel.
The other quizzes I use, like Anki-droid and Udemy quizzes are not open-source-ish enough. There is some difficulty adding question sets and types. I want questions in a data format that is more verifiable and standard.
We all need to learn, so maybe we can learn to trade our learning and the product of our learning.
Inspiration
I was inspired yesterday by this article: How to Build And Publish Command-Line Applications With Python
Quiz Schema
The Quiz structure is starting to look like this:
description: string
duration_minutes: number
questions:
- item:
title: string
type: [missing_items choose_items]
false_choices: [text_string_one text_string_two text_string_three]
valid_choices: [text_string_one]
notes: >
Multiline text
Roadmap
-
Colorize questions[2020-10-06] -
Minutes left instead of a deadline[2020-10-06] -
Validate and register answer results.[2020-10-06] -
Allow select by answer number or letter.[2020-10-07] -
Tally a list of results at the end of the test.[2020-10-07] - Add code tests to the project
- Add several quizzes and expand questions.
-
Move quizzes into an open-source repo of some modern type.[2020-10-08] - Variation in handling of various test types not property implemented for missing_item.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cliqz-0.1.3.tar.gz
.
File metadata
- Download URL: cliqz-0.1.3.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e6af4c9f6a78b0cee6112d6197d7d360ed1dbb1968a73e38d0a0401044fac1e |
|
MD5 | 183657621cf26153080fbe6862d285d8 |
|
BLAKE2b-256 | d3278bea68c5c3046375cd741ba6150eaa45cb67834713867fbc6c794f3ab572 |
Provenance
File details
Details for the file cliqz-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: cliqz-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04fb71e9b6411ab9e3cc8411f6df31e15662530f8d1d4f02197b9b2754bb6309 |
|
MD5 | d234bb3ceac0288ef33d4064662500e7 |
|
BLAKE2b-256 | 4d254aff42585259b5fc9e8c22d02a3bdc7b94724a0486a82cde41d6e7f51f94 |