blob: 5692ee0ec47103c536a4a8883ea80b46934a7761 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% EXERCISE QUESTION BUTTON 6: MOVES FROM INDEX TO QUESTION 6
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!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_def6} % pdfmark OBJ with exercise question location 1 included
/ANN pdfmark
%%EOF
|