Matching question type:

Is it possible to set a character limit on the answer field. I want that users only allowed creating quiz questions, where the answers and the feedback fields could only be have maximum 250 characters.

(I am not a php guy)

Comments

Anonymous’s picture

drupkennedy created an issue. See original summary.

Anonymous’s picture

Title: matching question type - maximal charakters » matching question type - limit maximal characters
djdevin’s picture

Version: 7.x-6.x-dev » 7.x-5.x-dev

Hi,

This would be a new feature but if you are comfortable with Drupal's hook_form_alter (https://api.drupal.org/api/drupal/modules%21system%21system.api.php/func...) you could alter the creation/feedback/answering form and then change the maximum length of that field.

djdevin’s picture

Category: Feature request » Support request
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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