summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interactiveworkbook/epsfiles/wrongcheckcorrect.eps
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/interactiveworkbook/epsfiles/wrongcheckcorrect.eps
Initial commit
Diffstat (limited to 'macros/latex/contrib/interactiveworkbook/epsfiles/wrongcheckcorrect.eps')
-rw-r--r--macros/latex/contrib/interactiveworkbook/epsfiles/wrongcheckcorrect.eps39
1 files changed, 39 insertions, 0 deletions
diff --git a/macros/latex/contrib/interactiveworkbook/epsfiles/wrongcheckcorrect.eps b/macros/latex/contrib/interactiveworkbook/epsfiles/wrongcheckcorrect.eps
new file mode 100644
index 0000000000..b4cabff954
--- /dev/null
+++ b/macros/latex/contrib/interactiveworkbook/epsfiles/wrongcheckcorrect.eps
@@ -0,0 +1,39 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% CORRECT ANSWERS CHECKED OFF IN CHECK BOXES
+% WHEN ON INCORRECT (WRONG) RESPONSE PAGE
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 90 30
+%%EndProlog
+
+[
+ /T (Wrong_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 \( "pagethreecheck"+theCount != undefined \)
+ showRightAnswer\("pagethreecheck"+theCount, "checkanswer"+theCount\);
+ }
+ )
+ >>
+/ANN pdfmark
+%%EOF