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