I am trying to create a custom table of contents format. What I want to do is to have the description of the section inside a block environment like:
\section{Section 1}
\frame{
\begin{block}
This is section description 1
\end{block}
}
\section{Section 2}
\frame{
\begin{block}
This is section description 2
\end{block}
}
\section{Section 3}
\frame{
\begin{block}
This is section description 3
\end{block}
}
and then show those blocks in the table of contents, instead of the section names.
Let me explain why I need this. In my presentation I have three research questions that guide the overall presentation, and split it to several sections (each question is one section). Initially, I present all three together in one slide, but I then want to present only one of them, basically shading the rest, like what happens in the table of contents.
Is something like that possible?
Thanks in advance, Y.K.

