To see number of questions assigned to a selected term:

change quiz.admin.inc line# 548 :

from

'#value' => check_plain($term->name),

to


'#value' => check_plain($term->name) . ' (' . db_result(db_query("SELECT COUNT(t.nid) FROM {term_node} t, {node} n WHERE t.vid=n.vid AND n.language='%s' AND t.tid = %d", $quiz->language, $term->tid)) . ')',

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tutumlum’s picture

FileSize
3.6 KB

Better way to see number of questions assigned to a selected term. Select all for the check boxes, parent category names and row numbers for the draggable table, and parent category names for adding new category drop down list are added.

tutumlum’s picture

FileSize
3.6 KB

Better way to see number of questions assigned to a selected term. Select all for the check boxes, parent category names and row numbers for the draggable table, and parent category names for adding new category drop down list are added.

djdevin’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This issue is being closed because it is filed against a version that is no longer supported.