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
In our system, we created some xml tags to facilitate our understanding, but some we want in the parser, to be considered as inline, because we need the number of characters of the text faithful to what was written, because without this, I was adding formatting spaces
exemple:
<assessment-group id="2C93808974B5C5DA0174B73EB5712FBA">
<label> 2. </label>
<highlight show-answer="true" id="2C93808974B5C5DA0174B73EB5712FBB">
<question>
<p id="2C93808974B5C5DA0174B73EB5712FBC">Underline the best word to complete each sentence below.</p>
</question>
<items>
<item id="2C93808974B5C5DA0174B73EB5712FBD">He has <token type="underline" color="any">received</token> many gifts, <strong>but</strong> his wife <strong>has</strong> received <strong>no /</strong> <token type="underline" color="any">none</token></item>
<item id="2C93808974B5C5DA0174B73EB5712FBE">The <strong>bird</strong> hasn't drunk <token type="circle" color="any"><strong>any</strong></token> <strong> / some</strong> water today.</item>
<item id="2C93808974B5C5DA0174B73EB5712FBF">Did you watch <strong>no / </strong> <token type="underline" color="any"> any </token> films last month?</item>
<item id="2C93808974B5C5DA0174B73EB5712FC0">I have <token type="underline" color="any"> some </token> <strong> / any</strong> news for you.</item>
<item id="2C93808974B5C5DA0174B73EB5712FC1">Steven is going to answer <token type="underline" color="any"> no </token> <strong>/ any</strong> e-mails tomorrow.</item>
<item id="2C93808974B5C5DA0174B73EB5712FC2">There is <token type="underline" color="any"> no </token> <strong>/ any</strong> reason to worry about Dan.</item>
<item id="2C93808974B5C5DA0174B73EB5712FC3">He has received many gifts, <strong>but</strong> his wife <strong>has</strong> received <strong>no /</strong> <token type="underline" color="any">none</token></item>
<item id="2C93808974B5C5DA0174B73EB5712FC4">Would you care for <strong>any / </strong> <token type="underline" color="any"> some </token> finger food?</item>
<item id="2C93808974B5C5DA0174B73EB5712FC5">Bring <token type="underline" color="any"> some </token> <strong> / any</strong> recyclable material next class.</item>
<item id="2C93808974B5C5DA0174B73EB5712FC6">If you have <token type="underline" color="any"> any </token> <strong> / no</strong> suggestions, contact me.</item>
<item id="2C93808974B5C5DA0174B73EB5712FC7">We seldom eat <strong>no / </strong> <token type="underline" color="any"> any </token> fattening food.</item>
</items>
</highlight>
</assessment-group>
for now, we have created a way to do it, but it is not a good practice
In our system, we created some xml tags to facilitate our understanding, but some we want in the parser, to be considered as inline, because we need the number of characters of the text faithful to what was written, because without this, I was adding formatting spaces
exemple:
for now, we have created a way to do it, but it is not a good practice
The text was updated successfully, but these errors were encountered: