$(document).ready(function(){
	$("#stelling-antwoord").click(function () {
		$("#antwoorden-box").toggle("slow");
		});
});


