Addition of an 'Open Question' type?

Hi,

We have begun using H5P exstensively in the online materials for a Medical degree programme. The current content types are serving us well but ideally we'd like to see the addition of what could be described as an 'open question'.

Our online materials include lots of questions where the students are asked things like - What do you think is happening here? We currently use another plug-in that supports open questions where students can enter some text as their answer and then click a button to reveal a model answer to them.

I assume that this question type would be fairly easy to develop.

Ideally we'd like to be able to manage all of our question assets using a single tool/system (H5P). 

Are there currently any plans to develop a question type such as this?

Thanks

Simon

Summary: 
Open ended question
Content types: 
Issue Status: 
0
0
Supporter votes Members of the Supporter Network can vote for feature requests. When the supporter network has generated sufficient funding for the top voted feature request it will normally be implemented and released. More about the H5P Supporter Network
otacke's picture

...or are they? There's a fairly new library called Open-Ended-Question. The code suggests it does want you need.

falcon's picture

ETA for Open Ended Question is September 15th. Answers will not be stored by H5P so you'll need a Learning Record Store or some other software to store the user's answers to these questions.

Thanks for the responses otacke and falcon.

We don't necessarily need to store our students responses to open ended questions (although it could be useful in the future). 

Simon

...but is September 15th the earliest I could test out the open ended question type or can I take the files posted up on GitHub and import them into one of our WordPress sites to take a look?

thomasmars's picture

The "Open-ended-question" library is a sub-content-type which is currently only availble through the "questionnaire" content type. You can test it out now by grabbing questionnaire and open-ended-question from github. Some developer knowledge may be required in order to build and upload the libraries, though it should be possible by following the readme and google-jutsu.

The content type is under development, so there may be bugs and functionality may change.

Is there an update on this feature to add an 'open' question please? Thanks

thomasmars's picture

Yes, there is an open-ended-question content type as described in a previous comment.

This will be available as stand-alone and inside IV, but you must have an LRS integration in order to process the answers that are sent in. The new content types should be available sometime this week, when the latest libraries are released.

hakangur's picture

