Final Exam for Beginner Course

Exam

With this exam, we'll build our SurveyBuilder application. The SurveyBuilder application will ask the user a series of questions and based on the answer will compute a score.

So the component parts of the application are:

  • The Survey class which encompasses the set of questions
  • The Question base class and a simple implementation - the TextQuestion
  • The Answer base class and a simple implementation - the TextAnswer
Page 2 of 10