@@ -599,12 +566,22 @@ function quiz_views_data() {
),
'argument'=>array(
'handler'=>'views_handler_argument_numeric',
//'name_field' => 'title',
'numeric'=>TRUE,
'validate type'=>'nid',
),
'sort'=>array('handler'=>'views_handler_sort'),
),
'is_invalid'=>array(
'title'=>t('Is Invalid'),
'help'=>t('Indicates whether or not a quiz result is valid. This is a simple database boolean; the meaning of the "valid" flag should vary according to your use case.'),