I came across an "essay" library for H5P (https://github.com/tunapanda/h5p-essayquestion) and installed it to my Wordpress site. Apparently, there is a lot to do before it can become a standard library.

(1) The rich-text editor does not function. I wrote down a question text and saved; it was displayed as <p>Describe the process of greenhouse effect.</p>!

(2) The response is not saved as a text. I can see that a user took the test but cannot see and evaluate the essay. I assume this library requires an LRS connection. (Actually, the author of this library also created the H5P xAPI plugin.)

 

Does anyone have any more information about this project?

(In case anyone else would like to test this library, in the zip file: [1] rename the folder name "hp5-essayquestion-master" as "H5P.EssayQuestion", [2] in "library.json" line 25, make this change: "minorVersion": 2 and install the library - you may also want to rename the "zip" extension as "h5p".)

hakangur's picture

A comment on the Questionnaire: The output is "blank screen" on Wordpress.

I created a questionnaire on Wordpress, but when I save it, I can see nothing except for the title. I created a questionnaire on Moodle (where it is displayed correctly), downloaded it, and uploaded on the Wordpress site. The result is the same - nothing is displayed. Perhaps I should have posted this message under the "bugs" section but, to make sure that there is a problem, I will test the Questionnaire on a locally-installed Wordpress website.

hakangur's picture

The same problem persists on localhost: Wordpress - 4.6.1, H5P - the latest version of the plugin from Wordpress website. The saved Questionnaire displays nothing except for the title.

thomasmars's picture

I just tried creating it on my local site and it works fine. Make sure you have the latest libraries installed of Questionnaire, Simple Multi Choice and Open Ended Question. Also make sure that the "Enable LRS dependent content types" option is checked in the H5P settings.

I have created an issue for looking into this, please let me know if you are able to resolve this meanwhile.

fnoks's picture

Hi,

Could you please open the browser's console, and check if you find any JavaScript errors there? If so, paste them here!

Hi,

I've updated my H5P plugin and all of my libraries but I'm having trouble seeing the questionnaire/open-ended question type.

I've recorded a short (1 min 44 secs) screencast with narration to show what I see:

http://screencast-o-matic.com/watch/cD6hXwjUCT

Any ideas?

Thanks

Simon

Additional Information

WordPress Version: 4.6.1

H5P Plugin Version: 1.7.3

All libraries updated today (5th October 2016) using the release from 29th September 2016.

icc's picture

Hi, and thank you for the thorough go through of the issue!

We have not seen this happen before. I'm assuming that the updating of the libraries went OK without any error messages. 
Could you try opening the console in your browser to look for any error messages when viewing the broken question? In Chrome you should be able to do this using Ctrl + Shift + J.

Apologies for the delay in responding to this.

I've captured what I'm seeing in the error consoles for both Chrome and Safari. You can view it here:

http://screencast-o-matic.com/watch/cD662fjyoj

Thanks

Simon

icc's picture

Ah, indeed the Questionnaire is broken on WordPress when using the resume functionality… I'll create a blocker issue for this so we can get it fixed as fast as possible.

Once I unchecked the 'Allow logged-in users to resume tasks' option in Settings > H5P the Questionnaire appeared within the page.

Thanks

Simon

hakangur's picture

First of all, I am sorry for the late reply to initial responses. When I re-installed the libraries, my problem was solved.

As for simonhardaker's problem: I also had the same issue. Then I found a solution. I downloaded a questionnaire file that I had created in Moodle and uploaded it into Wordpress as a new H5P content file. Miraculously, the "Questionnaire" option started to appear in the list of libraries after that and now I am able to create questionnaires.

icc's picture

I'm glad to hear that you got it working. In order for the Questionnaire to appear you must go into the H5P Settings page and enable the option Enable LRS dependent content types. This is because some content types aren't very useful until you connect an LRS. 

papi Jo's picture

SPAM !

icc's picture

Not to worry, it's gone!

I created a new content type for this as nothing else out there either worked or fit our requirements. Main features:

  • Standalone question type.
  • Add image and/or HTML text for the question.
  • Optionally add a rubric (marking criteria) with HTML text and a weight/maximum score for each criterion.
  • Rubric may optionally be displayed to user (our third-party system pulls this out of the JSON content to allow a marker to mark the question in a Drupal Quiz according to the rubric).
  • Optionally display a Submit button, after which no more editing may occur. The submit button generates an xAPI event with the 'answered' verb.
  • Option to generate xAPI events at regular intervals or on other triggers (with the 'responded' or 'initialised' verb). Third-party systems may use this, for example, to save the current answer to a server and restore it in the event of a page reload.

Project page: https://github.com/OliverColeman/h5p_long_text_question

Download: https://github.com/OliverColeman/h5p_long_text_question/files/756452/H5P...

falcon's picture

Awesome! It would be great to make this available under examples and downloads so that everyone can easily find it and install it if they want to. Would you consider applying for developer access and share it under examples and downloads? You can then create and manage a project page for this content type here on H5P.org, and you'll be able to share new content types as well without going through another application process.

Also the core team is working on the content type hub right now. When it is released admins on all H5P sites will be able to browse and install all H5P content types without ever leaving their site. The data for the content type hub browser will be retrieved from examples and downloads on H5P.org.

Hi Oliver,

This question type looks great. It's pretty much exactly what we require.

I've downloaded the question type and uploaded it to our test site to try it out.

However, I can't seem to get the text to display after submission (the text that I added in the Submission Text area).

I've created a short video detailing what I'm seeing (headphones/speakers required):

http://screencast-o-matic.com/watch/cbni6a6nRO

Any advice you could give me would be great. 

Thanks

Simon

papi Jo's picture

GRRR!