summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interactiveworkbook/epsfiles/rightcheckcorrect.eps
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/interactiveworkbook/epsfiles/rightcheckcorrect.eps')
-rw-r--r--macros/latex/contrib/interactiveworkbook/epsfiles/rightcheckcorrect.eps39
1 files changed, 39 insertions, 0 deletions
diff --git a/macros/latex/contrib/interactiveworkbook/epsfiles/rightcheckcorrect.eps b/macros/latex/contrib/interactiveworkbook/epsfiles/rightcheckcorrect.eps
new file mode 100644
index 0000000000..53db7e02b1
--- /dev/null
+++ b/macros/latex/contrib/interactiveworkbook/epsfiles/rightcheckcorrect.eps
@@ -0,0 +1,39 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% CORRECT ANSWERS CHECKED OFF IN CHECK BOXES
+% WHEN ON CORRECT (RIGHT) RESPONSE PAGE
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 90 30
+%%EndProlog
+
+[
+ /T (Right_Check_Correct_Button)
+ /Rect [0 0 90 30]
+ /Subtype /Widget
+ /F 4
+ /FT /Btn
+ /Ff 65540
+ /H /P
+ /AP << /N {Answer_Up} /D {Answer_Down} >>
+ /Action <<
+ /Subtype /JavaScript
+ /JS(
+ var undefined;
+ function showRightAnswer\(inAnswerName, inCorrectName\) {
+ var theAnswerField = this.getField\(inAnswerName\);
+ var theCorrectField = this.getField\(inCorrectName\);
+ if \( theAnswerField != undefined \) {
+ theAnswerField.value = theCorrectField.value;
+ }
+ }
+
+ for \(theCount = 1; theCount < 6; theCount++\) {
+ if \( "pagetwocheck"+theCount != undefined \)
+ showRightAnswer\("pagetwocheck"+theCount, "checkanswer"+theCount\);
+ }
+ )
+ >>
+/ANN pdfmark
+%%EOF