quiz
Here are 1,111 public repositories matching this topic...
-
Updated
Nov 24, 2019 - Dart
-
Updated
Jun 22, 2020 - Java
Sometimes the output percentages of flows in gradebook are not the actual percentages, when the grading rule set credit_percentage other than 100, for the purpose, e.g., to encourage in-time submission of assignment. However, there are cases we need to know the actual percentages (actual correctness if neglecting credit_percentage).
Unfortuately, the credit_percentage is only used [here](
-
Updated
Apr 21, 2020 - PHP
-
Updated
Jun 27, 2020 - JavaScript
You might want to award marks only if the student ticks exactly the right set of choices, and give 0 marks for any other selection.
I've made an example with a custom marking algorithm.
-
Updated
Dec 29, 2019 - Jupyter Notebook
-
Updated
Jun 20, 2020 - Python
-
Updated
Jul 10, 2016 - Python
Under User email settings, if I enable both "User email-address" and "Custom fields" (for the purpose of sending to an address that the user inputs at the end of the quiz) It only ends up sending to the "User email-address" however if I ONLY check "Custom field" (for the eventual email) it sends to that custom field.
Only sends to User email-address. Does not send to "custom field" emai
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jun 1, 2019 - Dart
-
Updated
May 15, 2020 - JavaScript
Title: Javascript error detected by QSM Plugin
Message: Uncaught SyntaxError: Failed to execute 'querySelectorAll' on 'Document': The provided selector is empty.
Filename: https://www.bebekce.gen.tr/quiz/gap-filling-15/:1677:99
Stack: Error: Failed to execute 'querySelectorAll' on 'Document': The provided selector is empty.
at ai_insert (https://www.bebekce.gen.tr/quiz/gap-filling-15/:1677
-
Updated
Dec 3, 2019 - Python
-
Updated
May 19, 2020 - JavaScript
-
Updated
May 24, 2020 - R
-
Updated
Mar 29, 2019 - JavaScript
I noticed on the multiple selection you can continue to click on answers when you got the previous answer incorrect.
This probably isnt a bug but it would be much better if you coundnt continue to select an answer after they got one incorrect. It makes things too easy.
This would be a big feature improvement for multiple answers.
-
Updated
Jun 8, 2020 - Apex
Improve this page
Add a description, image, and links to the quiz topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quiz topic, visit your repo's landing page and select "manage topics."


Documentation examples for jquery doesn't apply to typescript usage because the typescript typings survey.jquery.d.ts don't extend jquery to provide required methods.
$("#surveyContainer").Survey(...Some typescript usage examples would be helpful for developers using typescript instead of javascript.