🕸️URL Development Guide for External Data Integration
This page explains how to configure and develop external learning materials.
Configuring URL Connection External Resources
Click the "Add Materials" button in the class, then click the URL Connection External Resources button.
Material Type: Select Use as Learning Material.
External Resource URL: Enter the accessible URL of the developed material. This URL must be accessible from external sources.
User Information Transfer: Change to Transfer UID.
After selecting the above options and loading the material, the URL entered in the external resource URL through an iframe. At this time, the URL is set as follows:
Scoring Method Using the Grading API
When a user accesses and decodes the extToken passed as a query parameter, the following payload is obtained:
Among the values, when a request is sent to the progress_url as shown below, grading is completed.
Method: POST
Url: {progress_url}
Body
Python code example
Checking Tutoring Mode
When a user accesses and decodes the extToken passed as a query parameter, the following payload is obtained:
If tutor_user_id exists in the payload, it is in tutoring mode. If it doesn't exist, it is in student mode.
Last updated