# [STAFF] Audio Feedback With and Without Trancsripts
**Source**: https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=64889
**Parent**: https://documents.manchester.ac.uk/guidelines.aspx
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function \_\_doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.\_\_EVENTTARGET.value = eventTarget;
theForm.\_\_EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
//<![CDATA[
Sys.WebForms.PageRequestManager.\_initialize('ctl00$ContentPlaceHolder1$ctl00', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance().\_updateControls([], [], [], 90);
//]]>
| | |
| --- | --- |
| [STAFF] Audio Feedback With and Without Trancsripts **Summary:** This guide explains how to create a transcript for audio feedback, and how to use it when marking graded activity, e.g. Turnitin, Cadmus, Blogs, Wikis, Discussions, Journals, etc. **Type:** Guideline **Owner:** eLearning **Contact email:** [hilary.pooley@manchester.ac.uk](mailto:hilary.pooley@manchester.ac.uk) **Last modified:** 20/02/2023 **Link to this document:** https://documents.manchester.ac.uk/display.aspx?DocID=64889 [Edit](https://documents.manchester.ac.uk/admin/editDoc2.aspx?DocID=64889) (only Administrators) | |
\
\
//<![CDATA[
Sys.Application.initialize();
//]]>