public function __construct()
 {
     parent::__construct(array('active' => TRUE, 'complete' => FALSE, 'visible' => TRUE, 'question' => 'What color is the sky on a cloudy night?', 'answers' => array('0' => 'Black', '1' => 'White'), 'correctIndex' => '0'));
 }