Sha256: 55e19b8f01c8959faef98d82afb730a09176f5143bb33c9d847dc6bdd8ff1ccb
Contents?: true
Size: 468 Bytes
Versions: 3
Compression:
Stored size: 468 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 < ActiveRecord::Base include Fe::AnswerConcern end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/models/fe/answer.rb |
fe-0.0.4 | app/models/fe/answer.rb |
fe-0.0.3 | app/models/fe/answer.rb |