Add min/max validation for date, datetime, and number questions (#1858)

This commit is contained in:
Raphael Michel
2020-11-27 11:02:07 +01:00
committed by GitHub
parent 921b28f8d4
commit 66af5973ec
13 changed files with 262 additions and 13 deletions

View File

@@ -1808,6 +1808,12 @@ TEST_QUESTION_RES = {
"dependency_question": None,
"dependency_value": None,
"dependency_values": [],
"valid_number_min": None,
"valid_number_max": None,
"valid_date_min": None,
"valid_date_max": None,
"valid_datetime_min": None,
"valid_datetime_max": None,
"help_text": {"en": "This is an example question"},
"options": [
{