Skip to content

EduBase as your external assessment platform

EduBase can integrate with external platforms (learning management systems, enterprise resource planning systems, etc.) to provide a seamless experience for users taking exams or quizzes. This integration can be achieved through the combination of APIs and webhooks. In this document, we will outline one possible way to use EduBase as an external exam platform.

Let users take exams from an external platform

  1. Configure an Organization in EduBase to manage the users and exams centralized
    • also configure exam results webhooks to send exam results back to the external platform
  2. Manage EduBase users automatically, so the users of the external platform can access EduBase without needing to register separately, refer to User management use case for details
    • do not forget to add the users to the organization
  3. Create exam login link for the user by calling POST /user:login
    • an exam login link can directly log in the user and redirect them to the exam launch page
    • the exam should also be linked to the organization!
  4. Embed link on your platform (for example by attaching it to a button) or send it to the user via email
  5. Once a user completes the exam, EduBase will automatically send the exam results to the external platform via webhooks configured in the organization settings

Notes