Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeout and better error message to quiz submit request #1185

Merged
merged 2 commits into from
Jun 30, 2023

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    91f9875 View commit details
    Browse the repository at this point in the history
  2. Move submit modal dialog error message from progress bar to alert box

    In the submit modal dialog in chapters, the error message
    was displayed inside a progress bar. That was not a good idea
    since it was hard to read and the latter half of the message
    disappeared since it did not fit into the progress bar. The
    error message is now moved to a separate alert box above
    the progress bar.
    ihalaij1 authored and markkuriekkinen committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    339be66 View commit details
    Browse the repository at this point in the history