This is practically the first time I am asking a software related question here since my first day (sometime in 2005). I hope I find some resolution!
I am looking to create self-validating PDF quizzes. The quizzes will be composed of fill-in-the blank and multiple choice questions.
Once the test takers fill the blanks and choose the options, they should be able to hit submit, after which they must know which answers are correct and which are incorrect. (A version where the correct answers could be displayed would also be good to have - so I can create both types of quizzes)
If they could have a score at the end, it would be great. However, this is not obligatory.
I know that we can add a JS that will validate a form field, but my efforts at validating them are not working. I know I have to validate each form field separately, but if someone could help me figure out how to do this, I will be really grateful.
I already have a sample fillable adobe quiz ready, if someone can play around with it, I can make a smaller version of the same with fewer questions (a couple of gap fill and a couple of MCQs) - if someone can help me with adding the script, I will check if I would be able to play around with it and use it for other forms/quizzes too!
I am looking to create self-validating PDF quizzes. The quizzes will be composed of fill-in-the blank and multiple choice questions.
Once the test takers fill the blanks and choose the options, they should be able to hit submit, after which they must know which answers are correct and which are incorrect. (A version where the correct answers could be displayed would also be good to have - so I can create both types of quizzes)
If they could have a score at the end, it would be great. However, this is not obligatory.
I know that we can add a JS that will validate a form field, but my efforts at validating them are not working. I know I have to validate each form field separately, but if someone could help me figure out how to do this, I will be really grateful.
I already have a sample fillable adobe quiz ready, if someone can play around with it, I can make a smaller version of the same with fewer questions (a couple of gap fill and a couple of MCQs) - if someone can help me with adding the script, I will check if I would be able to play around with it and use it for other forms/quizzes too!