[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eElectionReport\u003c/code\u003e entity uses specific values to categorize the type of election, such as \u003ccode\u003egeneral\u003c/code\u003e, \u003ccode\u003eprimary\u003c/code\u003e, \u003ccode\u003erunoff\u003c/code\u003e, or \u003ccode\u003especial\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese election type enumerations apply to both pre-election data and election results feeds, but not to officeholder feeds.\u003c/p\u003e\n"],["\u003cp\u003ePrimary elections can be further classified as \u003ccode\u003epartisan-primary-closed\u003c/code\u003e or \u003ccode\u003epartisan-primary-open\u003c/code\u003e, depending on voter eligibility and party selection process.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eother\u003c/code\u003e type is available for elections that don't fit the predefined categories, requiring an additional \u003ccode\u003eOtherType\u003c/code\u003e element for clarification.\u003c/p\u003e\n"]]],[],null,["# ElectionType\n\n| **Note:** This enumeration is the same for the pre-election data and election results feed types. It isn't used with officeholder feeds.\n\nThe following table lists the enumerations for the type of election in the\n[`ElectionReport`](/civics-data/reference/election-report) entity:\n\n| Value | Description |\n|---------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `general` | An election that's typically held on the national day for elections. |\n| `partisan-primary-closed` | A primary election that's for a specific party, where voter eligibility for this contest is based on registration. |\n| `partisan-primary-open` | A primary election that's for a specific party, where voters declare their desired party or choose in private. |\n| `primary` | A primary election without a specified type, such as a nonpartisan primary. |\n| `runoff` | An election to decide a prior contest that ended with no candidate receiving a majority of the votes. |\n| `special` | An election held out of sequence for special circumstances, such as to fill a vacated office. |\n| `other` | The election is a type that isn't listed in this enumeration. If used, include the item's custom type in an `OtherType` element. |"]]