Printable Version of Topic
Click here to view this topic in its original format
Main > ExamView Question Bank Exchange > Dynamic Answers


Posted by: bobf Aug 20 2008, 08:54 PM
ExamView has a reserved variable name called "answer". For multiple choice questions, you can dynamically change the value of "answer" to "A", "B", "C", "D", etc. in order to change the answer to the question.

I've attached a bank that shows how to combine a sorted list with the "answer" in response to a question from May 1st posted in the ExamView Dynamic Content and Algorithms section of the forum.

Posted by: DroopyPawn Sep 5 2009, 10:54 AM
Knowing about this several years ago sure would have made some of my programming easier.

Posted by: yu1522 Oct 10 2009, 03:24 PM
Can you tell me what the condition (n1 % 2) + (n2 % 2) + (n3 % 2) + (n4 % 2) = 1

means?? Specifically, I don't know what the % means.

Posted by: McGarrett Dec 28 2009, 03:47 PM
% means modulus, remainder after division.
35 % 4 is the same as 35 MOD 4.

© FSCreations, Inc. (http://www.fscreations.com)