Skip to content
Snippets Groups Projects
Commit 70791c2f authored by Goik Martin's avatar Goik Martin
Browse files

Better explanation regarding existence of title elements being related to qandasets

parent 056c34f9
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@
<!-- Goik's additions -->
<s:pattern name="Mandatory title in exercise">
<s:rule context="db:qandaset">
<s:assert test="db:title or name(preceding-sibling::*[1])='db:title'">title required for qandaset.</s:assert>
<s:assert test="db:title or name(preceding-sibling::*[1])='db:title'">Must be IMMEDIATELY following title or contain a title itself.</s:assert>
</s:rule>
</s:pattern>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment