Adding OER Schema
One of the primary reasons to use a tool that publishes in HTML format is to take advantage of metadata, the standards vehicle for OER Schema. Though we don't yet have the remix tools, we can prepare for this future now, by schematizing.
Let's take a look at some basics.
Adding an Assessment
- Highlight the name of your assignment:
- Click the inline gizmo button on the floating toolbar:
- Choose OER as the presentation method:
- Choose the
typeof
from the dropdown list as "Assessment." - In the "Advanced" tab, copy the resource id at the bottom:
Adding a Learning Objective
Now, we can add a learning objective that points to this assessment. This is where schema can start to become interesting
- Write the learning objectives:
- Add schema via the inline gizmo.
- Choose OER as the presentation method:
- Now you can add the id from the assessment as a related resource and now the two are linked via OER Schema!:
Additional schema
Try adding the following if you have them on your page, and link them using the assessment resource id:
- typeof: assessment, property: description
- typeof: supporting material, property: name
- typeof: task, property: name
- typeof: topic, property: name