blob: c194674470a9002f1238fa0cd40312c27ca8bcf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% INDEX BUTTON: RETURNS USER TO INDEX PAGE OF EXERCISE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 90 30
%%EndProlog
[
/T (Index_Button) % title: Index_Button; sends question taker to index of exercise
/Rect [0 0 90 30]
/Subtype /Widget
/F 4 % printable field
/FT /Btn % field choice type: button
/Ff 65540 % special flag signals button
/H /P % button depresses momentarily
/AP << /N {Index_Up} /D {Index_Down} >> % "Index" appears in button, whether up or down
/A {ndex_def} % pdfmark OBJ with index location [1] included
/ANN pdfmark
%%EOF
|