A simple application to generate quizzes from structured data and track learning performance over time.
Project description
quiz-learning-tracker
A simple application to generate quizzes from structured data and track learning performance over time.
1. Installing
To install the package from PyPI, follow the instructions below:
pip install --upgrade quiz_learning_tracker
Execute which quiz-learning-tracker to see where it was installed, probably in /home/USERNAME/.local/bin/quiz-learning-tracker.
Using
To start, use the command below:
quiz-learning-tracker
and load a JSON file in the next format
[
{
"title": ["Data Preprocessing"],
"topics": [
"Clean missing values",
"Normalize or scale data",
"Categóricos: one-hot encoding, label encoding",
]
},
{
"title": ["Data Visualization", "Visualization"],
"topics": [
"Use charts to explore data",
"Examples: bar, scatter"
]
},
{
"title": ["EDA", "Exploratory Analysis"],
"topics": [
"Understand patterns",
"Check correlations"
]
}
]
2. More information
If you want more information go to doc directory.
3. Buy me a coffee
If you find this tool useful and would like to support its development, you can buy me a coffee!
Your donations help keep the project running and improve future updates.
4. License
This project is licensed under the GPL license. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
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
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 quiz_learning_tracker-0.1.0.tar.gz.
File metadata
- Download URL: quiz_learning_tracker-0.1.0.tar.gz
- Upload date:
- Size: 82.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc4510b335226421e8381d4c2d9e98d0e5e3820abe401145f6729fb764c67627
|
|
| MD5 |
7e215522a77030806d5adcdb1f144e8f
|
|
| BLAKE2b-256 |
25240b92b09263eda3c1256fa5af9ae179387f0c7abe5e3e5193f80e14b6dd43
|
File details
Details for the file quiz_learning_tracker-0.1.0-py3-none-any.whl.
File metadata
- Download URL: quiz_learning_tracker-0.1.0-py3-none-any.whl
- Upload date:
- Size: 83.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9fce720ed12c95e516373a66523780c4a21f48c7d443407b7ed0eabef08a272
|
|
| MD5 |
16feb34e2f8ff9a4fb53165bab5d09e5
|
|
| BLAKE2b-256 |
217ffd91f12b79fbca03cca176e56188d1162d4f6764e2f8481f63d03a6723a7
|