h5p / h5p-audio

10 stars 44 forks source link

How to get record audio #46

Open vgulshan1985 opened 3 years ago

vgulshan1985 commented 3 years ago

I want get record audio from database can you please tell me which table it save Thank You!! image

otacke commented 3 years ago

Hi @vgulshan1985 The audio recorder content type does not store files. You can only download the files directly.

vgulshan1985 commented 3 years ago

Hi @vgulshan1985 The audio recorder content type does not store files. You can only download the files directly.

because we need to see the answer of question on teacher side. there is no auto grading option in this .. because we are using h5p content on other server with the help of Web service . there any other solution we can get answer

vgulshan1985 commented 3 years ago

There is any other option we can add custom recording feature

vgulshan1985 commented 3 years ago

$view->outputview(); can we customize this method on view.php file

otacke commented 3 years ago

@vgulshan1985 Audio Recorder is not intended for storing the audio content of the user. You'd have to customize https://github.com/h5p/h5p-audio-recorder (or at least hook into it to extract the audio blob), provide some mechanism to store the audio content on the server and potentially also some procedure to store it in the gradebook (assuming you're running H5P on moodle given your last comment).

Please note that there's a support forum at https://h5p.org for those kinds of questions that's more suitable for discussions than issues on github.