Tips and Warnings

Add tips and warnings throughout your courses using Raw HTML components.

Tips:

To add a tip component such as the one above, paste the below code into a Raw HTML component, and modify the messaging as desired:

<div class="tip"><strong>Add Tips to your Course</strong>
<p>Add tips to your course by following this tutorial: <a href="https://docs.moocit.fr/v/english/advanced/tips-and-warnings" target="_blank">https://docs.moocit.fr/v/english/advanced/tips-and-warnings</a>.&nbsp;</p>
</div>

Warning Messages:

To add a warning component such as the one above, paste the below code into a Raw HTML component, and modify the messaging as desired:

<div class="warning"><strong>Warning Components!</strong>
<p>Create your own warning components in your course by following this tutorial: <a href="https://docs.moocit.fr/v/english/advanced/tips-and-warnings" target="_blank">https://docs.moocit.fr/v/english/advanced/tips-and-warnings</a>.&nbsp;</p>
</div>

Last updated