1️⃣ When to use score cards? If you have quiz questions in your mini-course and you want to show user's performance upon completion, you can use score cards. 🎯
For example, if you need to bring up a message like "You answered 3 out of 5 questions correctly." as the final card, this is for you!
2️⃣ How to create and edit score cards? Watch the video below for detailed information!
Is it possible to customize score cards? The answer is yes! You can change the message and add images/videos/PDFs/iframe HTML codes just as you do in a typical content card. Watch the video tutorial below!
Do you need a different formula to calculate the score? It is possible.
3️⃣ How to create your own formula in a score card? To customize your score calculation formula, you can use the following variables in the editor.
{{Correct_Answers}}: Returns the number of correct answers.
{{Wrong_Answers}}: Returns the number of wrong answers.
{{Quiz_Questions}}: Returns the number of answerable questions.
{{Card_Count}}: Returns the number of all cards.
{{Total}}: Correct_Answers + Survey_Answers + Info_View
📚 For Math Calculations: You can create your own formula with variables in square brackets.
For example, an accuracy ratio calculation:
[[{{Correct_Answers}} / {{Quiz_Questions}}] * 100]%
-----
Was this helpful? Please let us know if there is anything unclear for you so that we can improve this tutorial. 🧑💻
(By the way, this page is prepared with Mini Course Generator itself! Together with many other use cases, Mini Course Generator is the perfect tool to prepare help center articles and also get feedback from your customers directly from your article and hence optimize your content accordingly.)