Functions to return total questions, score, and %

jaystarkey
jaystarkey
  • jaystarkey
  • 11 months ago
Would it be possible to get some kind of reusable functions to call score related things that looks something like the following:


$quiz = new objQuiz($quizId);
$numberCorrect = $quiz->score;
$totalQuestions = $quiz->countQuestions;
$percentCorrect = $quiz->percentage;


Thanks!

Access to viewing replies is restricted.
Showing 7 of 7 replies
You do not have permissions for replying to this topic.
Loading...
Confirm delete? This action is irreversible and the data will be deleted permanently. Do you want to continue? Confirm Add New Delete Unpublish Cancel Import Uninstall The selected item successfully deleted.
Shondalai