xls export directly from grader/index page?

xls export directly from grader/index page?

by Rad Mel -
Number of replies: 0

Hi, I need to add a button to have an xml export directly from the page @ /grade/report/grader/index.php?id=10

 

without having to go through the drop down menu and other pages. I managed to do this by calling a form submit directly to the export.php page:

<form action="http://mywebsite.com/moodle/grade/export/xls/export.php?id=<?php echo $courseid ?>&itemids= method="post" id="mform1" class="mform">

but have no way of getting the items ids. Can anyone help with this problem, how can I get itemids of a particular course from the index page directly?

 

Cheers.

Average of ratings: -