You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a configuration option to the definition items to allow for course (global) level definition without the definition applying to every instance of the word.
This would be useful for the Authoring Tool to remove the need for inline styling to apply a definition to a term that is used throughout the course.
e.g.
{
"words": [
"Adapt Framework"
],
"definition": "This is a piece of software which</br>allows you to create e-learning.",
"_applyToFirstWordOnly": true
},
{
"words": [
"the",
"a"
],
"definition": "Excellent word this one",
"_applyToFirstWordOnly": false
}
The definition for Adapt Framework would only appear the first time this word is used in the course content whereas the definition for the and a would appear throughout the course whenever those words are used.
Your environment
Master
The text was updated successfully, but these errors were encountered:
I had initially thought first instance sequentially via the JSON but that, as you have quite rightly identified, leaves a potential issue if the course is consumed in a non-sequential order.
Ideally, it would be first instance it's rendered on screen to the user.
If it is rendered/displayed would it stay at its first position (very difficult) or would it never be displayed again (easy)?
If it is rendered/displayed but not clicked, does it get rendered again later?
So that it's very explicitly designed to be in one place, rather than trying to get the automatic renderer to decide, could we not just use the manual markup for this?
To make it easier it could just do the first occurance of the word for each content object?
Subject of the enhancement
Add a configuration option to the definition items to allow for course (global) level definition without the definition applying to every instance of the word.
This would be useful for the Authoring Tool to remove the need for inline styling to apply a definition to a term that is used throughout the course.
e.g.
The definition for
Adapt Framework
would only appear the first time this word is used in the course content whereas the definition forthe
anda
would appear throughout the course whenever those words are used.Your environment
The text was updated successfully, but these errors were encountered: