Class: JapaneseHsStandard
- Inherits:
-
Object
- Object
- JapaneseHsStandard
- Defined in:
- lib/gaku/grading/japanese_hs_standard.rb
Instance Method Summary collapse
-
#grade_portion(exam_portion) ⇒ Object
calculate grading based on country grading system.
Instance Method Details
#grade_portion(exam_portion) ⇒ Object
calculate grading based on country grading system
4 5 6 |
# File 'lib/gaku/grading/japanese_hs_standard.rb', line 4 def grade_portion(exam_portion) 'A+' end |