Sha256: d1b978d130ddaff7682b39539e2d36ff9c8cfc61f6c3575ce48c2266b0478a48

Contents?: true

Size: 749 Bytes

Versions: 80

Compression:

Stored size: 749 Bytes

Contents

Given students' names along with the grade that they are in, create a roster
for the school.

In the end, you should be able to:

- Start with an empty school.
- Add a student's name to the roster for a grade
  - "Add Jim to grade 2."
  - "OK."
- Get a list of all students enrolled in a grade
  - "Which students are in grade 2?"
  - "We've only got Jim just now."
- Get a sorted list of all students in all grades.  Grades should sort
  as 1, 2, 3, etc., and students within a grade should be sorted
  alphabetically by name.
  - "Who all is enrolled in school right now?"
  - "Grade 1: Anna, Barb, and Charlie. Grade 2: Alex, Peter, and Zoe.
    Grade 3…"

Note that all our students only have one name.  (It's a small town, what
do you want?)

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.179 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.178 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.177 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.176 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.175 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.174 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.173 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.172 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.171 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.170 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.169 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.167 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.166 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.165 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.164 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.163 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.162 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.161 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.160 tracks/ocaml/exercises/grade-school/.meta/description.md