Fixing various task related bugs in the quiz editor.
This merge addresses the following issues found in the quiz editor:
- It is impossible to delete the first slide of a quiz.
- When changing the PDF page of a slide, the quiz editor always selects the last slide of the presentation.
- When a task is asynchronous and there are no synchronous tasks pending, the onExecuted handler is not called.
- When performing a set of asynchronous tasks, the next set of tasks might not be executed.