var fDesc=new Array(); fDesc[0] = "Build your audits online easily and quickly using your web browser. Audits are managed on the web against a flexible organisation structure. Design your questions to score according to your audit priorities. Download your audits to your hand-held devices direct from the website.AuditForm reduces risk by immediately reporting non-compliances for action without transposition errors. It saves time in the collecting and processing of information. It saves money by enabling auditors to carry out more audits in the same amount of time.
Features:
- You can write your own audit questions on the internet.
- The audit can contain questions with a wide array of question types including multiple choice, comment boxes, risk matrices and many more.
- Answers to your audit can be collected using Personal - Digital Assistants, Smartphones or through the internet (using a web browser).
- Audits can be collected for multiple locations and analysed across locations.
- Non-compliances are highlighted and tracked alongside user commentary and closure details.
- Information to be held on a database to allow for the generation of questions, storing audits for review and analysis, and for tracking non-compliances.
- The internet (web browser) solution can also be used standalone without the need for any handheld devices.
- The system can be made to replicate your business organisation structure, regardless of the number of levels involved."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }