Simple box with a button to hold and hide an answer. The button reveals the answer and may be labelled by the author.
none
A hiddenAnswer
container div is created with a button carrying the label. All html within the container is hidden until the button is pressed. The button's a toggle so pressing it a second time hides the answer again.
Even TM containers may be put in the container. The container is in the flow when hidden so shows at full side. Notes printed using the print button to generate a separate printing window will reflect the state of the hiddenAnswer containers on the original page.
constantClient
, an anxiousClient
, an independentClient
and a confusedClient
. int
count;
double
slope;
orfloat slope;
char
answer;
float
speed;
ordouble speed;
const float
N = 6.022e23;
orconst double N = 6.022e23;