Skip to content

[Feature Request]: Allow user-resizing of answer textarea in Quiz component, ie. add 'resize:vertical' CSS property #475

@sophodex

Description

@sophodex

Do you need to file a feature request?

  • I have searched the existing feature request and this feature request is not already filed.
  • I believe this is a legitimate feature request, not just a question or bug.

Feature Request Description

I often generate coding quizzes and the text area where I type my answer is too small to view more than a few lines of code. I can see there is a '.resize-none' CSS class applied to the textarea. In Chrome devtools, I changed the CSS resize property to 'vertical', which creates a small vertical adjustment handle in the bottom right corner allowing me to see all of my code when needed. It didn't appear to cause any conflicts with the rest of the page. A '.resize-y' CSS class already exists in the CSS, so it could be achieved by replacing '.resize-none' with 'resize-y'.

Related Module

Dashboard

Use Case

Allows the user to expand the text area, allowing for more room to type and view code answers. Currently the space is too limited.

Additional Context

Image

See the adjustment handle on the lower right, which is available after changing the CSS property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions