Hogwarts

Hogwarts

Gryffindor
Slytherin
Ravenclaw
Hufflepuff

Choose Your Hogwarts House

function playAndSubmitS() {
var audio = document.getElementById(‘SH_S’);
audio.play();
}

function playAndSubmitH() {
var audio = document.getElementById(‘SH_H’);
audio.play();
}

function playAndSubmitR() {
var audio = document.getElementById(‘McG_R’);
audio.play();
}