Skip to content

Commit

Permalink
Answers to essay questions are now saved correctly when navigating to…
Browse files Browse the repository at this point in the history
… another page, fixing bug 4478
  • Loading branch information
gustav_delius committed May 15, 2006
1 parent a1d0b3e commit 91d7ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/attempt.php
Expand Up @@ -484,6 +484,7 @@
<script language="javascript" type="text/javascript">
function navigate(page) {
document.responseform.page.value=page;
document.responseform.onsubmit();
document.responseform.submit();
}
</script>
Expand Down

0 comments on commit 91d7ead

Please sign in to comment.