learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
759 stars 638 forks source link

Missing clear indication that a quiz has been saved successfully #12287

Open pcenov opened 2 weeks ago

pcenov commented 2 weeks ago

Observed behavior

Observed while regression testing the changes made in https://github.com/learningequality/kolibri/pull/12283:

  1. When I save a quiz there's no snackbar confirmation 'Changes saved successfully'.

  2. When I attempt to save a quiz with empty title I see the "There was a problem saving this quiz" message instead of seeing a message for the missing title. Also when I enter a title and click the 'Save' button the message "There was a problem saving this quiz" remains visible and the user has no idea that the quiz has actually been saved which is quite confusing.

https://github.com/learningequality/kolibri/assets/79847249/a94cd8f2-ad68-452d-a3ac-e6ada211c1bb

Expected behavior

Clear indication that the changes have been saved successfully.

Steps to reproduce the issue

  1. Install the build from https://github.com/learningequality/kolibri/pull/12283
  2. Import the exercises from the QA channel.
  3. Create a quiz and Save it.

Usage Details

Kolibri kolibri_0.16.2a0.dev0+git.1251.g46ab928a-0ubuntu1_all.deb Windows 11, Ubuntu 22 - Chrome

pcenov commented 2 weeks ago

@radinamatic