Greetings again experts.
I am having problem wrapping my head around this problem.
If you run the query embedded in code below, it shows Total Questions (TotalQuestions) asked, Total Correct (TotalCorrect2) and percentage correct (PercentCorrect2).
We have students who take lessons in small bits.
After each lesson, they are given quizzes, a total of 30 questions.
To pass through each segment of the lessons, a student must score at least 80% correct.
The code below is calculating Total questions, total correct and percentage correct.
Here is where I am hoping for your assistance.
If a student answers all 30 questions AND gets 80% or more of the questions correct, a certificate is exposed to the student so s/he can print his her certificate.
If both criteria is not met, the certificate stays hidden from the student.
I am having difficulty with the IF portion of this task.
For instance, ...
Go to the complete details ...