diff --git a/README.md b/README.md index ed026cff..f09df448 100644 --- a/README.md +++ b/README.md @@ -1,144 +1,15 @@ -# RCTab +# RCTabPlus ## Overview -RCTab is a free, open-source application designed to quickly and accurately tabulate a wide variety of ranked choice voting (RCV) elections, including both single-winner contests and various multi-winner formats (e.g. single transferable vote, a.k.a. STV). It allows users to: -- Create contest configuration files using a graphical user interface (GUI) -- Validate contest configuration files to ensure they are well-formed, and all values are within expected ranges -- Tabulate a contest +RCTabPlus is a fork of the RCTab software at https://github.com/BrightSpots/rcv -A contest configuration file specifies: -- Which tabulation rule variations to use -- A list of registered candidates -- Paths to one or more cast vote record (CVR) files -- Output formatting options (contest name, date, jurisdiction, etc.) +This Plus version adds a new Overvote Rule named "Count overvote when single continuing". This overvote-counting rule much better matches the clear intent of a voter in the United States where a ranked choice ballot typically has no more than 6 "rank" columns of ovals, even when there are as many as 20 or 30 candidates. -The Tabulator produces the following as output: -- A summary .csv file containing round-by-round vote totals for each candidate and the eventual winner(s) -- A summary .json file containing additional information which can be used by external tools for visualizing contest results -- A detailed audit .log file describing how every ballot was counted in each round over the course of the tabulation +The RCTab (non-plus) software only supports overvote-counting rules that make sense in Australia where a voter writes a number in a box next to each candidate's name. In that case a voter can easily write numbers that are as large as the number of candidates, and can easily avoid an overvote by not writing the same number twice. -## Installing and Launching the Tabulator +The overvote rule named "count overvote when single continuing" simply counts a ballot as inactive during any counting round in which more than one of the overvoted candidates is still continuing. When just one of the overvoted candidates is continuing, the ballot counts for that continuing candidate. -#### Method 1 (Easy): Pre-Compiled Version +The following graphic summarizes how this overvote rule works, and why it is needed: -1. Download the pre-compiled Tabulator for your OS from the GitHub [releases page](https://github.com/BrightSpots/rcv/releases). - - **Note**: this download is a "jlink package", which means you don't even need to have Java installed on your machine to run it! - -2. Unzip the file, navigate to the `bin` directory, and launch the RCV Tabulator GUI by running the `rcv` script if using MacOS or Linux, or `rcv.bat` if using Windows. - -On Linux, you may install the .deb file, then run `/opt/rcv/bin/RCTab` to launch the tabulator GUI. - -#### Method 2 (Less Easy): Compile and Run Using Gradle - -1. Install [JDK 21](https://adoptium.net/temurin/releases/?version=21), and make sure your Java path is picking it up properly by - verifying that the following command returns the expected version: - - `$ java -version` - - If the expected version isn't returned, you'll need to follow the instructions [here](https://www.java.com/en/download/help/path.xml) on how to set your Java path. - - If you are using Linux or MacOS and need to regularly switch between Java versions, consider installing [jEnv](https://www.jenv.be/). For a list of the Java versions installed on your machine, run `/usr/libexec/java_home -V` on MacOS or `update-alternatives --config java` on Linux. - -2. Download the [zip of the source code from GitHub](https://github.com/BrightSpots/rcv/archive/master.zip) and unzip it, or install git and use the following command at the terminal / command prompt to clone a local copy on your machine: - - `$ git clone https://github.com/BrightSpots/rcv.git` - -3. Use the provided version of Gradle to build and run the code from the terminal / command prompt to start the RCV Tabulator GUI: - - `$ cd rcv-master` (or, if you cloned the repo using git: `cd rcv`) - - `$ ./gradlew run` (or, if you're on Windows: `gradlew run`) - - If you get a "permission denied" error in Linux or MacOS, you need to mark the script as executable with: - - `$ chmod 777 gradlew` - -#### Method 3 (Least Easy): Building on an Air-Gapped Machine - -1. Download Gradle from https://gradle.org/releases/ and place it in your path. -2. Download and extract the source code from - the [releases page](https://github.com/BrightSpots/rcv/releases). -3. Alongside the release you just downloaded, you will find corresponding cache files (cache.[OS].zip). Download this file too. -4. Stop the Gradle daemon with `gradle --stop`. -5. Delete the directory ~/.gradle/caches if it exists. -6. Extract the appropriate caches/[filename].zip to ~/.gradle/caches so that the "caches" directory is in ~/.gradle. -7. Alongside these extracted caches is a file named checksums.csv. In the extracted directory, you may manually verify each dependency using checksums.csv in accordance with your own policies. -8. Run `gradle assemble --offline` and ensure you get no errors. -9. Run `gradle run --offline` to launch RCTab, or `gradle jpackage --offline` to generate an executable file specific to the OS you are using (a .dmg, .exe, or .deb). - -#### Encrypting the Tabulator Directory -For security purposes, we **strongly recommend** applying password encryption (e.g. 256-bit SHA) to the directory containing the Tabulator, config files, CVR files, and any other related files. - -We recommend using open-source utilities such as [7-Zip](https://www.7-zip.org/) for Windows or EncFS, gocryptfs, etc. for Linux (see [this comparison](https://nuetzlich.net/gocryptfs/comparison/)). - -Mac OS has built-in encryption capability that allows users to create encrypted disk images from folders using Disk Utility (see ["Create a secure disk image"](https://support.apple.com/guide/disk-utility/create-a-disk-image-dskutl11888/mac)). - -## Configuring a Contest - -The GUI can be used to easily create, save, and load contest configuration files (which are in .json format). These files can also be created manually using any basic text editor, but this method isn't recommended. - -In either case, please reference the [config file documentation](config_file_documentation.txt) when configuring a contest. - -**Warning**: Using shortcuts, aliases, or symbolic links to launch the Tabulator is not supported; doing so may result in unexpected behavior. Also, please avoid clicking in the command prompt / terminal window when starting the Tabulator GUI, as it may halt the startup process. - -## Loading and Tabulating a Contest - -The Tabulator includes several example contest configuration files and associated CVR files. - -1. Click "File > Load..." in the menu and navigate to the `sample_input` folder (if you used Method 2 to install the Tabulator, navigate to the `test_data` folder). -2. Open one of the folders listed here and select the config file (it will have the `_config.json` suffix). -3. Click on the configuration tabs (Output, CVR Files, Candidates, Required Rules, Optional Rules) to see how this contest is configured. -4. Click "Tabulation > Validate" in the menu to check if this configuration is valid. You will see the results in the console at the bottom of the main window. -5. Click "Tabulation > Tabulate" in the menu to tabulate the election. You will see the results in the console, including the location of the output files. - -## Command-Line Interface - -Alternatively, you can run the Tabulator using the command-line interface by including the flag `--cli` and then supplying a path to an existing config file, e.g.: - -`$ rcv --cli path/to/config` - -Or, if you're compiling and running using Gradle: - -`$ gradlew run --args="--cli path/to/config"` - -You can also activate a special `convert-to-cdf` function via the command line to export the CVR as a NIST common data -format (CDF) .json instead of tabulating the results, e.g.: - -`$ rcv --cli path/to/config --convert-to-cdf` - -This option is available in the GUI by selecting the "Conversion > Convert CVRs in Current Config to CDF" menu option. - -Or, again, if you're compiling and running using Gradle: - -`$ gradlew run --args="--cli path/to/config --convert-to-cdf"` - -Note: if you convert a source to CDF and that source uses an overvoteLabel or an undeclaredWriteInLabel, the label will -be represented differently in the generated CDF source file than it was in the original CVR source. When you create a -new config using this generated CDF source file and you need to set overvoteLabel, you should use "overvote". If you -need to set undeclaredWriteInLabel, you should use "Undeclared Write-ins". - -## Viewing Tabulator Output - -Tabulator output filenames automatically include the current date and time, -e.g. `2019-06-25_17-19-28_summary.csv`. This keeps them separate if you tabulate the same contest -multiple times. - -Look in the console window to see where the output spreadsheet was written, e.g. - -`2019-06-25 17:19:28 PDT INFO: Generating summary spreadsheet: /rcv/test_data/2018_maine_gov_primary_dem/output/2019-06-25_17-19-28_summary.csv...` - -The summary spreadsheet (in .csv format), summary .json, and audit .log files are all readable using a basic text editor. - -**Note**: If you intend to print any of the output files, we **strongly recommend** adding headers / -footers with page numbers, the filename, the date and time of printing, who is doing the printing, -and any other desired information. - -## Acknowledgements - -#### Bright Spots Developers - -- Jonathan Moldover -- Louis Eisenberg -- Hylton Edingfield +https://votefair.org/count_overvote_when_single_continuing.png diff --git a/config_file_documentation.txt b/config_file_documentation.txt index 5dfb88f0..9b2e787c 100644 --- a/config_file_documentation.txt +++ b/config_file_documentation.txt @@ -187,10 +187,11 @@ Config file must be valid JSON format. Examples can be found in the test_data fo "overvoteRule" required how the program should handle an overvote when it encounters one - value: "alwaysSkipToNextRank" | "exhaustImmediately" | "exhaustIfMultipleContinuing" + value: "alwaysSkipToNextRank" | "exhaustImmediately" | "exhaustIfMultipleContinuing" | "countWhenSingleContinuing" "alwaysSkipToNextRank": when we encounter an overvote, ignore this rank and look at the next rank in the cast vote record "exhaustImmediately": exhaust a ballot as soon as we encounter an overvote "exhaustIfMultipleContinuing": if more than one candidate in an overvote are continuing, exhaust the ballot; if only one, assign the vote to them; if none, continue to the next rank (not valid with an ES&S source unless overvoteDelimiter is supplied) + "countWhenSingleContinuing": if more than one candidate in an overvote are continuing, count the ballot as inactive for this counting round; when the overvoted candidates include only one continuing candidate, count the ballot for for the single continuing candidate; when all the overvoted candidates are not continuing, ignore this rank and look at the next rank in the cast vote record "winnerElectionMode" required whether the program should apply a special process for selecting the winner(s) diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index a4b76b95..1b33c55b 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index de174306..ca025c83 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -# Also manually update gradlew and gradlew.bat with appropriate version tag from: -# https://github.com/gradle/gradle distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip networkTimeout=10000 validateDistributionUrl=true diff --git a/gradlew b/gradlew index f5feea6d..23d15a93 100755 --- a/gradlew +++ b/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum @@ -115,7 +114,7 @@ case "$( uname )" in #( NONSTOP* ) nonstop=true ;; esac -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar +CLASSPATH="\\\"\\\"" # Determine the Java command to use to start the JVM. @@ -206,7 +205,7 @@ fi DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' # Collect all arguments for the java command: -# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, # and any embedded shellness will be escaped. # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be # treated as '${Hostname}' itself on the command line. @@ -214,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ + -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \ "$@" # Stop when "xargs" is not available. diff --git a/gradlew.bat b/gradlew.bat index 9b42019c..5eed7ee8 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -70,11 +70,11 @@ goto fail :execute @rem Setup the command line -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar +set CLASSPATH= @rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* :end @rem End local scope for the variables with windows NT shell diff --git a/src/main/java/network/brightspots/rcv/CastVoteRecord.java b/src/main/java/network/brightspots/rcv/CastVoteRecord.java index 4f39492f..ba761448 100644 --- a/src/main/java/network/brightspots/rcv/CastVoteRecord.java +++ b/src/main/java/network/brightspots/rcv/CastVoteRecord.java @@ -147,7 +147,9 @@ void logRoundOutcome( if (outcomeType == VoteOutcomeType.IGNORED) { logStringBuilder.append(" [was ignored] "); } else if (outcomeType == VoteOutcomeType.EXHAUSTED) { - logStringBuilder.append(" [became inactive] "); + logStringBuilder.append(" [is exhausted] "); + } else if (outcomeType == VoteOutcomeType.INACTIVE_OVERVOTED) { + logStringBuilder.append(" [counted as inactive by overvote] "); } else { if (round == 1) { logStringBuilder.append(" [counted for] "); @@ -186,10 +188,18 @@ void exhaustBy(StatusForRound status) { this.currentRoundStatus = status; } + // check if exhausted, but this check ignores the possibility of a ballot being + // temporarily inactive during multiple continuing overvoted candidates boolean isExhausted() { return currentRoundStatus != StatusForRound.ACTIVE; } + // check if ballot is inactive by overvote, which can be temporary + // when overvote rule is count when single continuing + boolean isInactiveByOvervote() { + return currentRoundStatus != StatusForRound.INVALIDATED_BY_OVERVOTE; + } + StatusForRound getBallotStatus() { return currentRoundStatus; } @@ -303,6 +313,7 @@ enum VoteOutcomeType { COUNTED, IGNORED, EXHAUSTED, + INACTIVE_OVERVOTED, } static class CvrParseException extends Exception {} diff --git a/src/main/java/network/brightspots/rcv/ContestConfig.java b/src/main/java/network/brightspots/rcv/ContestConfig.java index 9334b3b0..4cf8525f 100644 --- a/src/main/java/network/brightspots/rcv/ContestConfig.java +++ b/src/main/java/network/brightspots/rcv/ContestConfig.java @@ -632,7 +632,7 @@ && getOvervoteRule() != Tabulator.OvervoteRule.EXHAUST_IMMEDIATELY && getOvervoteRule() != Tabulator.OvervoteRule.ALWAYS_SKIP_TO_NEXT_RANK) { validationErrors.add(ValidationError.CVR_OVERVOTE_LABEL_OVERVOTE_RULE_MISMATCH); Logger.severe( - "When overvoteLabel is supplied, overvoteRule must be either \"%s\" or \"%s\"!", + "When overvoteLabel is supplied, overvoteRule must be \"%s\" or \"%s\"!", Tabulator.OVERVOTE_RULE_ALWAYS_SKIP_TEXT, Tabulator.OVERVOTE_RULE_EXHAUST_IMMEDIATELY_TEXT); } @@ -661,12 +661,14 @@ && isTabulateByEnabled(TabulateBySlice.BATCH)) { cvrPath); } if (isNullOrBlank(source.getOvervoteDelimiter()) - && getOvervoteRule() == OvervoteRule.EXHAUST_IF_MULTIPLE_CONTINUING) { + && (getOvervoteRule() == OvervoteRule.EXHAUST_IF_MULTIPLE_CONTINUING + || getOvervoteRule() == OvervoteRule.COUNT_WHEN_SINGLE_CONTINUING)) { validationErrors.add(ValidationError.CVR_OVERVOTE_DELIMITER_MISSING); Logger.severe( "overvoteDelimiter is required for an ES&S CVR source when overvoteRule " - + "is set to \"%s\".", - Tabulator.OVERVOTE_RULE_EXHAUST_IF_MULTIPLE_TEXT); + + "is set to \"%s\" or \"%s\".", + Tabulator.OVERVOTE_RULE_EXHAUST_IF_MULTIPLE_TEXT, + Tabulator.OVERVOTE_RULE_COUNT_WHEN_SINGLE_TEXT); } } } diff --git a/src/main/java/network/brightspots/rcv/GuiConfigController.java b/src/main/java/network/brightspots/rcv/GuiConfigController.java index 7cac988d..b13adffe 100644 --- a/src/main/java/network/brightspots/rcv/GuiConfigController.java +++ b/src/main/java/network/brightspots/rcv/GuiConfigController.java @@ -241,6 +241,8 @@ public class GuiConfigController implements Initializable { @FXML private RadioButton radioOvervoteExhaustIfMultiple; @FXML + private RadioButton radioOvervoteCountWhenSingle; + @FXML private ChoiceBox choiceWinnerElectionMode; @FXML private TextField textFieldRandomSeed; @@ -358,6 +360,8 @@ private String getOvervoteRuleChoice() { rule = OvervoteRule.EXHAUST_IMMEDIATELY; } else if (radioOvervoteExhaustIfMultiple.isSelected()) { rule = OvervoteRule.EXHAUST_IF_MULTIPLE_CONTINUING; + } else if (radioOvervoteCountWhenSingle.isSelected()) { + rule = OvervoteRule.COUNT_WHEN_SINGLE_CONTINUING; } return rule.getInternalLabel(); } @@ -1050,6 +1054,7 @@ private void clearConfig() { radioOvervoteAlwaysSkip.setSelected(false); radioOvervoteExhaustImmediately.setSelected(false); radioOvervoteExhaustIfMultiple.setSelected(false); + radioOvervoteCountWhenSingle.setSelected(false); textFieldMaxSkippedRanksAllowed.clear(); textFieldMaxSkippedRanksAllowed.setDisable(false); checkBoxMaxSkippedRanksAllowedUnlimited.setSelected(false); @@ -1468,6 +1473,7 @@ public LocalDate fromString(String string) { radioOvervoteAlwaysSkip.setText(Tabulator.OVERVOTE_RULE_ALWAYS_SKIP_TEXT); radioOvervoteExhaustImmediately.setText(Tabulator.OVERVOTE_RULE_EXHAUST_IMMEDIATELY_TEXT); radioOvervoteExhaustIfMultiple.setText(Tabulator.OVERVOTE_RULE_EXHAUST_IF_MULTIPLE_TEXT); + radioOvervoteCountWhenSingle.setText(Tabulator.OVERVOTE_RULE_COUNT_WHEN_SINGLE_TEXT); checkBoxMaxSkippedRanksAllowedUnlimited.setOnAction(event -> { textFieldMaxSkippedRanksAllowed.clear(); textFieldMaxSkippedRanksAllowed.setDisable( @@ -1625,6 +1631,7 @@ private void setOvervoteRuleRadioButton(OvervoteRule overvoteRule) { case ALWAYS_SKIP_TO_NEXT_RANK -> radioOvervoteAlwaysSkip.setSelected(true); case EXHAUST_IMMEDIATELY -> radioOvervoteExhaustImmediately.setSelected(true); case EXHAUST_IF_MULTIPLE_CONTINUING -> radioOvervoteExhaustIfMultiple.setSelected(true); + case COUNT_WHEN_SINGLE_CONTINUING -> radioOvervoteCountWhenSingle.setSelected(true); case RULE_UNKNOWN -> { // Do nothing for unknown overvote rules } diff --git a/src/main/java/network/brightspots/rcv/Tabulator.java b/src/main/java/network/brightspots/rcv/Tabulator.java index ba73e157..342df3d1 100644 --- a/src/main/java/network/brightspots/rcv/Tabulator.java +++ b/src/main/java/network/brightspots/rcv/Tabulator.java @@ -65,6 +65,7 @@ public boolean isEliminated() { static final String OVERVOTE_RULE_ALWAYS_SKIP_TEXT = "Always skip to next rank"; static final String OVERVOTE_RULE_EXHAUST_IMMEDIATELY_TEXT = "Exhaust immediately"; static final String OVERVOTE_RULE_EXHAUST_IF_MULTIPLE_TEXT = "Exhaust if multiple continuing"; + static final String OVERVOTE_RULE_COUNT_WHEN_SINGLE_TEXT = "Count when single continuing"; // When the CVR contains an overvote we "normalize" it to use this string static final String EXPLICIT_OVERVOTE_LABEL = "overvote"; // Similarly, we normalize undeclared write-ins to use this string @@ -433,7 +434,11 @@ private void updateWinnerTallies() { roundTally.setCandidateTallyViaSurplusAdjustment( winner, roundTally.getWinningThreshold()); tallyTransfers.addTransfer( - currentRound, winner, TallyTransfers.RESIDUAL_TARGET, winnerResidual); + currentRound, + winner, + TallyTransfers.RESIDUAL_TARGET, + false, + winnerResidual); } } } @@ -966,12 +971,12 @@ private OvervoteDecision getOvervoteDecision(CandidatesAtRanking candidates) rule); throw new TabulationAbortedException(false); } - if (rule == OvervoteRule.EXHAUST_IMMEDIATELY) { decision = OvervoteDecision.EXHAUST; } else { decision = OvervoteDecision.SKIP_TO_NEXT_RANK; } + } else if (candidates.count() <= 1) { // if undervote or one vote which is not the overvote label, then there is no overvote decision = OvervoteDecision.NONE; @@ -981,7 +986,8 @@ private OvervoteDecision getOvervoteDecision(CandidatesAtRanking candidates) decision = OvervoteDecision.SKIP_TO_NEXT_RANK; } else { // if we got here, there are multiple candidates and our rule must be - // EXHAUST_IF_MULTIPLE_CONTINUING, so the decision depends on how many are continuing + // EXHAUST_IF_MULTIPLE_CONTINUING or COUNT_WHEN_SINGLE_CONTINUING, + // so the decision depends on how many overvoted candidates are continuing // default is no overvote unless we encounter multiple continuing decision = OvervoteDecision.NONE; @@ -990,17 +996,21 @@ private OvervoteDecision getOvervoteDecision(CandidatesAtRanking candidates) for (String candidate : candidates) { if (isCandidateContinuing(candidate)) { if (continuingCandidate != null) { // at least two continuing - decision = OvervoteDecision.EXHAUST; - break; - } else { - continuingCandidate = candidate; + if (rule == OvervoteRule.EXHAUST_IF_MULTIPLE_CONTINUING) { + decision = OvervoteDecision.EXHAUST; + break; + } else if (rule == OvervoteRule.COUNT_WHEN_SINGLE_CONTINUING) { + decision = OvervoteDecision.INACTIVE_BY_OVERVOTE; + break; + } } + continuingCandidate = candidate; } } } return decision; - } + } // end getOvervoteDecision // recordSelectionForCastVoteRecord: // set new recipient of cvr @@ -1021,6 +1031,7 @@ private void recordSelectionForCastVoteRecord( currentRoundTally.getRoundNumber(), cvr.getCurrentRecipientOfVote(), selectedCandidate, + false, cvr.getFractionalTransferValue()); for (ContestConfig.TabulateBySlice slice : config.enabledSlices()) { String sliceId = cvr.getSlice(slice); @@ -1035,6 +1046,7 @@ private void recordSelectionForCastVoteRecord( currentRoundTally.getRoundNumber(), cvr.getCurrentRecipientOfVote(), selectedCandidate, + false, cvr.getFractionalTransferValue()); } } @@ -1053,11 +1065,18 @@ private void recordSelectionForCastVoteRecord( } } - final String outcomeDescription = statusForRound == StatusForRound.ACTIVE - ? selectedCandidate - : statusForRound.getTitleCaseKey() + additionalLogText; - final VoteOutcomeType outcomeType = - selectedCandidate == null ? VoteOutcomeType.EXHAUSTED : VoteOutcomeType.COUNTED; + String outcomeDescription = selectedCandidate; + if (statusForRound != StatusForRound.ACTIVE) { + outcomeDescription = statusForRound.getTitleCaseKey() + additionalLogText; + } + + VoteOutcomeType outcomeType = VoteOutcomeType.COUNTED; + if (statusForRound == StatusForRound.INVALIDATED_BY_OVERVOTE) { + outcomeType = VoteOutcomeType.INACTIVE_OVERVOTED; + } else if (selectedCandidate == null) { + outcomeType = VoteOutcomeType.EXHAUSTED; + } + cvr.logRoundOutcome( currentRoundTally.getRoundNumber(), outcomeType, @@ -1082,6 +1101,9 @@ private RoundTally computeTalliesForRound(int currentRound) throws TabulationAbo } } + // Fetch the overvote rule here just once instead of once for each cvr. + OvervoteRule overvoteRule = config.getOvervoteRule(); + // Loop over ALL cast vote records to determine who they should count for in this round, // based on which candidates have already been eliminated and elected. // At each iteration a cvr will either: @@ -1089,11 +1111,19 @@ private RoundTally computeTalliesForRound(int currentRound) throws TabulationAbo // count for a different candidate // become exhausted // remain exhausted + // become inactive because two or more overvoted candidates are continuing + // remain inactive during multiple continuing overvoted candidates for (CastVoteRecord cvr : castVoteRecords) { - if (cvr.isExhausted()) { - roundTally.addInactiveBallot(cvr.getBallotStatus(), cvr.getFractionalTransferValue()); - // Add inactive ballot to each slice too + // If cvr is exhausted, count that in current round tally. + // Consider cvr can be temporarily inactive, which is not exhausted, while + // waiting until just one of multiple overvoted candidates is continuing. + if (cvr.isExhausted() + && (overvoteRule != OvervoteRule.COUNT_WHEN_SINGLE_CONTINUING + || (!cvr.isInactiveByOvervote()))) { + // Add exhausted ballot to tally. + roundTally.addInactiveBallot(cvr.getBallotStatus(), cvr.getFractionalTransferValue()); + // Add exhausted ballot to each slice too. for (ContestConfig.TabulateBySlice slice : config.enabledSlices()) { String sliceId = cvr.getSlice(slice); RoundTally sliceRoundTally = roundTallyBySlice.get(slice).get(sliceId); @@ -1143,6 +1173,9 @@ && isCandidateContinuing(cvr.getCurrentRecipientOfVote())) { // selectedCandidate holds the new candidate selection if there is one String selectedCandidate = null; + // default audit transfer type is exhausted if no target candidate, but allow for + // uncounted type if waiting for just single continuing overvoted candidate + boolean isUncountedIfNoTarget = false; // iterate over all ranks in this cvr from most preferred to least for (Pair rankCandidatesPair : cvr.candidateRankings) { @@ -1200,6 +1233,9 @@ && isCandidateContinuing(cvr.getCurrentRecipientOfVote())) { // check for an overvote OvervoteDecision overvoteDecision = getOvervoteDecision(candidates); + // If overvote should trigger exhaustion, indicate exhausted. + // However, to pass existing tests, must use StatusForRound.INVALIDATED_BY_OVERVOTE + // instead of StatusForRound.EXHAUSTED_CHOICE. if (overvoteDecision == OvervoteDecision.EXHAUST) { recordSelectionForCastVoteRecord( cvr, @@ -1220,36 +1256,50 @@ && isCandidateContinuing(cvr.getCurrentRecipientOfVote())) { null, StatusForRound.EXHAUSTED_CHOICE, ""); + break; } - continue; + continue; // skip to next rank + } else if (overvoteDecision == OvervoteDecision.INACTIVE_BY_OVERVOTE) { + // INACTIVE_BY_OVERVOTE decision indicates more than one overvoted candidate + // is continuing, so round status is temporarily INVALIDATED_BY_OVERVOTE. + // However this round status is incorrectly used above instead of + // StatusForRound.EXHAUSTED_CHOICE so logged the same in spite of not being the same. + recordSelectionForCastVoteRecord( + cvr, + roundTally, + roundTallyBySlice, + null, + StatusForRound.INVALIDATED_BY_OVERVOTE, + ""); + isUncountedIfNoTarget = true; + break; } - // the current ranking is not inactive by overvote or too many skipped rankings - // see if any ranked candidates are continuing - + // If there is a single continuing candidate at this rank, + // identify it as the selected candidate. + // There can be more than one candidate at this rank + // but there cannot be more than one continuing candidate + // because that would have been handled as an overvote. + selectedCandidate = null; for (String candidate : candidates) { String candidateName = config.getNameForCandidate(candidate); - if (!isCandidateContinuing(candidateName)) { - continue; + if (!(candidateName == null)) { + if (!isCandidateContinuing(candidateName)) { + continue; + } + // we found one continuing candidate so this cvr counts for them + selectedCandidate = candidateName; + break; } + } - // we found a continuing candidate so this cvr counts for them - selectedCandidate = candidateName; - + if (selectedCandidate != null) { // transfer cvr to selected candidate recordSelectionForCastVoteRecord( cvr, roundTally, roundTallyBySlice, selectedCandidate, StatusForRound.ACTIVE, ""); - - // This will also update the roundTallyBySlice for each enabled slice + // also update the roundTallyBySlice for each enabled slice incrementTallies(roundTally, cvr, selectedCandidate, roundTallyBySlice); - - // There can be at most one continuing candidate in candidates; if there were more than - // one, we would have already flagged this as an overvote. - break; - } - - // if we found a continuing candidate stop looking through rankings - if (selectedCandidate != null) { + // we found a continuing candidate so stop looking through rankings break; } @@ -1303,7 +1353,6 @@ private void initTabulateBySliceRoundTallies(ContestConfig.TabulateBySlice slice } roundTalliesBySlices.initialize(slice, sliceId, new RoundTallies()); tallyTransfersBySlice.initialize(slice, sliceId, new TallyTransfers()); - } } @@ -1313,6 +1362,8 @@ enum OvervoteRule { EXHAUST_IMMEDIATELY("exhaustImmediately", OVERVOTE_RULE_EXHAUST_IMMEDIATELY_TEXT), EXHAUST_IF_MULTIPLE_CONTINUING( "exhaustIfMultipleContinuing", OVERVOTE_RULE_EXHAUST_IF_MULTIPLE_TEXT), + COUNT_WHEN_SINGLE_CONTINUING( + "countWhenSingleContinuing", OVERVOTE_RULE_COUNT_WHEN_SINGLE_TEXT), RULE_UNKNOWN("ruleUnknown", "Unknown rule"); private final String internalLabel; @@ -1345,6 +1396,7 @@ enum OvervoteDecision { NONE, EXHAUST, SKIP_TO_NEXT_RANK, + INACTIVE_BY_OVERVOTE, } // TiebreakMode determines how ties will be handled diff --git a/src/main/java/network/brightspots/rcv/TallyTransfers.java b/src/main/java/network/brightspots/rcv/TallyTransfers.java index eb9ded4d..2204b72f 100644 --- a/src/main/java/network/brightspots/rcv/TallyTransfers.java +++ b/src/main/java/network/brightspots/rcv/TallyTransfers.java @@ -43,14 +43,25 @@ Map> getTransfersForRound(int round) { } // add vote transfer value for given round - void addTransfer(int round, String sourceCandidate, String targetCandidate, BigDecimal value) { - // null source means we are transferring the initial count + void addTransfer( + int round, + String sourceCandidate, + String targetCandidate, + boolean isUncountedIfNoTarget, + BigDecimal value) { + // null source means we are transferring the initial count, or we are + // counting cvr as inactive while waiting for just one continuing overvoted candidate if (sourceCandidate == null) { sourceCandidate = UNCOUNTED; } - // null target means exhausted + // null target means cvr is either exhausted or inactive while waiting + // for just one continuing overvoted candidate if (targetCandidate == null) { - targetCandidate = EXHAUSTED; + if (isUncountedIfNoTarget == true) { + targetCandidate = UNCOUNTED; + } else { + targetCandidate = EXHAUSTED; + } } // lookup or create entries for specified round diff --git a/src/main/resources/network/brightspots/rcv/GuiConfigLayout.fxml b/src/main/resources/network/brightspots/rcv/GuiConfigLayout.fxml index 6c6c1d0d..429e4a1c 100644 --- a/src/main/resources/network/brightspots/rcv/GuiConfigLayout.fxml +++ b/src/main/resources/network/brightspots/rcv/GuiConfigLayout.fxml @@ -615,6 +615,8 @@ fx:id="radioOvervoteExhaustImmediately"/> + diff --git a/src/main/resources/network/brightspots/rcv/hints_voter_error_rules.txt b/src/main/resources/network/brightspots/rcv/hints_voter_error_rules.txt index bba5690a..0e336281 100644 --- a/src/main/resources/network/brightspots/rcv/hints_voter_error_rules.txt +++ b/src/main/resources/network/brightspots/rcv/hints_voter_error_rules.txt @@ -6,6 +6,7 @@ Overvote Rule (required): How to handle a ballot where a voter has marked multip * Always skip to next rank: Skips over an overvote and goes to the next validly-marked ranking on a ballot. * Exhaust immediately: A ballot with an overvote exhausts when that overvote is encountered in the rounds of counting. * Exhaust if multiple continuing: If a voter has an overvote but only one candidate at that overvote is still in the race when that overvote is encountered, the ballot counts for that candidate. If multiple candidates at the overvote are still in the race, the ballot exhausts. + * Count when single continuing: If one, and only one, overvoted candidate has not yet been eliminated, count the ballot for that candidate. Count the ballot as inactive during each counting round in which two or more overvoted candidates are continuing. When all the overvoted candidates have been eliminated, skip to the next rank. How Many Consecutive Skipped Ranks Are Allowed (required): How many rankings in a row can a voter skip and still have later rankings count? 0 allows no skipped rankings. 1 allows voters to skip rankings one at a time, but not more than 1 in a row, and so on. Example: A voter could rank in 1, 3, 5 and not exhaust under this rule, for example. diff --git a/src/test/java/network/brightspots/rcv/TabulatorTests.java b/src/test/java/network/brightspots/rcv/TabulatorTests.java index 5144cc30..cd85751f 100644 --- a/src/test/java/network/brightspots/rcv/TabulatorTests.java +++ b/src/test/java/network/brightspots/rcv/TabulatorTests.java @@ -993,4 +993,17 @@ void maxRankingValidationFails() { runTabulationTest("max_ranking_enforcement", TabulatorSession.CastVoteRecordGenericParseException.class.toString()); } + + @Test + @DisplayName("count overvote when single continuing") + void countOvervoteWhenSingleContinuing() { + runTabulationTest("test_set_count_overvote_when_single_continuing"); + } + + @Test + @DisplayName("count overvote when single for multi-winner") + void countOvervoteWhenSingleForMultiWinner() { + runTabulationTest("test_set_count_overvote_when_single_for_multi_winner"); + } + } diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_ballots.csv b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_ballots.csv new file mode 100644 index 00000000..37244770 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_ballots.csv @@ -0,0 +1,26 @@ +Response ID,precinct_id,batch_id,cand_A,cand_B,cand_C,cand_D,cand_E,cand_F +v1,p1,b1,1,,,,, +v2,p1,b1,1,,,,, +v3,p1,b1,1,,,,, +v4,p1,b1,1,,,,, +v,p1,b1,1,,,,, +v6,p1,b1,1,,,,, +v7,p1,b1,,1,2,,, +v8,p1,b1,,1,,,, +v9,p1,b1,,1,2,,, +v10,p1,b1,,1,2,,, +v11,p1,b1,,1,2,,, +v12,p1,b1,,1,2,,1, +v13,p1,b1,,,1,,, +v14,p1,b1,,,1,,, +v1,p1,b1,,,1,,, +v16,p1,b1,,,1,,, +v17,p1,b1,,,1,,,1 +v18,p1,b1,,,1,,1, +v19,p1,b1,,,,1,, +v20,p1,b1,,,,1,, +v21,p1,b1,,,,1,, +v22,p1,b1,,,,1,1, +v23,p1,b1,,,,,1, +v24,p1,b1,,,,,1, +v2,p1,b1,,,,,,1 diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_config.json b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_config.json new file mode 100644 index 00000000..b740ab89 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_config.json @@ -0,0 +1,74 @@ +{ + "tabulatorVersion" : "2.0.1", + "outputSettings" : { + "contestName" : "Count-overvote-when-single-continuing", + "outputDirectory" : "/home/aw/RCTab/rcv/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/output", + "contestDate" : "2026-01-26", + "contestJurisdiction" : "Portlandia", + "contestOffice" : "Mayor", + "tabulateByBatch" : false, + "tabulateByPrecinct" : false, + "generateCdfJson" : true + }, + "cvrFileSources" : [ { + "filePath" : "test_set_count_overvote_when_single_continuing_ballots.csv", + "contestId" : "", + "firstVoteColumnIndex" : "4", + "firstVoteRowIndex" : "2", + "idColumnIndex" : "1", + "batchColumnIndex" : "3", + "precinctColumnIndex" : "2", + "overvoteDelimiter" : "", + "provider" : "genericCsv", + "overvoteLabel" : "", + "skippedRankLabel" : "", + "undeclaredWriteInLabel" : "Write-In", + "treatBlankAsUndeclaredWriteIn" : false + } ], + "candidates" : [ { + "name" : "cand_A", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "cand_B", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "cand_C", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "cand_D", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "cand_E", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "cand_F", + "excluded" : false, + "aliases" : [ ] + } ], + "rules" : { + "tiebreakMode" : "useCandidateOrder", + "overvoteRule" : "countWhenSingleContinuing", + "winnerElectionMode" : "singleWinnerMajority", + "randomSeed" : "2435", + "numberOfWinners" : "1", + "multiSeatBottomsUpPercentageThreshold" : "", + "decimalPlacesForVoteArithmetic" : "4", + "maxSkippedRanksAllowed" : "unlimited", + "maxRankingsAllowed" : "10", + "nonIntegerWinningThreshold" : false, + "doesFirstRoundDetermineThreshold" : false, + "hareQuota" : false, + "batchElimination" : false, + "cutoffElimination" : false, + "continueUntilTwoCandidatesRemain" : false, + "stopTabulationEarlyAfterRound" : "", + "exhaustOnDuplicateCandidate" : false, + "rulesDescription" : "Test_Case", + "treatBlankAsUndeclaredWriteIn" : false + } +} \ No newline at end of file diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_cdf_cvr.json b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_cdf_cvr.json new file mode 100644 index 00000000..e35fe7fd --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_cdf_cvr.json @@ -0,0 +1,4186 @@ +{ + "@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-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-1-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-1-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "2", + "CVRSnapshot" : [ { + "@id" : "ballot-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-2-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-2-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "3", + "CVRSnapshot" : [ { + "@id" : "ballot-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-3-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-3-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "4", + "CVRSnapshot" : [ { + "@id" : "ballot-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-4-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-4-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "5", + "CVRSnapshot" : [ { + "@id" : "ballot-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-5-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-5-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "6", + "CVRSnapshot" : [ { + "@id" : "ballot-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-6-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_a", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-6-round-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-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-7-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-7-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "8", + "CVRSnapshot" : [ { + "@id" : "ballot-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-8-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-8-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "9", + "CVRSnapshot" : [ { + "@id" : "ballot-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-9-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-9-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "10", + "CVRSnapshot" : [ { + "@id" : "ballot-10", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-10-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-10-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "11", + "CVRSnapshot" : [ { + "@id" : "ballot-11", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-11-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-11-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "12", + "CVRSnapshot" : [ { + "@id" : "ballot-12", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-12-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_b", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-12-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "13", + "CVRSnapshot" : [ { + "@id" : "ballot-13", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-13-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-13-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "14", + "CVRSnapshot" : [ { + "@id" : "ballot-14", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-14-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-14-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "15", + "CVRSnapshot" : [ { + "@id" : "ballot-15", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-15-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-15-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "16", + "CVRSnapshot" : [ { + "@id" : "ballot-16", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-16-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-16-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "17", + "CVRSnapshot" : [ { + "@id" : "ballot-17", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-17-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-17-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "18", + "CVRSnapshot" : [ { + "@id" : "ballot-18", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-18-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_c", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-18-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "19", + "CVRSnapshot" : [ { + "@id" : "ballot-19", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-19-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-19-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "20", + "CVRSnapshot" : [ { + "@id" : "ballot-20", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-20-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-20-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "21", + "CVRSnapshot" : [ { + "@id" : "ballot-21", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-21-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-21-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "22", + "CVRSnapshot" : [ { + "@id" : "ballot-22", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-22-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_d", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-22-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "23", + "CVRSnapshot" : [ { + "@id" : "ballot-23", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-23-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-23-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "24", + "CVRSnapshot" : [ { + "@id" : "ballot-24", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-24-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-24-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-24-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-24-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-24-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-24-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_e", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-24-round-6", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "25", + "CVRSnapshot" : [ { + "@id" : "ballot-25", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-25-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-25-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-25-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-25-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-25-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-25-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cand_f", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-25-round-6", + "ElectionId" : "election-001" + } ], + "Election" : [ { + "@id" : "election-001", + "@type" : "Election", + "Candidate" : [ { + "@id" : "c-undeclared_write-ins", + "Name" : "Undeclared Write-ins" + }, { + "@id" : "c-cand_a", + "Name" : "cand_A" + }, { + "@id" : "c-cand_b", + "Name" : "cand_B" + }, { + "@id" : "c-cand_c", + "Name" : "cand_C" + }, { + "@id" : "c-cand_d", + "Name" : "cand_D" + }, { + "@id" : "c-cand_e", + "Name" : "cand_E" + }, { + "@id" : "c-cand_f", + "Name" : "cand_F" + } ], + "Contest" : [ { + "@id" : "contest-001", + "@type" : "CandidateContest", + "ContestSelection" : [ { + "@id" : "cs-undeclared_write-ins", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-undeclared_write-ins" ] + }, { + "@id" : "cs-cand_a", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-cand_a" ] + }, { + "@id" : "cs-cand_b", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-cand_b" ] + }, { + "@id" : "cs-cand_c", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-cand_c" ] + }, { + "@id" : "cs-cand_d", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-cand_d" ] + }, { + "@id" : "cs-cand_e", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-cand_e" ] + }, { + "@id" : "cs-cand_f", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-cand_f" ] + } ], + "Name" : "Count-overvote-when-single-continuing" + } ], + "ElectionScopeId" : "gpu-election" + } ], + "GeneratedDate" : "2026-02-07T10:55:33-08:00", + "GpUnit" : [ { + "@id" : "gpu-election", + "@type" : "GpUnit", + "Name" : "Portlandia", + "OtherType" : "Election Scope Jurisdiction", + "Type" : "other" + } ], + "ReportGeneratingDeviceIds" : [ "rd-001" ], + "ReportingDevice" : [ { + "@id" : "rd-001", + "@type" : "CVR.ReportingDevice", + "Application" : "RCTab", + "Manufacturer" : "Bright Spots" + } ], + "Version" : "1.0.0" +} \ No newline at end of file diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_detailed_report.csv b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_detailed_report.csv new file mode 100644 index 00000000..49875dfa --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_detailed_report.csv @@ -0,0 +1,34 @@ +Contest Information +Generated By,RCTab 2.0.1 +CSV Format Version,1 +Type of Election,Single-Winner +Contest,Count-overvote-when-single-continuing +Jurisdiction,Portlandia +Office,Mayor +Date,2026-01-26 +Winner(s),cand_A +Final Threshold,6 + +Contest Summary +Number to be Elected,1 +Number of Candidates,7 +Total Number of Ballots,25 +Number of Undervotes (No Rankings),0 + +Rounds,Round 1 Votes,% of vote,transfer,Round 2 Votes,% of vote,transfer,Round 3 Votes,% of vote,transfer,Round 4 Votes,% of vote,transfer,Round 5 Votes,% of vote,transfer,Round 6 Votes,% of vote,transfer +Eliminated,Undeclared Write-ins,,,cand_F,,,cand_E,,,cand_D,,,cand_C,,,,, +Elected,,,,,,,,,,,,,,,,cand_A,, +cand_A,6,28.57%,0,6,28.57%,0,6,30.0%,0,6,33.33%,0,6,40.0%,0,6,54.54%,0 +cand_B,5,23.8%,0,5,23.8%,0,5,25.0%,0,5,27.77%,0,5,33.33%,0,5,45.45%,0 +cand_C,4,19.04%,0,4,19.04%,0,4,20.0%,0,4,22.22%,0,4,26.66%,-4,0,0.0%,0 +cand_D,3,14.28%,0,3,14.28%,0,3,15.0%,0,3,16.66%,-3,0,0.0%,0,0,0.0%,0 +cand_E,2,9.52%,0,2,9.52%,0,2,10.0%,-2,0,0.0%,0,0,0.0%,0,0,0.0%,0 +cand_F,1,4.76%,0,1,4.76%,-1,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Undeclared Write-ins,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Active Ballots,21,,,21,,,20,,,18,,,15,,,11,, +Current Round Threshold,11,,,11,,,11,,,10,,,8,,,6,, +Inactive Ballots by Overvotes,4,,0,4,,0,4,,0,4,,0,4,,0,4,,0 +Inactive Ballots by Skipped Rankings,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0 +Inactive Ballots by Exhausted Choices,0,,0,0,,1,1,,2,3,,3,6,,4,10,,0 +Inactive Ballots by Repeated Rankings,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0 +Inactive Ballots Total,4,,0,4,,1,5,,2,7,,3,10,,4,14,,0 diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_detailed_report.json b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_detailed_report.json new file mode 100644 index 00000000..27377c28 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_detailed_report.json @@ -0,0 +1,143 @@ +{ + "config" : { + "contest" : "Count-overvote-when-single-continuing", + "date" : "2026-01-26", + "generatedBy" : "RCTab 2.0.1", + "jurisdiction" : "Portlandia", + "office" : "Mayor" + }, + "jsonFormatVersion" : "1", + "results" : [ { + "inactiveBallots" : { + "exhaustedChoices" : "0", + "overvotes" : "4", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 1, + "tally" : { + "Undeclared Write-ins" : "0", + "cand_A" : "6", + "cand_B" : "5", + "cand_C" : "4", + "cand_D" : "3", + "cand_E" : "2", + "cand_F" : "1" + }, + "tallyResults" : [ { + "eliminated" : "Undeclared Write-ins", + "transfers" : { } + } ], + "threshold" : "11" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "0", + "overvotes" : "4", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 2, + "tally" : { + "cand_A" : "6", + "cand_B" : "5", + "cand_C" : "4", + "cand_D" : "3", + "cand_E" : "2", + "cand_F" : "1" + }, + "tallyResults" : [ { + "eliminated" : "cand_F", + "transfers" : { + "exhausted" : "1" + } + } ], + "threshold" : "11" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "1", + "overvotes" : "4", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 3, + "tally" : { + "cand_A" : "6", + "cand_B" : "5", + "cand_C" : "4", + "cand_D" : "3", + "cand_E" : "2" + }, + "tallyResults" : [ { + "eliminated" : "cand_E", + "transfers" : { + "exhausted" : "2" + } + } ], + "threshold" : "11" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "3", + "overvotes" : "4", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 4, + "tally" : { + "cand_A" : "6", + "cand_B" : "5", + "cand_C" : "4", + "cand_D" : "3" + }, + "tallyResults" : [ { + "eliminated" : "cand_D", + "transfers" : { + "exhausted" : "3" + } + } ], + "threshold" : "10" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "6", + "overvotes" : "4", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 5, + "tally" : { + "cand_A" : "6", + "cand_B" : "5", + "cand_C" : "4" + }, + "tallyResults" : [ { + "eliminated" : "cand_C", + "transfers" : { + "exhausted" : "4" + } + } ], + "threshold" : "8" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "10", + "overvotes" : "4", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 6, + "tally" : { + "cand_A" : "6", + "cand_B" : "5" + }, + "tallyResults" : [ { + "elected" : "cand_A", + "transfers" : { } + } ], + "threshold" : "6" + } ], + "summary" : { + "finalThreshold" : "6", + "numCandidates" : 7, + "numWinners" : 1, + "totalNumBallots" : "25", + "undervotes" : 0 + } +} \ No newline at end of file diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_summary_report.csv b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_summary_report.csv new file mode 100644 index 00000000..a2d95a69 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_continuing/test_set_count_overvote_when_single_continuing_expected_summary_report.csv @@ -0,0 +1,30 @@ +Contest Information +Generated By,RCTab 2.0.1 +CSV Format Version,1 +Type of Election,Single-Winner +Contest,Count-overvote-when-single-continuing +Jurisdiction,Portlandia +Office,Mayor +Date,2026-01-26 +Winner(s),cand_A +Final Threshold,6 + +Contest Summary +Number to be Elected,1 +Number of Candidates,7 +Total Number of Ballots,25 +Number of Undervotes (No Rankings),0 + +Rounds,Round 1 Votes,% of vote,transfer,Round 2 Votes,% of vote,transfer,Round 3 Votes,% of vote,transfer,Round 4 Votes,% of vote,transfer,Round 5 Votes,% of vote,transfer,Round 6 Votes,% of vote,transfer +Eliminated,Undeclared Write-ins,,,cand_F,,,cand_E,,,cand_D,,,cand_C,,,,, +Elected,,,,,,,,,,,,,,,,cand_A,, +cand_A,6,28.57%,0,6,28.57%,0,6,30.0%,0,6,33.33%,0,6,40.0%,0,6,54.54%,0 +cand_B,5,23.8%,0,5,23.8%,0,5,25.0%,0,5,27.77%,0,5,33.33%,0,5,45.45%,0 +cand_C,4,19.04%,0,4,19.04%,0,4,20.0%,0,4,22.22%,0,4,26.66%,-4,0,0.0%,0 +cand_D,3,14.28%,0,3,14.28%,0,3,15.0%,0,3,16.66%,-3,0,0.0%,0,0,0.0%,0 +cand_E,2,9.52%,0,2,9.52%,0,2,10.0%,-2,0,0.0%,0,0,0.0%,0,0,0.0%,0 +cand_F,1,4.76%,0,1,4.76%,-1,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Undeclared Write-ins,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Active Ballots,21,,,21,,,20,,,18,,,15,,,11,, +Current Round Threshold,11,,,11,,,11,,,10,,,8,,,6,, +Inactive Ballots Total,4,,0,4,,1,5,,2,7,,3,10,,4,14,,0 diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_ballots.csv b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_ballots.csv new file mode 100644 index 00000000..9779f9b5 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_ballots.csv @@ -0,0 +1,24 @@ +Response ID,precinct_id,batch_id,oranges,pears,strawberries,cake,chocolate,burgers,chicken +v1,p1,b1,1,2,,,1,, +v2,p1,b1,1,2,,,,, +v3,p1,b1,1,2,,,,, +v4,p1,b1,,1,2,3,,,2 +v5,p1,b1,,1,2,3,,, +v6,p1,b1,,1,2,3,,, +v7,p1,b1,,1,2,3,,, +v8,p1,b1,,1,2,3,,, +v9,p1,b1,,1,2,3,,, +v10,p1,b1,,1,2,3,,, +v11,p1,b1,,1,2,3,,, +v12,p1,b1,2,3,1,,,, +v13,p1,b1,,,,1,2,, +v14,p1,b1,,,,1,2,, +v15,p1,b1,,,,1,2,, +v16,p1,b1,,,,2,1,3, +v17,p1,b1,,,,,,1,2 +v18,p1,b1,,,,,,1,2 +v19,p1,b1,,,,,,1,2 +v20,p1,b1,,,,,,1,2 +v21,p1,b1,,,1,,2,3,1 +v22,p1,b1,,,,,2,3,1 +v23,p1,b1,,,,,2,3,1 diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_config.json b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_config.json new file mode 100644 index 00000000..293d9472 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_config.json @@ -0,0 +1,78 @@ +{ + "tabulatorVersion" : "2.0.1", + "outputSettings" : { + "contestName" : "Count-overvote-when-single-for-multi-winner", + "outputDirectory" : "/home/aw/RCTab/rcv/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/output", + "contestDate" : "2026-01-26", + "contestJurisdiction" : "Wikipedia STV example plus overvotes", + "contestOffice" : "Three foods to serve", + "tabulateByBatch" : false, + "tabulateByPrecinct" : false, + "generateCdfJson" : true + }, + "cvrFileSources" : [ { + "filePath" : "test_set_count_overvote_when_single_for_multi_winner_ballots.csv", + "contestId" : "", + "firstVoteColumnIndex" : "4", + "firstVoteRowIndex" : "2", + "idColumnIndex" : "1", + "batchColumnIndex" : "3", + "precinctColumnIndex" : "2", + "overvoteDelimiter" : "", + "provider" : "genericCsv", + "overvoteLabel" : "", + "skippedRankLabel" : "", + "undeclaredWriteInLabel" : "Write-In", + "treatBlankAsUndeclaredWriteIn" : false + } ], + "candidates" : [ { + "name" : "oranges", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "pears", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "strawberries", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "cake", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "chocolate", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "burgers", + "excluded" : false, + "aliases" : [ ] + }, { + "name" : "chicken", + "excluded" : false, + "aliases" : [ ] + } ], + "rules" : { + "tiebreakMode" : "random", + "overvoteRule" : "countWhenSingleContinuing", + "winnerElectionMode" : "multiWinnerAllowOnlyOneWinnerPerRound", + "randomSeed" : "0", + "numberOfWinners" : "3", + "multiSeatBottomsUpPercentageThreshold" : "", + "decimalPlacesForVoteArithmetic" : "4", + "maxSkippedRanksAllowed" : "unlimited", + "maxRankingsAllowed" : "max", + "nonIntegerWinningThreshold" : false, + "doesFirstRoundDetermineThreshold" : false, + "hareQuota" : false, + "batchElimination" : false, + "cutoffElimination" : false, + "continueUntilTwoCandidatesRemain" : false, + "stopTabulationEarlyAfterRound" : "", + "exhaustOnDuplicateCandidate" : false, + "rulesDescription" : "Test_Case", + "treatBlankAsUndeclaredWriteIn" : false + } +} \ No newline at end of file diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_cdf_cvr.json b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_cdf_cvr.json new file mode 100644 index 00000000..8896f2c9 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_cdf_cvr.json @@ -0,0 +1,8616 @@ +{ + "@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-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-1-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-1-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-1-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "2", + "CVRSnapshot" : [ { + "@id" : "ballot-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-2-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-2-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-2-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "3", + "CVRSnapshot" : [ { + "@id" : "ballot-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-3-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-3-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-3-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "4", + "CVRSnapshot" : [ { + "@id" : "ballot-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-4-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-4-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-4-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "5", + "CVRSnapshot" : [ { + "@id" : "ballot-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-5-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-5-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-5-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "6", + "CVRSnapshot" : [ { + "@id" : "ballot-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-6-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-6-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-6-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "7", + "CVRSnapshot" : [ { + "@id" : "ballot-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-7-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-7-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-7-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "8", + "CVRSnapshot" : [ { + "@id" : "ballot-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-8-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-8-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-8-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "9", + "CVRSnapshot" : [ { + "@id" : "ballot-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "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-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "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-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "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-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-9-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-9-round-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-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-10-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-10-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-10-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "11", + "CVRSnapshot" : [ { + "@id" : "ballot-11", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-11-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-11-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".7500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "FractionalVotes" : ".2500", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 0, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-11-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "12", + "CVRSnapshot" : [ { + "@id" : "ballot-12", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-12-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-12-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-oranges", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-pears", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-12-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "13", + "CVRSnapshot" : [ { + "@id" : "ballot-13", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-13-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-13-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-13-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "14", + "CVRSnapshot" : [ { + "@id" : "ballot-14", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-14-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-14-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-14-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "15", + "CVRSnapshot" : [ { + "@id" : "ballot-15", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-15-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-15-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-15-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "16", + "CVRSnapshot" : [ { + "@id" : "ballot-16", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-16-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-16-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-cake", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-16-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "17", + "CVRSnapshot" : [ { + "@id" : "ballot-17", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-17-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-17-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-17-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "18", + "CVRSnapshot" : [ { + "@id" : "ballot-18", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-18-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-18-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-18-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "19", + "CVRSnapshot" : [ { + "@id" : "ballot-19", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-19-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-19-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-19-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "20", + "CVRSnapshot" : [ { + "@id" : "ballot-20", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-20-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-20-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-20-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "21", + "CVRSnapshot" : [ { + "@id" : "ballot-21", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-21-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-21-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-strawberries", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-21-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "22", + "CVRSnapshot" : [ { + "@id" : "ballot-22", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-22-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-22-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-22-round-9", + "ElectionId" : "election-001" + }, { + "@type" : "CVR", + "BallotPrePrintedId" : "23", + "CVRSnapshot" : [ { + "@id" : "ballot-23", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "unknown", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "original" + }, { + "@id" : "ballot-23-round-1", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-2", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-3", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-4", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-5", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-6", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-7", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-8", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + }, { + "@id" : "ballot-23-round-9", + "@type" : "CVR.CVRSnapshot", + "CVRContest" : [ { + "@type" : "CVR.CVRContest", + "CVRContestSelection" : [ { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chicken", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 1 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-chocolate", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "no", + "NumberVotes" : 1, + "Rank" : 2 + } ] + }, { + "@type" : "CVR.CVRContestSelection", + "ContestSelectionId" : "cs-burgers", + "SelectionPosition" : [ { + "@type" : "CVR.SelectionPosition", + "HasIndication" : "yes", + "IsAllocable" : "yes", + "NumberVotes" : 1, + "Rank" : 3 + } ] + } ], + "ContestId" : "contest-001" + } ], + "Type" : "interpreted" + } ], + "CurrentSnapshotId" : "ballot-23-round-9", + "ElectionId" : "election-001" + } ], + "Election" : [ { + "@id" : "election-001", + "@type" : "Election", + "Candidate" : [ { + "@id" : "c-undeclared_write-ins", + "Name" : "Undeclared Write-ins" + }, { + "@id" : "c-burgers", + "Name" : "burgers" + }, { + "@id" : "c-cake", + "Name" : "cake" + }, { + "@id" : "c-chicken", + "Name" : "chicken" + }, { + "@id" : "c-chocolate", + "Name" : "chocolate" + }, { + "@id" : "c-oranges", + "Name" : "oranges" + }, { + "@id" : "c-pears", + "Name" : "pears" + }, { + "@id" : "c-strawberries", + "Name" : "strawberries" + } ], + "Contest" : [ { + "@id" : "contest-001", + "@type" : "CandidateContest", + "ContestSelection" : [ { + "@id" : "cs-undeclared_write-ins", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-undeclared_write-ins" ] + }, { + "@id" : "cs-burgers", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-burgers" ] + }, { + "@id" : "cs-cake", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-cake" ] + }, { + "@id" : "cs-chicken", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-chicken" ] + }, { + "@id" : "cs-chocolate", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-chocolate" ] + }, { + "@id" : "cs-oranges", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-oranges" ] + }, { + "@id" : "cs-pears", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-pears" ] + }, { + "@id" : "cs-strawberries", + "@type" : "ContestSelection", + "CandidateIds" : [ "c-strawberries" ] + } ], + "Name" : "Count-overvote-when-single-for-multi-winner" + } ], + "ElectionScopeId" : "gpu-election" + } ], + "GeneratedDate" : "2026-01-26T10:11:42-08:00", + "GpUnit" : [ { + "@id" : "gpu-election", + "@type" : "GpUnit", + "Name" : "Wikipedia STV example plus overvotes", + "OtherType" : "Election Scope Jurisdiction", + "Type" : "other" + } ], + "ReportGeneratingDeviceIds" : [ "rd-001" ], + "ReportingDevice" : [ { + "@id" : "rd-001", + "@type" : "CVR.ReportingDevice", + "Application" : "RCTab", + "Manufacturer" : "Bright Spots" + } ], + "Version" : "1.0.0" +} \ No newline at end of file diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_detailed_report.csv b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_detailed_report.csv new file mode 100644 index 00000000..e5447a11 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_detailed_report.csv @@ -0,0 +1,38 @@ +Contest Information +Generated By,RCTab 2.0.1 +CSV Format Version,1 +Type of Election,Multi-Winner +Contest,Count-overvote-when-single-for-multi-winner +Jurisdiction,Wikipedia STV example plus overvotes +Office,Three foods to serve +Date,2026-01-26 +Winner(s),"pears, burgers, cake" +Final Threshold,6 + +Contest Summary +Number to be Elected,3 +Number of Candidates,8 +Total Number of Ballots,23 +Number of Undervotes (No Rankings),0 + +Rounds,Round 1 Votes,% of vote,transfer,Round 2 Votes,% of vote,transfer,Round 3 Votes,% of vote,transfer,Round 4 Votes,% of vote,transfer,Round 5 Votes,% of vote,transfer,Round 6 Votes,% of vote,transfer,Round 7 Votes,% of vote,transfer,Round 8 Votes,% of vote,transfer,Round 9 Votes,% of vote,transfer +Eliminated,,,,Undeclared Write-ins,,,chocolate,,,oranges*,,,chicken,,,,,,strawberries,,,,,,,, +Elected,pears,,,,,,,,,,,,,,,burgers,,,,,,cake,,,,, +pears,8,38.09%,-2.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0 +burgers,4,19.04%,0,4,19.04%,0,4,19.04%,0,4,19.04%,0,4,19.04%,2,6,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0 +cake,3,14.28%,0,3,14.28%,0,3,14.28%,1,4,19.04%,0,4,19.04%,0,4,19.04%,0,4,19.04%,1.7500,5.7500,27.38%,0.0000,5.7500,27.38%,0 +chicken,2,9.52%,0,2,9.52%,0,2,9.52%,0,2,9.52%,0,2,9.52%,-2,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +oranges,2,9.52%,0,2,9.52%,0,2,9.52%,0,2,9.52%,-2,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +strawberries,1,4.76%,1.7500,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,-2.7500,0,0.0%,0,0,0.0%,0 +chocolate,1,4.76%,0,1,4.76%,0,1,4.76%,-1,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Undeclared Write-ins,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Active Ballots,21,,,20.7500,,,20.7500,,,20.7500,,,18.7500,,,18.7500,,,18.7500,,,17.7500,,,20.7500,, +Current Round Threshold,6,,,6,,,6,,,6,,,6,,,6,,,6,,,6,,,6,, +Inactive Ballots by Overvotes,2,,0.2500,2.2500,,0.0000,2.2500,,0.0000,2.2500,,0.0000,2.2500,,0.0000,2.2500,,0.0000,2.2500,,0.0000,2.2500,,0.0000,2.2500,,0 +Inactive Ballots by Skipped Rankings,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0 +Inactive Ballots by Exhausted Choices,0,,0,0,,0,0,,0,0,,2,2,,0,2,,0.0000,2.0000,,1.0000,3.0000,,-3.0000,0,,0 +Inactive Ballots by Repeated Rankings,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0,0,,0 +Inactive Ballots Total,2,,0.2500,2.2500,,0.0000,2.2500,,0.0000,2.2500,,2.0000,4.2500,,0.0000,4.2500,,0.0000,4.2500,,1.0000,5.2500,,-3.0000,2.2500,,0 +Final Round Surplus,,,,,,,,,,,,,,,,,,,,,,,,,3.0000,, + +*Tie resolved in accordance with election law diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_detailed_report.json b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_detailed_report.json new file mode 100644 index 00000000..95e45a9a --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_detailed_report.json @@ -0,0 +1,211 @@ +{ + "config" : { + "contest" : "Count-overvote-when-single-for-multi-winner", + "date" : "2026-01-26", + "generatedBy" : "RCTab 2.0.1", + "jurisdiction" : "Wikipedia STV example plus overvotes", + "office" : "Three foods to serve" + }, + "jsonFormatVersion" : "1", + "results" : [ { + "inactiveBallots" : { + "exhaustedChoices" : "0", + "overvotes" : "2", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 1, + "tally" : { + "Undeclared Write-ins" : "0", + "burgers" : "4", + "cake" : "3", + "chicken" : "2", + "chocolate" : "1", + "oranges" : "2", + "pears" : "8", + "strawberries" : "1" + }, + "tallyResults" : [ { + "elected" : "pears", + "transfers" : { + "exhausted" : "0.2500", + "strawberries" : "1.7500" + } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "0", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 2, + "tally" : { + "Undeclared Write-ins" : "0", + "burgers" : "4", + "cake" : "3", + "chicken" : "2", + "chocolate" : "1", + "oranges" : "2", + "pears" : "6.0000", + "strawberries" : "2.7500" + }, + "tallyResults" : [ { + "eliminated" : "Undeclared Write-ins", + "transfers" : { } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "0", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 3, + "tally" : { + "burgers" : "4", + "cake" : "3", + "chicken" : "2", + "chocolate" : "1", + "oranges" : "2", + "pears" : "6.0000", + "strawberries" : "2.7500" + }, + "tallyResults" : [ { + "eliminated" : "chocolate", + "transfers" : { + "cake" : "1" + } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "0", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 4, + "tally" : { + "burgers" : "4", + "cake" : "4", + "chicken" : "2", + "oranges" : "2", + "pears" : "6.0000", + "strawberries" : "2.7500" + }, + "tallyResults" : [ { + "eliminated" : "oranges", + "transfers" : { + "exhausted" : "2" + } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "2", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 5, + "tally" : { + "burgers" : "4", + "cake" : "4", + "chicken" : "2", + "pears" : "6.0000", + "strawberries" : "2.7500" + }, + "tallyResults" : [ { + "eliminated" : "chicken", + "transfers" : { + "burgers" : "2" + } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "2", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 6, + "tally" : { + "burgers" : "6", + "cake" : "4", + "pears" : "6.0000", + "strawberries" : "2.7500" + }, + "tallyResults" : [ { + "elected" : "burgers", + "transfers" : { } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "2.0000", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 7, + "tally" : { + "burgers" : "6.0000", + "cake" : "4", + "pears" : "6.0000", + "strawberries" : "2.7500" + }, + "tallyResults" : [ { + "eliminated" : "strawberries", + "transfers" : { + "cake" : "1.7500", + "exhausted" : "1" + } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "3.0000", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 8, + "tally" : { + "burgers" : "6.0000", + "cake" : "5.7500", + "pears" : "6.0000" + }, + "tallyResults" : [ { + "elected" : "cake", + "transfers" : { } + } ], + "threshold" : "6" + }, { + "inactiveBallots" : { + "exhaustedChoices" : "0", + "finalRoundSurplus" : "3.0000", + "overvotes" : "2.2500", + "repeatedRankings" : "0", + "skippedRankings" : "0" + }, + "round" : 9, + "tally" : { + "burgers" : "6.0000", + "cake" : "5.7500", + "pears" : "6.0000" + }, + "tallyResults" : [ ], + "threshold" : "6" + } ], + "summary" : { + "finalThreshold" : "6", + "numCandidates" : 8, + "numWinners" : 3, + "totalNumBallots" : "23", + "undervotes" : 0 + } +} \ No newline at end of file diff --git a/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_summary_report.csv b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_summary_report.csv new file mode 100644 index 00000000..2f88fad5 --- /dev/null +++ b/src/test/resources/network/brightspots/rcv/test_data/test_set_count_overvote_when_single_for_multi_winner/test_set_count_overvote_when_single_for_multi_winner_expected_summary_report.csv @@ -0,0 +1,34 @@ +Contest Information +Generated By,RCTab 2.0.1 +CSV Format Version,1 +Type of Election,Multi-Winner +Contest,Count-overvote-when-single-for-multi-winner +Jurisdiction,Wikipedia STV example plus overvotes +Office,Three foods to serve +Date,2026-01-26 +Winner(s),"pears, burgers, cake" +Final Threshold,6 + +Contest Summary +Number to be Elected,3 +Number of Candidates,8 +Total Number of Ballots,23 +Number of Undervotes (No Rankings),0 + +Rounds,Round 1 Votes,% of vote,transfer,Round 2 Votes,% of vote,transfer,Round 3 Votes,% of vote,transfer,Round 4 Votes,% of vote,transfer,Round 5 Votes,% of vote,transfer,Round 6 Votes,% of vote,transfer,Round 7 Votes,% of vote,transfer,Round 8 Votes,% of vote,transfer,Round 9 Votes,% of vote,transfer +Eliminated,,,,Undeclared Write-ins,,,chocolate,,,oranges*,,,chicken,,,,,,strawberries,,,,,,,, +Elected,pears,,,,,,,,,,,,,,,burgers,,,,,,cake,,,,, +pears,8,38.09%,-2.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0 +burgers,4,19.04%,0,4,19.04%,0,4,19.04%,0,4,19.04%,0,4,19.04%,2,6,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0.0000,6.0000,28.57%,0 +cake,3,14.28%,0,3,14.28%,0,3,14.28%,1,4,19.04%,0,4,19.04%,0,4,19.04%,0,4,19.04%,1.7500,5.7500,27.38%,0.0000,5.7500,27.38%,0 +chicken,2,9.52%,0,2,9.52%,0,2,9.52%,0,2,9.52%,0,2,9.52%,-2,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +oranges,2,9.52%,0,2,9.52%,0,2,9.52%,0,2,9.52%,-2,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +strawberries,1,4.76%,1.7500,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,0.0000,2.7500,13.09%,-2.7500,0,0.0%,0,0,0.0%,0 +chocolate,1,4.76%,0,1,4.76%,0,1,4.76%,-1,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Undeclared Write-ins,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0,0,0.0%,0 +Active Ballots,21,,,20.7500,,,20.7500,,,20.7500,,,18.7500,,,18.7500,,,18.7500,,,17.7500,,,20.7500,, +Current Round Threshold,6,,,6,,,6,,,6,,,6,,,6,,,6,,,6,,,6,, +Inactive Ballots Total,2,,0.2500,2.2500,,0.0000,2.2500,,0.0000,2.2500,,2.0000,4.2500,,0.0000,4.2500,,0.0000,4.2500,,1.0000,5.2500,,-3.0000,2.2500,,0 +Final Round Surplus,,,,,,,,,,,,,,,,,,,,,,,,,3.0000,, + +*Tie resolved in accordance with election law