Skip to content

Commit

Permalink
New Feature Import and Export from a new Excel format with one row ea…
Browse files Browse the repository at this point in the history
…ch per group, question, sub-question, and answer; and no dependence upon SGQA naming
  • Loading branch information
TMSWhite committed Apr 5, 2012
1 parent e418fb1 commit 014c23e
Show file tree
Hide file tree
Showing 8 changed files with 2,637 additions and 2 deletions.
5 changes: 5 additions & 0 deletions admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@
if(bHasSurveyPermission($surveyid,'surveycontent','export')) {include('export_structure_xml.php');}
else { include('access_denied.php');}
}
elseif ($action == 'exportstructureexcel')
{
if(bHasSurveyPermission($surveyid,'surveycontent','export')) {include('export_structure_excel.php');}
else { include('access_denied.php');}
}
elseif ($action == 'exportstructurecsvGroup')
{
if(bHasSurveyPermission($surveyid,'surveycontent','export')) {include('dumpgroup.php');}
Expand Down

0 comments on commit 014c23e

Please sign in to comment.