protected function convertToShiftJISableInAnswer(string $str) : string
 {
     return str_replace(['~', 'ヵ', 'ヶ'], ['ー', 'か', 'け'], parent::convertToShiftJISableInAnswer($str));
 }