Metadata-Version: 2.4
Name: calcprop-qbank
Version: 0.1.2
Summary: Question bank generator using propositional calculus
Project-URL: Homepage, https://github.com/mbujosab/calcprop-qbank
Project-URL: Source, https://github.com/mbujosab/calcprop-qbank
Author: Andrés Bujosa
Author-email: Marcos Bujosa <mbujosab@ucm.es>
License: GPL-3.0-or-later
License-File: LICENSE
Keywords: AMC,Moodle,education,multiple choice,propositional calculus,question bank
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.9
Requires-Dist: calcprop>=0.1
Description-Content-Type: text/markdown

# qbank

Generador de bancos de preguntas de opción múltiple basado en cálculo proposicional.

Construido sobre [`calcprop`](https://github.com/mbujosab/calcprop). Genera variantes
de preguntas combinando supuestos y cuestiones, y las exporta a LaTeX (AMC) o Moodle (XML vía LaTeX).

Generado a partir de `CalcPropQuiz.org` y `CalcPropExport.org` mediante `org-babel-tangle`.

## Autoría y licencia

Copyright (C) 2020-2026  Andrés Bujosa, Marcos Bujosa (`_quiz`) /
Copyright (C) 2020-2026  Marcos Bujosa (`_export`)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

See the [LICENSE](LICENSE) file for details.
