Exercise 5: Questions and answers

Tutorial documents can be edited within Geneious, allowing you to create an interactive tutorial where your students can input answers to questions. To answer questions, students can click the Edit button at the top of the tutorial window, and enter their answers (ensure you leave them enough space when you create the document). Edited files can be selected and exported as a Geneious Tutorial File. The file can then be returned to the course organiser for marking.

In the following HTML, a question and space for the answer are now provided.


<html>
<head>
  <title>Tutorial document</title>
</head>
<body style="padding: 5px;">
<img src="logo_small.png">
<h2 class="orange">Tutorial document</h2>
This is where you can write some text.<br>
<a href="Q03307.geneious">Open Q03307 document</a><br>
Here is some <b>bold</b> text and some <i>italic</i> text.<br>
<br>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<p>Question: How many transmembrane regions are there in Q03307?</p>
<p><b>Answer:</b><br></p>
</body>
</html>

To see how this HTML looks click here.


Click the Edit button and you can type in the answer. When you close the tutorial file, Geneious will offer to save your changes.

Exercise 6: Link to other pages