SetInput shouldn't show "addressed" check in "commonly submitted elements" table? #4153
Description
To reproduce: load the Project Euler exploration (multiples.yaml) from the admin page, then go to /explore/1 and play it a bit. Go to the Jobs tab in /admin and run the InteractionAnswerSummariesAggregator at least once. Finally, go to /create/1#/stats and click on the "Numbers for first question".
You'll see something like the following. It makes sense to show an "Addressed?" column for "Top 10 answers", but I'm not sure it makes sense to show it for the second table? A quick fix might be to remove the second table for now.
Also, as it turns out, ["3", "5", "6", "9"] is actually addressed. We may need to find a way to treat these sets as sets, rather than lists.
The simplest fix might probably be to just show a 2-column table for SetInput for now.
/cc @brianrodri