blob: 6f3c7fd5a48e6319b6a6d3fca8b913f908a92bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% EXERCISE QUESTION BUTTON 7: MOVES FROM INDEX TO QUESTION 7
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 100 30
%%EndProlog
[
/T (Exercise_Question_Button1) % title: goes to exercise question 1
/Rect [0 0 100 30]
/Subtype /Widget
/F 4 % printable field
/FT /Btn % field choice type: button
/Ff 65540 % special flag signals button
/H /P %
/AP << /N {ExerQues_Up} /D {ExerQues_Down} >> % *no* words appears in button
/A {exerques_def7} % pdfmark OBJ with exercise question location 1 included
/ANN pdfmark
%%EOF
|