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

Problem with quizzes #82

Closed
houshuang opened this issue Feb 22, 2017 · 3 comments
Closed

Problem with quizzes #82

houshuang opened this issue Feb 22, 2017 · 3 comments

Comments

@houshuang
Copy link
Collaborator

There might sometimes be problems with quizzes

  • sometimes it's impossible to enter text, because it keeps disappearing (happened once on Firefox, before refresh - related to e.preventDefault?)
  • when a quiz has been submitted, and has errors, and continues to be edited, the form jumps when editing (possibly because the input field state is temporarily emptied between updates)
  • with two forms next to each other, sometimes changing a radio button selection on one form affects the other (does it use a DOM selector to reset radio state, which is identical for the two forms?)

All these issues should be investigated, and tracked - if it happens again / if we find evidence etc, we can collect it here, and hopefully improve it.

@lfaucon
Copy link
Contributor

lfaucon commented Feb 23, 2017

Experienced the impossibility to enter text on Chromium browser too, fixed by refreshing the page

@houshuang
Copy link
Collaborator Author

Hopefully this will all be fixed by proper collaborative editing (Dario's component)

@houshuang
Copy link
Collaborator Author

Closing this for now since we will soon replace with editable forms.

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