Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use html widget for overall feedback field #62

Open
chhch opened this issue May 27, 2019 · 2 comments
Open

Use html widget for overall feedback field #62

chhch opened this issue May 27, 2019 · 2 comments

Comments

@chhch
Copy link

chhch commented May 27, 2019

User story:

For the overall feedback we often need more characters than the currently allowed 255. We would like to replace the text field with the HTML editor to make it easier for the authors to create appropriate feedback.

UX:

The other feedback fields use the HTML editor, only for the overall feedback a simple text field is used, see gif below. It would be more consistent to use the HTML editor there as well. In addition, the authors have more opportunities to provide meaningful feedback.

current-situation

Accessibility:
Not relevant

Technical solution:

For the implementation I plan to add the HTML widget to the semantic.json and update the minor version.

@bartonmike
Copy link

@chhch , did you ever get this working? I made the edit in my semantics.json file in the drupal/sites/all/files/h5p/libraries/multchoice folder, but its not picking up the changes, not sure if there are any other caches i'm missing.

@chhch
Copy link
Author

chhch commented Jul 15, 2021

Hi @bartonmike, I think I had made a copy of the h5p-multi-choice element for testing. I named it something like h5p-multi-choice-html-widget and made the additional changes there. I used Drupal 7 in developer mode.

I believe changes in drupal/sites/all/files/h5p/libraries/multchoice would be overwritten the next time the H5P element was updated.

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants