Classmarker

28 tools available

ClassMarker is a professional, flexible, and easy-to-use online quiz maker for business and education, offering customizable exams, instant grading, and detailed reporting.

educationonline courses

Tools & actions 28

Create Access List Item

Tool to add one or more access codes to an access list. Use after obtaining a valid access_list_id to grant exam access.

Create a new question category

Tool to create a new question category. Use after confirming the parent category ID.

Create Group

Tool to create a new group. Use when you need to organize users into a specific group after planning your user structure.

Create Question

Tool to create a new question with specified text, type, and category in ClassMarker. Supports multiplechoice, multipleresponse, truefalse, and essay question types.

Create ClassMarker User

Tool to create a new user in ClassMarker. Use after gathering user details to provision accounts. Provide user info and optional group assignments. Returns the complete API response.

Delete Access List Item

Removes one or more access codes from a ClassMarker access list. Access lists are used to control exam access by requiring users to provide unique identifiers (e.g., email addresses, employee IDs, student numbers). Each code can be used a limited number of times per exam, and codes are recorded with exam results. To use this action: 1. First call GET_ALL_GROUPS_LINKS_EXAMS to find available access list IDs 2. Provide the access_list_id and the list of codes to remove 3. Up to 100 codes can be removed per request Note: This action is idempotent - deleting codes that don't exist will not cause an error.

Delete API Key

Tool to delete an API key by its ID. Use when you need to revoke an API key immediately.

Delete Group

Tool to delete a group by its ID. Use when you need to remove a group from ClassMarker.

Delete Test Link

Deletes a specific link assignment from a test/exam in ClassMarker. Links are unique URLs that provide access to tests. This action is idempotent - deleting a non-existent link returns success. Use this when you need to remove a link from a test to revoke access via that specific URL.

Delete User

Tool to delete a specific user by ID. Use when you need to remove a user from ClassMarker after verifying the user's identity.

Delete Webhook

Deletes a webhook listener from your ClassMarker account. This action removes a webhook configuration that was previously set up to receive real-time exam results. The ClassMarker API is idempotent - attempting to delete a non-existent webhook will return success without error. Webhook IDs are typically obtained from the ClassMarker web interface (My Account > Webhooks / API Keys) or through other webhook management tools if available. Note: This is a destructive operation and cannot be undone through the API.

Get Group Details

Retrieve detailed information about a specific group by ID. Returns group name and assigned tests. Note: This fetches all accessible groups and filters for the specified group_id, as ClassMarker API doesn't provide a direct single-group endpoint.

Get Initial Finished After Timestamp

Compute the initial finishedAfterTimestamp for paginating ClassMarker test results. Use this action when you need to retrieve recent test results for the first time and don't have a previous 'next_finished_after_timestamp' value. This returns a Unix timestamp set to 2 weeks ago, which is the ClassMarker API's default starting point for result pagination. **When to use this:** - Starting a new pagination sequence for test results - You don't have a stored 'next_finished_after_timestamp' from a previous request **When NOT to use this:** - You have a 'next_finished_after_timestamp' from a previous response - use that value instead - For subsequent pagination requests - use the timestamp from the last successful response **Important:** ClassMarker API requires the finishedAfterTimestamp to be less than 3 months old. This action ensures compliance by setting it to 2 weeks ago.

Get Question

Tool to retrieve a specific question by its ID. Use when you need detailed information of a question after confirming the question_id.

Get Recent Results For Group Exam

Tool to fetch recent test results for a specific group and exam. Use after determining a UNIX timestamp to retrieve only results finished after that time for the group and exam.

Get Recent Results Link Exam

Fetch recent exam results for a specific link and test combination. Use CLASSMARKER_GET_ALL_GROUPS_LINKS_EXAMS first to obtain valid link_id and test_id values. This endpoint returns paginated results based on finishedAfterTimestamp for efficient incremental data retrieval. Supports up to 200 results per request.

Get Test Details

Retrieves detailed information for a specific test (exam) including its name and all assignment contexts. Returns a list of groups and/or links where the test is assigned, with their IDs, names, and URL identifiers. Use when you need to find where a specific test is deployed or to get the complete deployment context for a test. Returns 'no_results' status if test ID doesn't exist.

Get User Details

Tool to retrieve detailed information about a specific user. Use after you have the user's ID and need the full user profile.

List Question Categories

Retrieves all question categories organized in a hierarchical structure. Returns parent categories with their nested sub-categories. Use this to browse available categories before creating questions or filtering content.

List Certificates

Tool to list all certificates. Use when you need to retrieve all certificates available in the account.

List Questions

Retrieve a paginated list of questions from your question bank. Returns up to 200 questions per page. Use the optional 'page' parameter to navigate through multiple pages. Each question includes type, content, points, options, correct answers, and metadata.

List Recent Results For Groups

Retrieve recent exam results for all groups in your ClassMarker account. Returns results from the last 2 weeks by default, or from a specified timestamp (must be within 3 months). Use this to fetch user performance data including scores, pass/fail status, and certificates.

List Recent Results for Links

Retrieves recent test results from ALL links accessible to your API key. Returns results completed after a specified timestamp (defaults to 2 weeks ago). Supports pagination for large result sets (max 200 per request). Use the next_finished_after_timestamp from the response for subsequent requests to fetch newer results without duplicates. Ideal for syncing or monitoring exam completions across all your test links.

List Users

Tool to list all users. Use when you need to retrieve every user in your account after confirming authentication.

List Webhooks

Tool to retrieve all configured webhooks. Use when you need to programmatically list your webhook configurations.

Update Sub-Category

Tool to update an existing sub-category. Use when you need to rename or move a sub-category after confirming its IDs.

Update an existing parent category

Tool to update an existing parent category. Use after confirming the parent category ID.

Update Question

Updates an existing question in the ClassMarker question bank. IMPORTANT CONSTRAINTS: - Cannot change the question_type of an existing question (must match original) - random_answers is only valid for multiplechoice and multipleresponse types - grade_style is only valid for multipleresponse type - options and correct_options are required for multiplechoice, multipleresponse, and truefalse - essay questions cannot have options, correct_options, or grade_style Set verify_only=True to validate changes without applying them.

Ready to automate with Classmarker?

Wire it up in minutes. No coding required.

← All integrations