Question
How do we put an image in the Learning Objective of a Catalogue Item?
Answer
This can be done by uploading an image in the catalogue item via Insert/Edit Link and adding source code to call the image.
Steps
We recommend a minimum of 1100x600px and maximum of 1440x900px.
Uploading the image
1. Navigate to Manage Learning > Manage Catalogue
2. Click Edit > select the Learning Objective tab > select Insert/Edit Link Icon
3. A pop-up window will appear. Select the desired image by clicking the folder icon. Click Insert Resources, then Ok. Note: Take note of the URL so you can proceed on the next step below.
Placing a source code to call the image
1. Select Source Code. Below is the HTML code to call the image. Note: The “img src” is the URL of the link after you have inserted/uploaded the resource.
type <p><img src="URL" alt="test" /></p>.
Example: <p><img src="https://ABC.blob.core.windows.net/uploads/acp/1.jpg" alt="test" /></p>
Comments
Please sign in to leave a comment.