Example #1
0
 protected AllStarScoringDefinition(int min, int max)
 {
     Stunts = new ScoringCategory { Display = "Stunts", Min = min, Max = max, IncludeExectionScore = true };
     Pyramids = new ScoringCategory { Display = "Pyramids", Min = min, Max = max, IncludeExectionScore = true };
     Tosses = new ScoringCategory { Display = "Tosses", Min = min, Max = max, IncludeExectionScore = true };
     StandardTumbling = new ScoringCategory { Display = "Standard Tumbling", Min = min, Max = max, IncludeExectionScore = true };
     RunningTumbling = new ScoringCategory { Display = "Running Tumbling", Min = min, Max = max, IncludeExectionScore = true };
     Jumps = new ScoringCategory { Display = "Jumps", Min = min, Max = max, IncludeExectionScore = true };
     MotionsDance = new ScoringCategory { Display = "Motions / Dance", Min = min, Max = max, IncludeExectionScore = true };
     FormationsTransitions = new ScoringCategory { Display = "Formations / Transitions", Min = min, Max = max, IncludeExectionScore = false };
     PerformanceCategory = new ScoringCategory { Display = "Performance", Min = min, Max = max, IncludeExectionScore = false };
     SkillsCreativity = new ScoringCategory { Display = "Skills Creativity", Min = 0, Max = 5, IncludeExectionScore = false };
     RoutineCreativity = new ScoringCategory { Display = "Routine Creativity", Min = 0, Max = 5, IncludeExectionScore = false };
 }
Example #2
0
 public SchoolScoringDefinition()
 {
     Stunts = new ScoringCategory { Display = "Stunts", Min = 0, Max = 10, IncludeExectionScore = false };
     PyramidsTosses = new ScoringCategory { Display = "Pyramids / Tosses", Min = 0, Max = 10, IncludeExectionScore = false };
     Tumbling = new ScoringCategory { Display = "Tumbling", Min = 0, Max = 10, IncludeExectionScore = false };
     Timing = new ScoringCategory { Display = "Timing", Min = 0, Max = 10, IncludeExectionScore = false };
     Jumps = new ScoringCategory { Display = "Jumps", Min = 0, Max = 10, IncludeExectionScore = false };
     MotionsDance = new ScoringCategory { Display = "Motions / Dance", Min = 0, Max = 10, IncludeExectionScore = false };
     Transitions = new ScoringCategory { Display = "Transitions", Min = 0, Max = 10, IncludeExectionScore = false };
     PerformanceCategory = new ScoringCategory { Display = "Performance", Min = 0, Max = 10, IncludeExectionScore = false };
     SchoolRepresentation = new ScoringCategory { Display = "School Representation", Min = 0, Max = 10, IncludeExectionScore = false };
     OverallImpression = new ScoringCategory { Display = "Overall Impression", Min = 0, Max = 10, IncludeExectionScore = false };
 }
Example #3
0
 public LegalitiesScoringDefinition()
 {
     Legalities = new ScoringCategory() { Display = "Legalities", Min = 0, Max = 20, IncludeExectionScore = false };
 }
Example #4
0
 public IndividualBestGroupScoringDefinition()
 {
     Execution = new ScoringCategory { Display = "Execution", Min = 0, Max = 10, IncludeExectionScore = false };
     Staging = new ScoringCategory { Display = "Staging", Min = 0, Max = 10, IncludeExectionScore = false };
     DegreeOfDifficulty = new ScoringCategory { Display = "Difficulty", Min = 0, Max = 10, IncludeExectionScore = false };
     Choreography = new ScoringCategory { Display = "Choreography", Min = 0, Max = 10, IncludeExectionScore = false };
     PerformanceImpression = new ScoringCategory { Display = "Performance Impression", Min = 0, Max = 10, IncludeExectionScore = false };
 }
Example #5
0
 public IndividualBestDancerScoringDefinition()
 {
     Execution = new ScoringCategory { Display = "Execution", Min = 0, Max = 10, IncludeExectionScore = false };
     TechnicalSkills = new ScoringCategory { Display = "Technical Skills", Min = 0, Max = 10, IncludeExectionScore = false };
     DegreeOfDifficulty = new ScoringCategory { Display = "Difficulty", Min = 0, Max = 10, IncludeExectionScore = false };
     Choreography = new ScoringCategory { Display = "Choreography", Min = 0, Max = 10, IncludeExectionScore = false };
     PerformanceImpression = new ScoringCategory { Display = "Performance Impression", Min = 0, Max = 10, IncludeExectionScore = false };
 }
