forked from klmedeiros/courses-experiment-with-sql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rules.yml
56 lines (56 loc) · 1.34 KB
/
rules.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
rules:
normal_exercise_num_chars_instructions:
min: 0
max: 100000
normal_exercise_num_items_instructions:
min: 0
max: 100000
normal_exercise_num_chars_assignment:
min: 0
max: 100000
normal_exercise_num_subitems_instructions:
min: 0
max: 100000
normal_exercise_num_chars_hints:
min: 0
max: 10000
normal_exercise_num_items_hints:
min: 0
max: 10000
normal_exercise_num_lines_code_sample:
min: 0
max: 10000
normal_exercise_num_lines_code_solution:
min: 0
max: 10000
normal_exercise_has_sct:
min: 0
max: 10000
normal_exercise_has_sct_success_msg:
min: 0
max: 10000
course_num_chapters:
min: 0
max: 10000
course_num_exercises:
min: 0
max: 10000
chapter_num_exercises_chapter_1:
min: 0
max: 10000
chapter_num_exercises_chapter_n:
min: 0
max: 10000
course_pct_ex_instructions_lte_reco:
min: 0
course_pct_ex_assignment_lte_reco:
min: 0.0
course_pct_ex_hints_lte_reco:
min: 0.0
course_pct_ex_code_sample_lte_reco:
min: 0.0
course_pct_ex_code_solution_lte_reco:
min: 0.0
all_exercises_num_chars_title:
min: 1
max: 10000