function submitForm () {
  document.getElementById("questionForm").submit();
}
