This is not currently possible via the admin interface, but it should be a simple code modification to make it work. In qa-page-home.php, change this:
case 'activity':
...to this...
case '': case 'activity':
You can then add a custom link at the front of the menu with goes to the page [your site]/qa - that will show question + answer.