You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BallotMeasureContests have the following fields available directly or inherited through ContestBase
ContestBase::BallotTitle
ContestBase::BallotSubTitle
BallotMeasureContest::SummaryText
(some others as well but there is little ambiguity to their purpose)
The spec should provide additional guidance on the correct use of these fields. Specifically, there is the potential for overlap between the purposes of BallotSubTitle and SummaryText.
The text was updated successfully, but these errors were encountered:
Presently the VIP docs use the following language for some of the more obvious examples of possible overlapping fields:
ContestBase.Abbreviation: An abbreviation for the contest.
ContestBase.BallotTitle: Title of the contest as it appears on the ballot.
ContestBase.BallotSubTitle: Subtitle of the contest as it appears on the ballot.
BallotMeasureContest.FullText: Specifies the full text of the referendum as it appears on the ballot.
BallotMeasureContest.SummaryText: Specifies a short summary of the referendum that is on the ballot, below the title, but above the text.
This language is very similar to the language from the NIST specification.
Following a review of the VIP feeds provided by participating states, it looks like ContestBase.Abbreviation is usually used to abbreviate ContestBase.BallotTitle and ContestBase.BallotSubTitle is indeed used interchangeably with BallotMeasureContest.SummaryText, although this field's documentation is already explicit that this is a summary of the ballot measure (referendum) content. Unfortunately, there isn't a VIP feed in use which uses all 5 of the fields listed above nor is there an export using each of ContestBase.BallotTitle, ContestBase.BallotSubTitle and BallotMeasureContest.SummaryText. If there is a real world example of all 5 of these fields (including non VIP data) being used then perhaps we could use that data to describe how the VIP record should be generated and include that as part of the XML example.
BallotMeasureContests have the following fields available directly or inherited through ContestBase
ContestBase::BallotTitle
ContestBase::BallotSubTitle
BallotMeasureContest::SummaryText
(some others as well but there is little ambiguity to their purpose)
The spec should provide additional guidance on the correct use of these fields. Specifically, there is the potential for overlap between the purposes of BallotSubTitle and SummaryText.
The text was updated successfully, but these errors were encountered: