Velid Aganovic
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Articles
Recent activity by Velid Aganovic-
General LTI 1.3 documentation: user management
Learning Tool Interoperability (LTI) is a standard to make the workflow of your assignment administration more efficient. One of the purposes of LTI is to automatically provision users in Ans. In o...
-
What is the API
Introduction The Ans Application Programming Interface (API) allows you to automate processes within your application landscape which involve Ans. You can think of processes like provisioning users...
-
Create API token
To access the Ans API V2, you'll first need to create a token. This can be done by any user with an employee role in Ans. To create a token, follow the steps below. Click the following link https...
-
API request example
Our API is a powerful tool to automate certain actions in Ans such as creating question banks, updating exercises and deleting courses. Automating this process is useful for when you want to create...
-
Use a Brightspace LTI-link in your assignment
If you want to set up the integration for an assignment, you will need an LTI-link. This LTI link is generated from Brightspace. Linking your assignment will allow your students to open the assignm...
-
Use the API to manage users
Step 1 – Provision a user account To provision a user account a POST request must be made to: POST /api/v2/schools/{school_id}/users The attributes for provisioning users are listed in the sc...
-
Use the API to manage question banks
Step 1 – Provision a question bank and assign contributors To provision a question bank a POST request must be made to: POST /api/v2/question_banks The attributes for provisioning question banks...
-
Use the API to manage courses and assignments
Step 1 – Provision a courseTo provision a course a POST request must be made to: POST /api/v2/schools/{school_id}/coursesThe attributes for creating courses are listed in the schema section of t...
-
Use the API to create a webhook
A webhook can be created through the interface or via the API. In this article, we will explain how you can setup a webhook via the API and which elements you should take into account when using th...
-
Datamodel Ans
With our API it is possible to integrate Ans within your application landscape. The API documentation should give you information on how you can manage different endpoints. While using our applicat...