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

Issue related to Create attempt #9

Closed
HuongNV13 opened this issue Oct 16, 2019 · 1 comment
Closed

Issue related to Create attempt #9

HuongNV13 opened this issue Oct 16, 2019 · 1 comment

Comments

@HuongNV13
Copy link
Collaborator

We found 2 issues related to Create Attempt:

  • Create attempt will not work if the Quiz Max Attempt set to unlimited
  • Create attempt will not work with Moodle master branch (3.8) because the code is using a deprecated function from 3.4 and it will be removed on 3.8
    Please refer:
    modal.getRoot().on(ModalEvents.yes, params, t.createAttempt);

    Need to change from ModalEvents.yes to ModalEvents.save
@timhunt
Copy link
Member

timhunt commented Oct 25, 2019

This is done, so closing.

@timhunt timhunt closed this as completed Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants