public interface Quiz {
public Quiz findQuiz (id); // Return the specific quiz
public void startQuiz(id); // Starts Quiz by id
public void checkSoultions( ); //shows solutions of the quiz questions
public void getResult( ); //information about correct, incorrect answers, show score
}
Comments
Leave a comment