Documentation
Elements
- <a>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <number>
- <p>
- <page>
- <poem>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
Grandes Lignes
6.1 FLEX
Book structure
Chapters


Subchapters

Assessments

Please visit the assessments page for more information on how to markup.
Input fields

See this page for more information on input fields.
Text

<assessment>
<title><number>21</number>Traduis. Les mots sont dans le film.</title>
<list type="ordered" numbering="decimal">
<li>
<p><number>1</number> J'ai un rendez-vous à quatre heures. <input type="text"/></p>
</li>
<li>
<p><number>2</number>Je vais voir mon cousin à Montmartre.<input type="text"/></p>
</li>
<li>
<p><number>3</number>On va manger une glace ensemble.<input type="text"/></p>
</li>
<li>
<p><number>4</number>Mais je regarde si j'ai un message sur mon portable.<input type="text"/></p>
</li>
<li>
<p><number>5</number>Non, pas de message. Donc, il ne va pas arriver en retard.<input type="text"/></p>
</li>
</list>
</assessment>
Checkbox
Process as <input answerType="checkbox"> for each circle.

Figures/Images
Icons
Process icons as <img>.

Puzzles
Process puzzles as <figure>.



Lists
Process a horizontal listing of words as a list with no bullet.

Frame
Process these as <frame>.





- For the example below and similair, use <title> for the text in the red box and <subtitle> for the text in the blue box.

Tables
- Process example below as one big table, the text in the colored parts should be processed as bold.

- Process the example below and similair in a <table> with a <caption>.

<table>
<caption>E</caption>
<thead>
<tr>
<td>Frans ←→ </td>
<td>Nederlands</td>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"/> l'endroit <em fontStyles="italic">m</em></td>
<td><input type="checkbox"/> de plek</td>
</tr>
<tr>
....
</tr>
<tr>
<td><input type="checkbox"></input> Je m'entraine <em fontStyles="italic">trois</em> fois par semaine</td>
<td><input type="checkbox"></input> Ik train <em fontStyles="italic">drie</em> keer per week.</td>
</tr>
</tbody>
</table>
Content markup
