A package to evaluate homework submissions in Python, SQL, PowerBI, and SSIS.
Project description
Sample usage:
import asyncio
from your_evaluator_module import HomeworkEvaluator
async def main():
evaluator = HomeworkEvaluator()
question_content = """
Q1: What is a Python list? Explain with an example.
Q2: Write an SQL query to select all records from a table named 'students'.
"""
answer_path = "sample_submissions/student1_answer.py"
question_type = "python"
result = await evaluator.evaluate_from_content(
question_content=question_content,
answer_path=answer_path,
api_key="your_api_key",
question_type=question_type
)
print(result)
if __name__ == "__main__":
asyncio.run(main())
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
quantumchecker-0.3.2.tar.gz
(16.5 kB
view details)
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 quantumchecker-0.3.2.tar.gz.
File metadata
- Download URL: quantumchecker-0.3.2.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
952bac39dfb909420698e61e964bba899e44a2474423e7c9f1096e06ffed7c99
|
|
| MD5 |
6edd3068f1a68c4dfa14b4dca28109db
|
|
| BLAKE2b-256 |
138737ba5159a6eb3eddef61f63b5db1af6176be33c24eba3df176cc5e59a7dd
|
File details
Details for the file quantumchecker-0.3.2-py3-none-any.whl.
File metadata
- Download URL: quantumchecker-0.3.2-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
335f6b6314857b3805dddabba3d1237fa2fe3db8e125bd3e3c48e1ddda8f63a5
|
|
| MD5 |
91d4ccb048a1f348182c803d60846775
|
|
| BLAKE2b-256 |
9d0596e068f23e611432e237043b4bc6077d42480a916a9f6e21983efb35c53e
|