Skip to main content
Participating Frequently
June 13, 2016
Answered

Multiple Project Quizzes with Overall Score at the End

  • June 13, 2016
  • 1 reply
  • 358 views

Hi,

I have a project made up of linked projects which represent a quiz module. Each quiz module is graded. At the end of all the projects, I want a page that shows all the scores from the individual linked projects as well as the overall score.

Any thoughts?

This topic has been closed for replies.
Correct answer Lilybiri

You will have to store the quiz results of each project in user variables. To transfer the value of those variables to the 'mother' project you'll need to use Local Storage, with JavaScript or for HTML output only use the CpExtra widget developed by InfoSemantics:

Introduction to CpExtra | Infosemantics Pty Ltd

1 reply

Lilybiri
LilybiriCorrect answer
Legend
June 13, 2016

You will have to store the quiz results of each project in user variables. To transfer the value of those variables to the 'mother' project you'll need to use Local Storage, with JavaScript or for HTML output only use the CpExtra widget developed by InfoSemantics:

Introduction to CpExtra | Infosemantics Pty Ltd

Participating Frequently
June 14, 2016

Thank you for your time. I appreciate this very helpful information!

Holly