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

Question UI: Soft Validation #57

Closed
4 tasks done
MHajoha opened this issue Sep 12, 2023 · 0 comments · Fixed by #59
Closed
4 tasks done

Question UI: Soft Validation #57

MHajoha opened this issue Sep 12, 2023 · 0 comments · Fixed by #59
Assignees

Comments

@MHajoha
Copy link
Member

MHajoha commented Sep 12, 2023

Epic: #52

Nicht ausgefüllte oder invalide Inputs einer Frage dürfen nicht dafür sorgen, dass der Ganze Test nicht abgeschickt werden darf. Dennoch ist es hilfreich, Nutzer:innen zu zeigen, ob ihre Antwort überhaupt die richtige Form hat. Außerdem ist required hilfreich, um damit Moodle's is_complete_response zu implementieren.

  • Nicht-ausgefüllte Inputs mit gesetztem required-Attribut werden markiert, verhindern aber nicht, dass der Test gespeichert/abgegeben wird.
  • Eingaben, die einem gesetzten pattern-Attribut widersprechen, werden markiert, verhindern aber nicht, dass der Test gespeichert/abgegeben wird.
  • Gleichermaßen für min und max für numerische Inputs?
    • min und max funktionieren auch für Daten & co. Das nachzuimplementieren ist nicht so einfach wie die anderen.
  • Und minlength und maxlength?
@MHajoha MHajoha self-assigned this Sep 12, 2023
MHajoha added a commit that referenced this issue Sep 14, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 14, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 14, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 14, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 19, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 19, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 21, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 21, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 21, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 21, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 21, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 21, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MHajoha added a commit that referenced this issue Sep 21, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MartinGauk pushed a commit that referenced this issue Sep 27, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
MartinGauk pushed a commit that referenced this issue Sep 27, 2023
We mustn't prevent form submission, but we still want to give some feedback to the user.

Closes #57
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

Successfully merging a pull request may close this issue.

1 participant