Kristelig Gymnasium

Kristelig Gymnasium (KG), founded in 1913, is a selective, private Christian college preparatory school located in Oslo, Norway.

The school offers 3 years of college preparatory studies at the high school level, Videregående skole, offering advanced courses in sciences, languages, and social sciences, including introductory classes to business and law.

In addition, grades 8, 9 and 10 (junior high school) is offered, with the courses mandated by Norwegian law.

The school's students score the highest among all private Norwegian schools in national, standardized tests.[1]

Religion or bible study is a "required elective" for all students. The school has a Lutheran priest on staff, and daily bible studies held by students or faculty is broadcast on the public address system every morning, following daily news and information.

All current students and alumni receives the biannual publication "KG-Nytt".

The school is owned by Det Norske Misjonsselskap, Normisjon and Norsk Luthersk Misjonssamband.

Campus

Due to increasing admission, the school recently expanded with a third building, adding state of the art science laboratories and fine art rooms. The four buildings are located uptown in Oslo's city center, with the three main buildings located around Homansbakken 2. In addition to two gymnasiums and a weight room, Oslo's famous sports arena Bislett Stadion is used by the school as well.[2]

Philanthropy

The students plan and organize an annual fundraising project, selected among projects run by the founding organizations. The students raised more than 300,000 USD for an Ethiopian project in 2011. [3]

Notable alumni

gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.

References


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