Skip to content
Snippets Groups Projects
Commit 13415769 authored by Sam Boyer's avatar Sam Boyer
Browse files

Updates for the quiz state filter.

parent 1dc85617
No related branches found
No related tags found
No related merge requests found
......@@ -613,12 +613,8 @@ function quiz_views_data() {
'field' => array(
'handler' => 'quiz_views_handler_field_user_quiz_state',
'click sortable' => TRUE,
'additional fields' => array('finish_time' => array('table' => 'quiz_node_results', 'field' => 'time_end')),
// 'additional fields' => array('finish_time' => array('table' => 'quiz_node_results', 'field' => 'time_end')),
),
// 'relationship' => array(
// 'handler' => 'quiz_views_handler_relationship_user_quiz_state',
// 'join' => 'LEFT',
// ),
'filter' => array(
'handler' => 'quiz_views_handler_filter_user_quiz_state',
'help' => t('Filter the results based on the state of quizzes with respect to users (i.e., whether they have started, finished, or are in progress on the quiz).'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment