From 6fd4a5bbf117bf38051b93f1c50af03a0da7ee12 Mon Sep 17 00:00:00 2001 From: Jon Moldover Date: Wed, 7 Oct 2020 22:31:43 -0700 Subject: [PATCH] Fix for #536 - allow multiple CDF files (#537) * Fix for #536 - allow multiple CDF files Add regression test with multiple CDF files --- .../test_set_8_multi_cdf_config.json | 71 + .../test_set_8_multi_cdf_cvr_1.json | 706 +++ .../test_set_8_multi_cdf_cvr_2.json | 706 +++ ...test_set_8_multi_cdf_expected_cvr_cdf.json | 4796 +++++++++++++++++ ...test_set_8_multi_cdf_expected_summary.json | 48 + 5 files changed, 6327 insertions(+) create mode 100644 test_set_8_multi_cdf/test_set_8_multi_cdf_config.json create mode 100644 test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_1.json create mode 100644 test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_2.json create mode 100644 test_set_8_multi_cdf/test_set_8_multi_cdf_expected_cvr_cdf.json create mode 100644 test_set_8_multi_cdf/test_set_8_multi_cdf_expected_summary.json diff --git a/test_set_8_multi_cdf/test_set_8_multi_cdf_config.json b/test_set_8_multi_cdf/test_set_8_multi_cdf_config.json new file mode 100644 index 000000000..070785e28 --- /dev/null +++ b/test_set_8_multi_cdf/test_set_8_multi_cdf_config.json @@ -0,0 +1,71 @@ +{ + "tabulatorVersion" : "TEST", + "outputSettings" : { + "contestName" : "Test Set 0", + "outputDirectory" : "output", + "contestDate" : "2019-03-06", + "contestJurisdiction" : "TestSets_Single_winner", + "contestOffice" : "Skiptonext_Skiponovervote", + "tabulateByPrecinct" : false, + "generateCdfJson" : true + }, + "cvrFileSources" : [ { + "filePath" : "test_set_8_multi_cdf_cvr_1.json", + "contestId" : "Test Set 0", + "idColumnIndex" : "", + "precinctColumnIndex" : "", + "overvoteDelimiter" : "", + "provider" : "cdf", + "overvoteLabel" : "", + "undervoteLabel" : "", + "undeclaredWriteInLabel" : "", + "treatBlankAsUndeclaredWriteIn" : false + }, { + "filePath" : "test_set_8_multi_cdf_cvr_2.json", + "contestId" : "Test Set 0", + "idColumnIndex" : "", + "precinctColumnIndex" : "", + "overvoteDelimiter" : "", + "provider" : "cdf", + "overvoteLabel" : "", + "undervoteLabel" : "", + "undeclaredWriteInLabel" : "", + "treatBlankAsUndeclaredWriteIn" : false + } ], + "candidates" : [ { + "name" : "Candidate A Name", + "code" : "", + "excluded" : false + }, { + "name" : "Candidate B Name", + "code" : "", + "excluded" : false + }, { + "name" : "Candidate C Name", + "code" : "", + "excluded" : false + }, { + "name" : "Candidate D Name", + "code" : "", + "excluded" : false + } ], + "rules" : { + "tiebreakMode" : "random", + "overvoteRule" : "exhaustImmediately", + "winnerElectionMode" : "singleWinnerMajority", + "randomSeed" : "0", + "numberOfWinners" : "1", + "multiSeatBottomsUpPercentageThreshold" : "", + "decimalPlacesForVoteArithmetic" : "1", + "minimumVoteThreshold" : "0", + "maxSkippedRanksAllowed" : "4", + "maxRankingsAllowed" : "4", + "nonIntegerWinningThreshold" : false, + "hareQuota" : false, + "batchElimination" : false, + "continueUntilTwoCandidatesRemain" : false, + "exhaustOnDuplicateCandidate" : false, + "rulesDescription" : "Skiptonext_exhaustatovervote", + "treatBlankAsUndeclaredWriteIn" : false + } +} \ No newline at end of file diff --git a/test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_1.json b/test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_1.json new file mode 100644 index 000000000..3d5e5f914 --- /dev/null +++ b/test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_1.json @@ -0,0 +1,706 @@ +{ + "@type" : "CVR.CastVoteRecordReport", + "CVR" : [ { + "@type" : "CVR", + "BallotPrePrintedId" : "1", + "CVRSnapshot" : [ { + "@id" : "ballot-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-1", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "2", + "CVRSnapshot" : [ { + "@id" : "ballot-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-2", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "3", + "CVRSnapshot" : [ { + "@id" : "ballot-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "4", + "CVRSnapshot" : [ { + "@id" : "ballot-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-4", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "5", + "CVRSnapshot" : [ { + "@id" : "ballot-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-5", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "6", + "CVRSnapshot" : [ { + "@id" : "ballot-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "7", + "CVRSnapshot" : [ { + "@id" : "ballot-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-7", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "8", + "CVRSnapshot" : [ { + "@id" : "ballot-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-8", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "9", + "CVRSnapshot" : [ { + "@id" : "ballot-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "10", + "CVRSnapshot" : [ { + "@id" : "ballot-10", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-10", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "11", + "CVRSnapshot" : [ { + "@id" : "ballot-11", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-11", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "12", + "CVRSnapshot" : [ { + "@id" : "ballot-12", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-12", + "ElectionId" : "election-001" + } ], + "Election" : [ { + "@id" : "election-001", + "@type" : "Election", + "Candidate" : [ { + "@id" : "c-candidate_a_name", + "Name" : "Candidate A Name" + }, { + "@id" : "c-candidate_b_name", + "Name" : "Candidate B Name" + }, { + "@id" : "c-candidate_c_name", + "Name" : "Candidate C Name" + }, { + "@id" : "c-candidate_d_name", + "Name" : "Candidate D Name" + } ], + "Contest" : [ { + "@id" : "contest-001", + "@type" : "CandidateContest", + "ContestSelection" : [ { + "@id" : "cs-candidate_a_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_a_name" ] + }, { + "@id" : "cs-candidate_b_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_b_name" ] + }, { + "@id" : "cs-candidate_c_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_c_name" ] + }, { + "@id" : "cs-candidate_d_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_d_name" ] + } ], + "Name" : "Test Set 0" + } ], + "ElectionScopeId" : "gpu-election" + } ], + "GeneratedDate" : "2020-10-07T18:30:02-07:00", + "GpUnit" : [ { + "@id" : "gpu-election", + "@type" : "GpUnit", + "Name" : "TestSets_Single_winner", + "OtherType" : "Election Scope Jurisdiction", + "Type" : "other" + } ], + "ReportGeneratingDeviceIds" : [ "rd-001" ], + "ReportingDevice" : [ { + "@id" : "rd-001", + "@type" : "CVR.ReportingDevice", + "Application" : "Universal RCV Tabulator", + "Manufacturer" : "Bright Spots" + } ], + "Version" : "1.0.0" +} \ No newline at end of file diff --git a/test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_2.json b/test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_2.json new file mode 100644 index 000000000..3d5e5f914 --- /dev/null +++ b/test_set_8_multi_cdf/test_set_8_multi_cdf_cvr_2.json @@ -0,0 +1,706 @@ +{ + "@type" : "CVR.CastVoteRecordReport", + "CVR" : [ { + "@type" : "CVR", + "BallotPrePrintedId" : "1", + "CVRSnapshot" : [ { + "@id" : "ballot-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-1", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "2", + "CVRSnapshot" : [ { + "@id" : "ballot-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-2", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "3", + "CVRSnapshot" : [ { + "@id" : "ballot-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "4", + "CVRSnapshot" : [ { + "@id" : "ballot-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-4", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "5", + "CVRSnapshot" : [ { + "@id" : "ballot-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-5", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "6", + "CVRSnapshot" : [ { + "@id" : "ballot-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "7", + "CVRSnapshot" : [ { + "@id" : "ballot-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-7", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "8", + "CVRSnapshot" : [ { + "@id" : "ballot-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-8", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "9", + "CVRSnapshot" : [ { + "@id" : "ballot-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "10", + "CVRSnapshot" : [ { + "@id" : "ballot-10", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-10", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "11", + "CVRSnapshot" : [ { + "@id" : "ballot-11", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-11", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "12", + "CVRSnapshot" : [ { + "@id" : "ballot-12", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + } ], + "CurrentSnapshotId" : "ballot-12", + "ElectionId" : "election-001" + } ], + "Election" : [ { + "@id" : "election-001", + "@type" : "Election", + "Candidate" : [ { + "@id" : "c-candidate_a_name", + "Name" : "Candidate A Name" + }, { + "@id" : "c-candidate_b_name", + "Name" : "Candidate B Name" + }, { + "@id" : "c-candidate_c_name", + "Name" : "Candidate C Name" + }, { + "@id" : "c-candidate_d_name", + "Name" : "Candidate D Name" + } ], + "Contest" : [ { + "@id" : "contest-001", + "@type" : "CandidateContest", + "ContestSelection" : [ { + "@id" : "cs-candidate_a_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_a_name" ] + }, { + "@id" : "cs-candidate_b_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_b_name" ] + }, { + "@id" : "cs-candidate_c_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_c_name" ] + }, { + "@id" : "cs-candidate_d_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_d_name" ] + } ], + "Name" : "Test Set 0" + } ], + "ElectionScopeId" : "gpu-election" + } ], + "GeneratedDate" : "2020-10-07T18:30:02-07:00", + "GpUnit" : [ { + "@id" : "gpu-election", + "@type" : "GpUnit", + "Name" : "TestSets_Single_winner", + "OtherType" : "Election Scope Jurisdiction", + "Type" : "other" + } ], + "ReportGeneratingDeviceIds" : [ "rd-001" ], + "ReportingDevice" : [ { + "@id" : "rd-001", + "@type" : "CVR.ReportingDevice", + "Application" : "Universal RCV Tabulator", + "Manufacturer" : "Bright Spots" + } ], + "Version" : "1.0.0" +} \ No newline at end of file diff --git a/test_set_8_multi_cdf/test_set_8_multi_cdf_expected_cvr_cdf.json b/test_set_8_multi_cdf/test_set_8_multi_cdf_expected_cvr_cdf.json new file mode 100644 index 000000000..e843b924e --- /dev/null +++ b/test_set_8_multi_cdf/test_set_8_multi_cdf_expected_cvr_cdf.json @@ -0,0 +1,4796 @@ +{ + "@type" : "CVR.CastVoteRecordReport", + "CVR" : [ { + "@type" : "CVR", + "BallotPrePrintedId" : "1", + "CVRSnapshot" : [ { + "@id" : "ballot-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-1-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-1-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "2", + "CVRSnapshot" : [ { + "@id" : "ballot-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-2-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-2-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "3", + "CVRSnapshot" : [ { + "@id" : "ballot-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-3-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-3-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "4", + "CVRSnapshot" : [ { + "@id" : "ballot-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-4-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-4-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "5", + "CVRSnapshot" : [ { + "@id" : "ballot-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-5-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-5-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "6", + "CVRSnapshot" : [ { + "@id" : "ballot-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-6-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-6-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "7", + "CVRSnapshot" : [ { + "@id" : "ballot-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-7-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-7-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "8", + "CVRSnapshot" : [ { + "@id" : "ballot-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-8-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-8-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "9", + "CVRSnapshot" : [ { + "@id" : "ballot-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-9-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-9-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "10", + "CVRSnapshot" : [ { + "@id" : "ballot-10", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-10-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-10-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "11", + "CVRSnapshot" : [ { + "@id" : "ballot-11", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-11-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-11-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "12", + "CVRSnapshot" : [ { + "@id" : "ballot-12", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-12-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-12-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "1", + "CVRSnapshot" : [ { + "@id" : "ballot-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-1-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-1-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "2", + "CVRSnapshot" : [ { + "@id" : "ballot-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-2-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-2-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "3", + "CVRSnapshot" : [ { + "@id" : "ballot-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-3-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-3-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "4", + "CVRSnapshot" : [ { + "@id" : "ballot-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-4-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-4-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "5", + "CVRSnapshot" : [ { + "@id" : "ballot-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-5-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-5-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "6", + "CVRSnapshot" : [ { + "@id" : "ballot-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-6-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-6-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "7", + "CVRSnapshot" : [ { + "@id" : "ballot-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-7-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-7-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "8", + "CVRSnapshot" : [ { + "@id" : "ballot-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-8-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-8-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "9", + "CVRSnapshot" : [ { + "@id" : "ballot-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-9-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-9-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "10", + "CVRSnapshot" : [ { + "@id" : "ballot-10", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-10-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-10-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "11", + "CVRSnapshot" : [ { + "@id" : "ballot-11", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-11-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_d_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-11-round-3", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "12", + "CVRSnapshot" : [ { + "@id" : "ballot-12", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-12-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_a_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_b_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-candidate_c_name", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + }, { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 4 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-12-round-3", + "ElectionId" : "election-001" + } ], + "Election" : [ { + "@id" : "election-001", + "@type" : "Election", + "Candidate" : [ { + "@id" : "c-candidate_a_name", + "Name" : "Candidate A Name" + }, { + "@id" : "c-candidate_b_name", + "Name" : "Candidate B Name" + }, { + "@id" : "c-candidate_c_name", + "Name" : "Candidate C Name" + }, { + "@id" : "c-candidate_d_name", + "Name" : "Candidate D Name" + } ], + "Contest" : [ { + "@id" : "contest-001", + "@type" : "CandidateContest", + "ContestSelection" : [ { + "@id" : "cs-candidate_a_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_a_name" ] + }, { + "@id" : "cs-candidate_b_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_b_name" ] + }, { + "@id" : "cs-candidate_c_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_c_name" ] + }, { + "@id" : "cs-candidate_d_name", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-candidate_d_name" ] + } ], + "Name" : "Test Set 0" + } ], + "ElectionScopeId" : "gpu-election" + } ], + "GeneratedDate" : "2020-10-07T18:51:24-07:00", + "GpUnit" : [ { + "@id" : "gpu-election", + "@type" : "GpUnit", + "Name" : "TestSets_Single_winner", + "OtherType" : "Election Scope Jurisdiction", + "Type" : "other" + } ], + "ReportGeneratingDeviceIds" : [ "rd-001" ], + "ReportingDevice" : [ { + "@id" : "rd-001", + "@type" : "CVR.ReportingDevice", + "Application" : "Universal RCV Tabulator", + "Manufacturer" : "Bright Spots" + } ], + "Version" : "1.0.0" +} \ No newline at end of file diff --git a/test_set_8_multi_cdf/test_set_8_multi_cdf_expected_summary.json b/test_set_8_multi_cdf/test_set_8_multi_cdf_expected_summary.json new file mode 100644 index 000000000..d13d4d5ca --- /dev/null +++ b/test_set_8_multi_cdf/test_set_8_multi_cdf_expected_summary.json @@ -0,0 +1,48 @@ +{ + "config" : { + "contest" : "Test Set 0", + "date" : "2019-03-06", + "jurisdiction" : "TestSets_Single_winner", + "office" : "Skiptonext_Skiponovervote", + "threshold" : "12" + }, + "results" : [ { + "round" : 1, + "tally" : { + "Candidate A Name" : "8", + "Candidate B Name" : "8", + "Candidate C Name" : "6", + "Candidate D Name" : "2" + }, + "tallyResults" : [ { + "eliminated" : "Candidate D Name", + "transfers" : { + "Candidate B Name" : "2" + } + } ] + }, { + "round" : 2, + "tally" : { + "Candidate A Name" : "8", + "Candidate B Name" : "10", + "Candidate C Name" : "6" + }, + "tallyResults" : [ { + "eliminated" : "Candidate C Name", + "transfers" : { + "Candidate B Name" : "4", + "exhausted" : "2" + } + } ] + }, { + "round" : 3, + "tally" : { + "Candidate A Name" : "8", + "Candidate B Name" : "14" + }, + "tallyResults" : [ { + "elected" : "Candidate B Name", + "transfers" : { } + } ] + } ] +} \ No newline at end of file