-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#12557] Instructor edit feedback session page: NumberFormatException…
… when inputting decimal numbers into distribute points questions (#12558) * Fix min-max point bug in const-sum questions * Fix lint issues * Move ceil's implementation to QuestionEditDetailsFormComponent * Address lint issues * Prevent non-numerical characters from being inputted * Add tests for onPointsInput * Fix component tests lint issues * Restrict length of input of numbers * Abstract methods out into question-edit-details-form * Update test descriptions * Update min-value for stepper of num-scale question * Add method to restrict float inputs --------- Co-authored-by: Jason Qiu <[email protected]>
- Loading branch information
1 parent
defc75f
commit 2ea7f48
Showing
7 changed files
with
258 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
...tion-types/question-edit-details-form/num-scale-question-edit-details-form.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters