Author: Vienna Ly, BCIT LTC 2022
Repo: GitHub https://github.com/vie74050/ImageMeasure
Demo on learn.bcit.ca LOR: https://learn.bcit.ca/d2l/lor/viewer/view.d2l?ou=6605&loIdentId=41801
<img>
tag<table>
<thead>
<tr>
<th>Scale</th><th>SigFig</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td><td>1</td>
</tr>
</tbody>
</table>
e.g. for 5.12345 and SigFig = 1, L = 5.1
! Documentation below are instructions for using learn.bcit.ca Learning Hub tools, current as of Jun 2022.
To add the template HTML files from LOR (only need to do this once per course)
For this component, files will be created in
Coures Files /Interactive/ImageMeasure/
(default)
- demo.html –> use this directly or as Template
- demo.png
The new page “Image Measure Demo” will be added to your Content.
Once you have the html file in Course Files, you can use it as a template to Create New file(s) using the Select a Document Template option on Learning Hub.
e.g.
ImageMeasure-TopicName/ |_topic.html |_topic.jpg or ImageMeasure/ |_topic1.html |_topic1.jpg |_topic2.html |_topic2.jpg
In Edit Mode
Exit Edit Mode (Play Mode)
In Edit Mode
<iframe src="{OrgUnitPath}Interactive/ImageMeasure/demo.html"
marginwidth="0"
frameborder="0"
height="500"
width="100%"
scrolling="No">
</iframe>
src
path to point to the desired file in Course Files. A quick way to get the file path:
/content/enforced/7541-ViennaLySandbox/Interactive/ImageMeasure/
)src="___PASTE-FILE-NAME____"