Sha256: 947c64890b5bd458274f3449caabbf326e69f41eda4497d4a3c01175c8a89f13
Contents?: true
Size: 467 Bytes
Versions: 13
Compression:
Stored size: 467 Bytes
Contents
# Answer # - a single answer to a given question for a specific answer sheet (instance of capturing answers) # - there may be multiple answers to a question for "choose many" (checkboxes) # short value is indexed for finding the value (reporting) # essay questions have a nil short value # may want special handling for ChoiceFields to store both id/slug and text representations module Fe class Answer < ApplicationRecord include Fe::AnswerConcern end end
Version data entries
13 entries across 13 versions & 1 rubygems