Skip to main content

Timeback QTI client for assessment item and test operations

Project description

timeback-qti

Python client for the Timeback QTI assessment API.

Installation

pip install timeback-qti

Quick Start

from timeback_qti import QtiClient

async def main():
    client = QtiClient(
        env="staging",
        client_id="your-client-id",
        client_secret="your-client-secret",
    )

    # List assessment items
    result = await client.assessment_items.list()

    # Create an item from QTI XML
    item = await client.assessment_items.create_from_xml({
        "format": "xml",
        "xml": "<qti-assessment-item>...</qti-assessment-item>",
    })

    # Validate QTI XML
    validation = await client.validate.validate({
        "schema": "item",
        "xml": "<qti-assessment-item>...</qti-assessment-item>",
    })

    await client.close()

Resources

  • client.assessment_items - Assessment item CRUD, XML/metadata creation, response processing
  • client.assessment_tests - Assessment test CRUD with nested test parts, sections, and items
  • client.stimuli - Stimulus material CRUD
  • client.validate - QTI XML validation (single and batch)
  • client.lesson - Lesson and question feedback
  • client.general - General operations (delete by ID)

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

timeback_qti-0.2.2b20260401010429.tar.gz (24.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

timeback_qti-0.2.2b20260401010429-py3-none-any.whl (28.5 kB view details)

Uploaded Python 3

File details

Details for the file timeback_qti-0.2.2b20260401010429.tar.gz.

File metadata

  • Download URL: timeback_qti-0.2.2b20260401010429.tar.gz
  • Upload date:
  • Size: 24.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for timeback_qti-0.2.2b20260401010429.tar.gz
Algorithm Hash digest
SHA256 f3aa8e1a402788da3fc62c062010c749a12cdc7c9081c2e0b48778af72d099c0
MD5 b02765b716ccc8631787024ac74ee5ad
BLAKE2b-256 a54010cfc8a60c7b07eb26955998699fde63f0596f932ad6df7db40d670272cc

See more details on using hashes here.

File details

Details for the file timeback_qti-0.2.2b20260401010429-py3-none-any.whl.

File metadata

  • Download URL: timeback_qti-0.2.2b20260401010429-py3-none-any.whl
  • Upload date:
  • Size: 28.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for timeback_qti-0.2.2b20260401010429-py3-none-any.whl
Algorithm Hash digest
SHA256 3bc10244948bb729d3f978e331d04d57e28ffe72d5fb9c5d1a9a86c611df8eb9
MD5 871a86031ffe982a66159b630ef9f3f6
BLAKE2b-256 d448a1eedde72ce707ce3170e94ec2e568a54b77a976cf50f7123dd62309a1b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page