I am attempting to create a custom LaTeX Beamer Jeopardy board. So far I've run into two major questions/issues:
With help from @cyberSingularity, I was able to hide the question button on the main game board using the ocgx package (Please see the updated code below).
However, I am still interested in finding a seemless way to allow navigation using ONLY the buttons (no scrolling, arrow keys, spacebar, etc.) so that the question slides are completely "hidden" from the user.
Any guidance or support you can offer would be much appreciated.
\documentclass[hyperref={bookmarksdepth=1}]{beamer}
\usepackage{hyperref}
\usepackage{ocgx}
\newcommand{\home}{\hyperlink{gameboard}{\beamergotobutton{Game Board}}}
\setbeamertemplate{navigation symbols}{} %Removes default navigation symbols
\begin{document}
\section{Game Board}
\begin{frame}[label=gameboard]
\frametitle{\Large Mental Math Competition -- Spring 2013}
\begin{tabular}{ccccc}
Geometry & Wuzzles & Probability & Math Ed. & Algebra\\[2ex]
{\begin{ocg}{g100}{g100}{1}\hyperlink{Geometry100}{\beamerbutton{100}}\end{ocg}}&
{\begin{ocg}{w100}{w100}{1}\hyperlink{Wuzzles100}{\beamerbutton{100}}\end{ocg}}&
{\begin{ocg}{p100}{p100}{1}\hyperlink{Probability100}{\beamerbutton{100}}\end{ocg}}&
{\begin{ocg}{m100}{m100}{1}\hyperlink{MathEd100}{\beamerbutton{100}}\end{ocg}}&
{\begin{ocg}{a100}{a100}{1}\hyperlink{Algebra100}{\beamerbutton{100}}\end{ocg}}\\[2ex]
{\begin{ocg}{g200}{g200}{1}\hyperlink{Geometry200}{\beamerbutton{200}}\end{ocg}}&
{\begin{ocg}{w200}{w200}{1}\hyperlink{Wuzzles200}{\beamerbutton{200}}\end{ocg}}&
{\begin{ocg}{p200}{p200}{1}\hyperlink{Probability200}{\beamerbutton{200}}\end{ocg}}&
{\begin{ocg}{m200}{m200}{1}\hyperlink{MathEd200}{\beamerbutton{200}}\end{ocg}}&
{\begin{ocg}{a200}{a200}{1}\hyperlink{Algebra200}{\beamerbutton{200}}\end{ocg}}\\[2ex]
{\begin{ocg}{g300}{g300}{1}\hyperlink{Geometry300}{\beamerbutton{300}}\end{ocg}}&
{\begin{ocg}{w300}{w300}{1}\hyperlink{Wuzzles300}{\beamerbutton{300}}\end{ocg}}&
{\begin{ocg}{p300}{p300}{1}\hyperlink{Probability300}{\beamerbutton{300}}\end{ocg}}&
{\begin{ocg}{m300}{m300}{1}\hyperlink{MathEd300}{\beamerbutton{300}}\end{ocg}}&
{\begin{ocg}{a300}{a300}{1}\hyperlink{Algebra300}{\beamerbutton{300}}\end{ocg}}\\[2ex]
{\begin{ocg}{g400}{g400}{1}\hyperlink{Geometry400}{\beamerbutton{400}}\end{ocg}}&
{\begin{ocg}{w400}{w400}{1}\hyperlink{Wuzzles400}{\beamerbutton{400}}\end{ocg}}&
{\begin{ocg}{p400}{p400}{1}\hyperlink{Probability400}{\beamerbutton{400}}\end{ocg}}&
{\begin{ocg}{m400}{m400}{1}\hyperlink{MathEd400}{\beamerbutton{400}}\end{ocg}}&
{\begin{ocg}{a400}{a400}{1}\hyperlink{Algebra400}{\beamerbutton{400}}\end{ocg}}\\[2ex]
{\begin{ocg}{g500}{g500}{1}\hyperlink{Geometry500}{\beamerbutton{500}}\end{ocg}}&
{\begin{ocg}{w500}{w500}{1}\hyperlink{Wuzzles500}{\beamerbutton{500}}\end{ocg}}&
{\begin{ocg}{p500}{p500}{1}\hyperlink{Probability500}{\beamerbutton{500}}\end{ocg}}&
{\begin{ocg}{m500}{m500}{1}\hyperlink{MathEd500}{\beamerbutton{500}}\end{ocg}}&
{\begin{ocg}{a500}{a500}{1}\hyperlink{Algebra500}{\beamerbutton{500}}\end{ocg}}\\
\end{tabular}
\end{frame}
\subsection{Geometry}
\begin{frame}[label=Geometry100]{Geometry 100}
...Question(s) or Image(s) Here...
\vfill
\hideocg{g100}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Geometry200]{Geometry 200}
\hideocg{g200}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Geometry300]{Geometry 300}
\hideocg{g300}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Geometry400]{Geometry 400}
\hideocg{g400}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Geometry500]{Geometry 500}
\hideocg{g500}{\beamerbutton{Correct?}}
\home
\end{frame}
\subsection{Wuzzles}
\begin{frame}[label=Wuzzles100]{Wuzzles 100}
\hideocg{w100}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Wuzzles200]{Wuzzles 200}
\hideocg{w200}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Wuzzles300]{Wuzzles 300}
\hideocg{w300}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Wuzzles400]{Wuzzles 400}
\hideocg{w400}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Wuzzles500]{Wuzzles 500}
\hideocg{w500}{\beamerbutton{Correct?}}
\home
\end{frame}
\subsection{Probability}
\begin{frame}[label=Probability100]{Probability 100}
What is the sample space produced when two coins are flipped?
\vfill
\hideocg{p100}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Probability200]{Probability 200}
In the United States, 43\% of people wear a seat belt while driving. If two people are chosen at random, what is the probability that both of them wear a seat belt?
\vfill
\hideocg{p200}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Probability300]{Probability 300}
In a national lottery, five numbers from 1 to 50 and one bonus number from 1 to 40 are chosen randomly. Any tickets matching four of the five numbers and the bonus number win \$250,000. What is the probability that any given player will win the \$250,000 prize?
\vfill
\hideocg{p300}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Probability400]{Probability 400}
In a shipment of 150 televisions, 9 are defective. If someone buys two televisions from that shipment, what is the probability that both are defective?
\vfill
\hideocg{p400}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Probability500]{Probability 500}
A small combination lock on a suitcase has three wheels, each labeled with the ten digits from 0 to 9. If an opening combination is a particular sequence of three digits with no repeats, what is the probability of a person guessing the right combination? (Give the solution as a fraction.)
\vfill
\hideocg{p500}{\beamerbutton{Correct?}}
\home
\end{frame}
\subsection{Math Ed.}
\begin{frame}[label=MathEd100]{Math Ed. 100}
\hideocg{m100}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=MathEd200]{Math Ed. 200}
\hideocg{m200}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=MathEd300]{Math Ed. 300}
\hideocg{m300}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=MathEd400]{Math Ed. 400}
\hideocg{m400}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=MathEd500]{Math Ed. 500}
\hideocg{m500}{\beamerbutton{Correct?}}
\home
\end{frame}
\subsection{Algebra}
\begin{frame}[label=Algebra100]{Algebra 100}
\hideocg{a100}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Algebra200]{Algebra 200}
\hideocg{a200}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Algebra300]{Algebra 300}
\hideocg{a300}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Algebra400]{Algebra 400}
\hideocg{a400}{\beamerbutton{Correct?}}
\home
\end{frame}
\begin{frame}[label=Algebra500]{Algebra 500}
\hideocg{a500}{\beamerbutton{Correct?}}
\home
\end{frame}
\end{document}

bookmarksdepth=1seems to show the game board only (and not the unlying subsections). Do you have any thoughts on how to change the color of the buttons on the game board frame after they have been selected? – MathRulesTheWorld Jan 9 at 22:46ocgxapproach I had in mind, one would need to combine\hyperlinkand\actionsocg. I have tried but I don't know enough about the PDF specification to successfully combine/A << /S/SetOCGState /State [/Toggle \csname OCGpdfobjGeometry100\endcsname] >>and/A<</S/GoTo/D(Geometry1000)>>. – cyberSingularity Jan 10 at 0:53