function Practice105()
{
	this.chosenAnswers = null;
	this.correctAnswers = new Array();
	return this;	
}

Practice105.prototype = new Assessment105();







