@section('page_title') OSAA - Records & Archives @stop @section('page_sub_title') OSAA Records & Archives @stop @section('scripts') @parent @stop @section('jquery_init') $('.yearbyyearlist').change(function () { /* Get the root directory */ var root = $(this).attr('data-root'); /* Get the selected value */ var sel = $(this).find(':selected').val(); if (sel.match('http')) { var goto = sel; } else { var goto = root + '/' + sel; } window.location = goto; }); $('.button').button(); $('tr').each(function () { var row = $(this); $('td:not([colspan])', row).each(function(index) { var col = $(this); if (index == 0) { col.css({'width' : '150px'}); } if (index == 1) { col.css({'width' : '180px'}); } if (index == 2) { col.css({'width' : '190px'}); } }); }); // Quick jump links $('.jump_link').on('click', function(event) { event.preventDefault(); var link = $(this); var href = link.attr('href'); var name = href.substring(1); var custom = link.attr('data-offset'); var target = $('a[name="' + name + '"]'); var offset = target.offset().top; var row = target.parents('tr'); var row_height = row.height(); if (custom != null) { var change = custom; } else { var change = 42; } offset = offset - change; $('html, body').animate({ scrollTop: offset }, 800); }); // Return to top display $(window).scroll(function() { if ($(this).scrollTop() > 150) { $('#return_to_top:hidden').stop(true, true).fadeIn(); } else { $('#return_to_top').stop(true, true).fadeOut(); } }); $('#return_to_top a').on('click', function(event) { event.preventDefault(); $('html, body').animate({ scrollTop: 0 }, 400); }); $('#return_to_top a img').tooltip(); @stop @section('page_functions') @stop @section('main_content') {{-- Return to Top --}}
{{-- OLD ScoreCenter Website Link

League Standings, Schedules & Scores and Rankings

(NOTE: The OSAA began requiring schools to submit game scores in 2010-11)
For the 2010-11, 2011-12, and 2012-13 school years, click the red icon to open the old OSAA ScoreCenter website. Edit your browser's URL address to navigate to the desired year using "10-11", "11-12", or "12-13". The site will default to 2012-13 ("12-13").

For 2013-14 to present, use the "Year" drop-down list in the bottom-right corner of every OSAA website page. Select the desired year and navigate.


--}}

OSAA Playoffs / Championships

Year-by-year results, history, and records appear seasonally in the table below.

All-Time Team State Champions

Searchable and sortable table

Additional Oregon high school sports history:



Fall
Cross Country Year By Year Results
Team State Champions
Boys | Girls
Individual State Champions
Boys | Girls
Football Year By Year Results
State Champions
History
Playoff Summaries by School
Playoff Scores by School
State Championship
Game Records

11-man | 8-man
Soccer Year By Year Results
State Champions
Boys | Girls
Volleyball Year By Year Results
State Champions
History
Trophy Winners
All-Tournament Teams



{{-- // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // --}}
Winter
Basketball Year By Year Results
State Champions
Boys | Girls

History
Playoff Appearances Boys | Girls
Tournament Performances Boys | Girls
Trophy Winners Boys | Girls
All-Tourney Teams Boys | Girls

Tournament Records
All-Time Boys | Girls
Since 2007 Boys | Girls
Through 2006 Boys | Girls
Swimming Year By Year Results
Team State Champions
Boys | Girls

Individual State Champions
Since 2012
2007 - 2011 Boys | Girls
Through 2006 Boys | Girls

State Meet Records
All-Time
Since 2007
Through 2006
Wrestling Year By Year Results
Team State Champions
Individual State Champions
Since 2012
2007 - 2011
Through 2006

Multiple State Champions
Since 2009
Through 2008


{{-- // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // --}}
Spring
Baseball Year By Year Results
State Champions
Golf Year By Year Results
Team State Champions
Boys | Girls
Individual State Champions
Boys | Girls
State Tournament Records
Softball Year By Year Results
State Champions
Tennis Year By Year Results
Team State Champions
Boys | Girls
Individual State Champions
Boys | Girls
Track & Field Year By Year Results
Team State Champions
Boys | Girls

Individual State Champions
Since 2012
2007 - 2011 Boys | Girls
Through 2006 Boys | Girls

State Meet Records


{{-- // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // --}}
Activities
Band/Orchestra Year By Year Results
State Champions
Cheerleading Year By Year Results
State Champions
Choir Year By Year Results
State Champions
Dance/Drill Year By Year Results
State Champions
Solo Music Year By Year Results
Speech Year By Year Results
Team State Champions
   
@stop