blob: b42e0d213479ae11e371730402e96749de478f03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% PREVIOUS BUTTON: MOVES FROM QUESTION PAGE OF ONE EXERCISE
% TO QUESTION PAGE OF PREVIOUS EXERCISE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 90 30
%%EndProlog
[
/T (Previous_Button) % title: Previous_Button
/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 {Prev_Up} /D {Prev_Down} >> % word "Previous" appears in button
/A {prev_def} % pdfmark OBJ with previous exercise location [1] included
/ANN pdfmark
%%EOF
|