Some strings in quiz.module are not translatable, for example in line 1281:
current
drupal_set_message('Last question skipped.', 'status');
must be
drupal_set_message(t('Last question skipped.'), 'status');
You can find several similar lines in quiz.module file, and maybe in other files too.
This issue is applicable for all higher version, for 6.x-4.0-beta3 and for development version.

Comments

sivaji_ganesh_jojodae’s picture

Status: Active » Fixed

Thanks committed to CVS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.