Qcm-parser

Latest version: v0.1.5

Safety actively analyzes 623694 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.3

What's Changed
* Simplify modes by qkzk in https://github.com/qkzk/qcm_parser/pull/1

**Full Changelog**: https://github.com/qkzk/qcm_parser/compare/v0.1.1...v0.1.3

0.1.3b

0.1.2

Private names and property.
Use private names for non exposed attributes.
Use property for exposed ones.

This is a breaking change :

`QCM_Question` now have attributes :

* `title` instead of `question_title`
* `text` (doesn't change)

`QCM_Answer` now have attributes :

* `title` instead of `text`

Naming is now consistent : `ParseQcm`, `QCM_Part`, `QCM_Question`,
`QCM_Answer` all have a `title` attribute.

0.1.1

Doesn't escape title and part title.

Don't use `html` anymore

0.1.0

First working release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.