Sha256: 0fe5d33b02d4957c00b1aac9fe50b7794a75c7d80cfa12d0a010298c0e5d2999

Contents?: true

Size: 619 Bytes

Versions: 4

Compression:

Stored size: 619 Bytes

Contents

# coding: utf-8

module Cacofonix; module CodeLists
  LIST_77 = {
    "P" => "Preschool",
    "K" => "Kindergarten",
    "1" => "First Grade",
    "2" => "Second Grade",
    "3" => "Third Grade",
    "4" => "Fourth Grade",
    "5" => "Fifth Grade",
    "6" => "Sixth Grade",
    "7" => "Seventh Grade",
    "8" => "Eighth Grade",
    "9" => "Ninth Grade",
    "10" => "Tenth Grade",
    "11" => "Eleventh Grade",
    "12" => "Twelfth Grade",
    "13" => "College Freshman",
    "14" => "College Sophomore",
    "15" => "College Junior",
    "16" => "College Senior",
    "17" => "College Graduate Student"
  }
end; end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cacofonix-0.10.3 lib/cacofonix/codelists/077.rb
cacofonix-0.10.2 lib/cacofonix/codelists/077.rb
cacofonix-0.10.1 lib/cacofonix/codelists/077.rb
cacofonix-0.10.0 lib/cacofonix/codelists/077.rb