[[["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 2025-09-10 UTC."],[],["`ScoreSubmissionData.Result` is a data class storing results for a time span. Key fields include `formattedScore` (display-ready score), `newBest` (whether it's a new personal best), `rawScore` (numeric score), and `scoreTag` (associated tag). It has a constructor `Result` that accepts these four fields. The class also provides a `toString` method for string representation, and can inherit other methods from the Object class, like `equals`, `hashCode`, `clone`, `getClass`, etc.\n"]]