I've found a way but it's pretty hacky. Edit the source of your text:
<ul>
<li><strong><span class="nogloss1">Een</span></strong>. Je kunt de student meteen aan het begin van de e-learning een interactie laten maken...</li>
</ul>
Then add a style to the page:
.nogloss1:after { content: " interactie"}
Seems to work!
Or - a bit easier - insert a character to break up the word, then hide the character:
<strong>Een inter<span style="display:none">~</span>actie</strong>. Je kunt...