Blum Independent School District

Blum Independent School District is a public school district based in Blum, Texas, United States. The district operates one high school, Blum High School.

Blum Independent School District
Location
Blum, TX
ESC Region 12[1]

USA
District information
TypeIndependent school district
GradesPre-K through 12
SuperintendentElsa Scott[1]
Schools3 (2009-10)[2]
NCES District ID4810650[2]
Students and staff
Students358 (2010-11)[1]
Teachers34.43 (2009-10)[2] (on full-time equivalent (FTE) basis)
Student–teacher ratio10.89 (2009-10)[2]
Athletic conferenceUIL Class 1A 6-man Football Division I[3]
District mascotBobcats[4]
Colors          Green, Gold[4]
Other information
TEA District Accountability Rating for 2011-12Recognized[5]
WebsiteBlum ISD

Finances

As of the 2010–2011 school year, the appraised valuation of property in the district was $136,883,000.[1] The maintenance tax rate was $0.117 and the bond tax rate was $0.021 per $100 of appraised valuation.[1]

Academic achievement

In 2011, the school district was rated "recognized" by the Texas Education Agency.[5] Thirty-five percent of districts in Texas in 2011 received the same rating.[6] No state accountability ratings will be given to districts in 2012.[7] A school district in Texas can receive one of four possible rankings from the Texas Education Agency: Exemplary (the highest possible ranking), Recognized, Academically Acceptable, and Academically Unacceptable (the lowest possible ranking).

Historical district TEA accountability ratings[5]

  • 2011: Recognized
  • 2010: Exemplary
  • 2009: Academically Acceptable
  • 2008: Academically Acceptable
  • 2007: Academically Acceptable
  • 2006: Academically Acceptable
  • 2005: Academically Acceptable
  • 2004: Academically Acceptable

Schools

In the 2011–2012 school year, the district had students in three schools.[1]
Regular instructional

  • Blum High School (Grades 6-12)
  • Blum Elementary School (Grades PK-5).

JJAEP instructional

  • Hill County JJAEP

Athletics

  • Boys
    • Baseball
    • Basketball
    • Football
    • Wrestling.[4]
  • Girls
    • Basketball
    • Volleyball[4]

For the 2012 through 2014 school years, Blum played six-man football in UIL Class 1A 6-man Football Division I.[3]

State titles

  • Football
    • 2019(1A/D1) Six Man[8]
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.
gollark: Free, want ND or 2G prize.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.