Showing
1 changed file
with
9 additions
and
9 deletions
| @@ -82,39 +82,39 @@ Response: | @@ -82,39 +82,39 @@ Response: | ||
| 82 | "course_type_ratio": [ | 82 | "course_type_ratio": [ |
| 83 | { | 83 | { |
| 84 | "course_type": "Conversation", | 84 | "course_type": "Conversation", |
| 85 | - "ratio": "10%" | 85 | + "ratio": 0.1 |
| 86 | }, | 86 | }, |
| 87 | { | 87 | { |
| 88 | "course_type": "Passage", | 88 | "course_type": "Passage", |
| 89 | - "ratio": "5%" | 89 | + "ratio": 0.05 |
| 90 | }, | 90 | }, |
| 91 | { | 91 | { |
| 92 | "course_type": "Function", | 92 | "course_type": "Function", |
| 93 | - "ratio": "15%" | 93 | + "ratio": 0.15 |
| 94 | }, | 94 | }, |
| 95 | { | 95 | { |
| 96 | "course_type": "Phonics", | 96 | "course_type": "Phonics", |
| 97 | - "ratio": "10%" | 97 | + "ratio": 0.1 |
| 98 | }, | 98 | }, |
| 99 | { | 99 | { |
| 100 | "course_type": "Examination", | 100 | "course_type": "Examination", |
| 101 | - "ratio": "10%" | 101 | + "ratio": 0.1 |
| 102 | }, | 102 | }, |
| 103 | { | 103 | { |
| 104 | "course_type": "Words", | 104 | "course_type": "Words", |
| 105 | - "ratio": "10%" | 105 | + "ratio": 0.1 |
| 106 | }, | 106 | }, |
| 107 | { | 107 | { |
| 108 | "course_type": "Grammar", | 108 | "course_type": "Grammar", |
| 109 | - "ratio": "20%" | 109 | + "ratio": 0.2 |
| 110 | }, | 110 | }, |
| 111 | { | 111 | { |
| 112 | "course_type": "Textbook", | 112 | "course_type": "Textbook", |
| 113 | - "ratio": "10%" | 113 | + "ratio": 0.1 |
| 114 | }, | 114 | }, |
| 115 | { | 115 | { |
| 116 | "course_type": "Music", | 116 | "course_type": "Music", |
| 117 | - "ratio": "10%" | 117 | + "ratio": 0.1 |
| 118 | } | 118 | } |
| 119 | ], | 119 | ], |
| 120 | "course_count": 324 | 120 | "course_count": 324 |
-
Please register or login to post a comment