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.139 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.138 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.137 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.136 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.135 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.134 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.133 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.132 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.131 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.130 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.129 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.128 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.127 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.126 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.125 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.124 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.123 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.122 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.121 tracks/ocaml/exercises/grade-school/.meta/description.md
trackler-2.2.1.120 tracks/ocaml/exercises/grade-school/.meta/description.md