$i = 1;
foreach ($answers as $answer) {
$cells = array();
- $cells[] = '<label>' . get_string('jump', 'lesson') . ' ' . $i . '</label>';
+ $cells[] = '<label>' . get_string('jump', 'lesson') . ' ' . $i . '</label>:';
$cells[] = $this->get_jump_name($answer->jumpto);
$table->data[] = new html_table_row($cells);
if ($i === 1){