Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Provides a custom field type for storing multiple values per field item. When you configure the field instance, you define the columns for the fields. As an example a teacher may want to store the number of students that received each grade letter on a test:
| A | B | C | D | F |
|---|---|---|---|---|
| 3 | 6 | 10 | 4 | 1 |
It is useful for storing statistical distributions, without having to define a field (and incurring the additional database tables that implies) for each segment.
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Created by bartram on , updated