Question submission at end of Interactive video
Hi all,
I have a quandary. Due to the format of my course, with lots of interactive 'pop out' sections when regions/hotspots are selected, I'm using a series of interactive videos to accomplish this. The path through the course is 'read/interact with a section then answer a question'. What I've noticed, in a separate test is that there is a 'submit answers' section right at the end of the interactive video. When I put my hotspots in along with an invisible 'next slide' anchor which lines up with a title in the interactive video (based on a powerpoint presentation which I've converted into a video) it will in effect move to the next slide before the submit answers dialog. As I'm putting this into a moodle course, does this mean that no grade will be recorded because, in essence, the answers haven't been submitted?
thanks,
Fred
BV52
Thu, 08/16/2018 - 13:56
Permalink
Hi Fred,I'm sure I get
Hi Fred,
I'm sure I get everything but let me explain why/how we have the submit screen fo Interactive. Prior to the submit screen the trigger for sending grades to the Gradebook is to finish the whole video. This is sometimes problematic when the user/student decides to close the content prior to it being finished eventhough all activities has been answer. The submit screen gives flexibility to the author to have multiple "checkpoints" in IV. The author can either keep the submit screen, remove the submit screen or add additional submit screens as checkpoints.
I hope this helps in giving you an idea on what you can do to make sure that scores are sent to the Gradebook. If you have further questions feel free to post here.
-BV52
saman2
Tue, 09/21/2021 - 16:46
Permalink
is it possible submit answer without "submit screen"?
i want to prevent the users to come back and modify his answer and then come back to "submit screen" and then submit modified answer. is it possible directly send his answer score without use submit screen?
BV52
Tue, 09/21/2021 - 19:17
Permalink
Hi saman2,I'm afraid it is
Hi saman2,
I'm afraid it is not possible to send the scores without clicking the submit button in the submit screen.
-BV
saman2
Sat, 10/16/2021 - 10:23
Permalink
thank you BV52.is there
thank you BV52.
is there anyway to implement my need? i want send score directly. i can write php code but i need some advise to start from where or how can i override this section.
Note: As you said, the user may come out in the middle of the video while answering a few questions.
BV52
Mon, 10/18/2021 - 18:48
Permalink
Hi saman2,I am not a
Hi saman2,
I am not a developer so I will not be able to exactly tell you what you need to do. However below are some documents and relevant links that may help:
https://h5p.org/documentation/x-api
https://h5p.org/documentation/for-authors/analyzing-results-and-answers
https://h5p.org/node/617/xapi-coverage
https://github.com/h5p/h5p-interactive-video
-BV
FHccc
Thu, 08/16/2018 - 14:15
Permalink
Hi BV, That is helpful, if
Hi BV,
That is helpful, if the submit screen is removed, do the grades get submitted to the moodle gradebook? Also, how do I remove the submit screen, or add additional submission screens earlier on to fit in with my set up?
Thanks,
Fred
FHccc
Thu, 08/16/2018 - 14:33
Permalink
Ok, I've found how to add the
Ok, I've found how to add the submission screen in. Which is great, however I've done a test via the moodle plugin on my test site and even though I've submitted an answer there's nothing showing up in the gradebook.
akmiecik
Thu, 01/21/2021 - 14:50
Permalink
Oh please tell me where
I can't find it
akmiecik
Thu, 01/21/2021 - 15:31
Permalink
Oh please tell me where
I can't find it
FHccc
Thu, 08/16/2018 - 18:26
Permalink
I can see what is happening
I can see what is happening here now. In the first draft of the course presentation, I had activated surface mode, so that the navigation bar was hidden to the user. What appears to be happening is that, even though the answer is being submitted through the submission dialogue, the mark isn't reporting into the gradebook until the summary button at the end of the blue nav bar is selected. I had originally chosen surface mode because I wanted control navigation through the slides and in such a way that a visitor would have to explore all of the hotspots before continuing. it looks like, if I want the marks to report properly to the gradebook then I will have to start again with the surface mode activated.
BV52
Fri, 08/17/2018 - 04:22
Permalink
Hi Fred,I'm glad you found
Hi Fred,
I'm glad you found what you are looking for and you are correct when the Surface Mode is activated it does not send results to the Gradebook. This happens because the Summary slide gets diactivated in the process. The user getting to the Summary slide triggers the sending of the score from CP to the Gradebook. FYI I raised this with the developers so that either we make the message for surface mode clearer or have the possibility of not disabling the Summary slide when surface mode is activated.
-BV52
toni.kettunen
Tue, 10/09/2018 - 11:00
Permalink
Do I have to add submit screens manually in every old IV?
"Prior to the submit screen the trigger for sending grades to the Gradebook is to finish the whole video."
What happens to old interactive videos after the update? If I don't add manually a submit screen to all of those (in Moodle) do the grades get recorded at all by 'finishing the whole video'?
BV52
Wed, 10/10/2018 - 06:03
Permalink
Hi Toni,To answer your
Hi Toni,
To answer your question, no the scores will not be sent to the gradebook. Furthermore there is an existing thread with further details on this.
-BV52
Trusha Doshi
Thu, 07/23/2020 - 11:49
Permalink
SUBMISSION OF AN ANSWER
Hi,
Once a student submits his answers, so where can I view it as a teacher?
Does it come on my mail id?
And is the submission of answers a feature only for paid users?
Thank you.
BV52
Thu, 07/23/2020 - 19:24
Permalink
Hi Trusha,H5P emits data in
Hi Trusha,
H5P emits data in the form of xAPI statements and you will need a plugin or custom code to listen to these statements and a data store such as a learning record store to save them in.
I highly recommend looking through these documentation:
https://h5p.org/documentation/x-api
https://h5p.org/documentation/for-authors/analyzing-results-and-answers
-BV