Example #6
0
 public DeductionsScoringDefinition()
 {
     Deductions = new ScoringCategory() { Display = "Deductions", Min = 0, Max = 20, IncludeExectionScore = false };
 }
Example #7
0
 public DanceVarietyScoringDefinition()
 {
     JazzTechnique = new ScoringCategory { Display = "Jazz Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     PomTechnique = new ScoringCategory { Display = "Pom Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     HipHopTechnique = new ScoringCategory { Display = "Hip Hop Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     TechnicalSkills = new ScoringCategory { Display = "Technical Skills", Min = 0, Max = 10, IncludeExectionScore = false };
     Staging = new ScoringCategory { Display = "Staging", Min = 0, Max = 10, IncludeExectionScore = false };
     DegreeOfDifficulty = new ScoringCategory { Display = "Difficulty", Min = 0, Max = 10, IncludeExectionScore = false };
     Uniformity = new ScoringCategory { Display = "Uniformity", Min = 0, Max = 10, IncludeExectionScore = false };
     Choreography = new ScoringCategory { Display = "Choreography", Min = 0, Max = 10, IncludeExectionScore = false };
     PerformanceImpression = new ScoringCategory { Display = "Performance Impression", Min = 0, Max = 10, IncludeExectionScore = false };
 }
Example #8
0
 public DanceOpenScoringDefinition()
 {
     RoutineExecution = new ScoringCategory { Display = "Routine Execution / Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     TechnicalSkills = new ScoringCategory { Display = "Technical Skills / Turn", Min = 0, Max = 10, IncludeExectionScore = false };
     VisualEffects = new ScoringCategory { Display = "Visual Effects / Leap", Min = 0, Max = 10, IncludeExectionScore = false };
     Staging = new ScoringCategory { Display = "Staging", Min = 0, Max = 10, IncludeExectionScore = false };
     DegreeOfDifficulty = new ScoringCategory { Display = "Difficulty", Min = 0, Max = 10, IncludeExectionScore = false };
     Uniformity = new ScoringCategory { Display = "Uniformity", Min = 0, Max = 10, IncludeExectionScore = false };
     Choreography = new ScoringCategory { Display = "Choreography", Min = 0, Max = 10, IncludeExectionScore = false };
     PerformanceImpression = new ScoringCategory { Display = "Performance Impression", Min = 0, Max = 10, IncludeExectionScore = false };
 }
Example #9
0
 public DanceJazzScoringDefinition()
 {
     JazzTechnique = new ScoringCategory { Display = "Jazz Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     TurnTechnique = new ScoringCategory { Display = "Turn Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     LeapTechnique = new ScoringCategory { Display = "Leap Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     Staging = new ScoringCategory { Display = "Staging", Min = 0, Max = 10, IncludeExectionScore = false };
     DegreeOfDifficulty = new ScoringCategory { Display = "Difficulty", Min = 0, Max = 10, IncludeExectionScore = false };
     Uniformity = new ScoringCategory { Display = "Uniformity", Min = 0, Max = 10, IncludeExectionScore = false };
     Choreography = new ScoringCategory { Display = "Choreography", Min = 0, Max = 10, IncludeExectionScore = false };
     PerformanceImpression = new ScoringCategory { Display = "Performance Impression", Min = 0, Max = 10, IncludeExectionScore = false };
 }
Example #10
0
 public DanceHipHopScoringDefinition()
 {
     HipHopTechnique = new ScoringCategory { Display = "Hip Hop Technique", Min = 0, Max = 10, IncludeExectionScore = false };
     VisualEffects = new ScoringCategory { Display = "Visual Effects", Min = 0, Max = 10, IncludeExectionScore = false };
     Staging = new ScoringCategory { Display = "Staging", Min = 0, Max = 10, IncludeExectionScore = false };
     DegreeOfDifficulty = new ScoringCategory { Display = "Difficulty", Min = 0, Max = 10, IncludeExectionScore = false };
     Uniformity = new ScoringCategory { Display = "Uniformity", Min = 0, Max = 10, IncludeExectionScore = false };
     Choreography = new ScoringCategory { Display = "Choreography", Min = 0, Max = 10, IncludeExectionScore = false };
     PerformanceImpression = new ScoringCategory { Display = "Performance Impression", Min = 0, Max = 10, IncludeExectionScore = false };
 }