เอกสารการเรียนรู้นอกสถานศึกษาของ JavaScript SDK
Last updated
Last updated
This document provides guidelines for developing external learning materials on the Elice platform.
For any other questions, please contact Elice.
Please install the External Learning Materials JavaScript SDK as an npm package. This package is compatible with web environments.
You can use the EliceContents
class provided by the installed SDK to access the methods and properties necessary for developing external learning materials.
The options provided for initialization are as follows:
To resolve CORS errors, please check the following:
If CORS errors continue to occur even after installing the plugin, you can disable the CORS feature in your browser using the following command in the terminal:
Name | Type | Description |
---|
|
| The base URL of the Elice platform API server. CORS policy only allows requests from the |