Newbies green51 Posted May 6, 2013 Newbies Posted May 6, 2013 I have forty questions each field in the table represent one multi choice question (a, b or c). once the user enters their response it would changes to RED if incorrect and BLACK if correct. The code below will do that (1)event.rc= true; if (event.value != "a") { event.target.textColor = color.red; } else {event.target.textColor = color.black;} I need assistance for calculating the totals of correct and incorrect responses. Bernard This forum is ONLY for site operations - NOT for asking questions about FileMaker Please clear this text and leave comments & feedback here. For all other support requests please choose a forum that best applies to your post. - Thank You.
Lee Smith Posted May 6, 2013 Posted May 6, 2013 (edited) Hi Bernard, and welcome to the FM Forums, We don't have a way to move every question that is asked. So finding the proper topic area of where to post your question, is your responsibility. The best way to do this is to take the time to familiarize yourself with the different topic areas by reading their descriptions, and reading some of the questions that have been asked previously in them. In fact, you should do a search for your keywords prior to posting to ensure that your need hasn't already been asked and answered. Often, a question can fit into more than one topic area, i.e. your question might have been posted to Calculation, Script, Conditional Formatting, Script Triggers, etc. depending on what you felt was your question. I choose the Calculation Topic because you used Calculation in your subject. As a member, you need to choose a topic that fits the sprit of your question and post your question to it. I can always move it if you miss it too badly. Please note that we do have several special topic areas that are restricted, but by reading the descriptions, you should be able to identify them. If you have any questions about this action, please contact me by Private Message. Lee p.s. Please update your profile to show what version of FileMaker you are using. Here a quick link for your convenience. MY PROFILE Edited May 6, 2013 by Lee Smith added some information
Recommended Posts
This topic is 4276 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now