Create a school test
Creates a school test using academic-year, subject, grading, and file settings.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
name
academic_year_id
school_test_type_id
subject_id
description
blank_test_file_manager_id
answer_test_file_manager_id
grading_instructions
min_passing_score_id
grading_scale_type_id
min_value
max_value
Response
The school test was created.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

