Dockingjudge docs

Quiz tasks

How to create a quiz task

  1. Press a button for adding a quiz task in Settings
  2. Write a name and a statement
  3. Write a checker declaration
  4. Determine, how many points will user score for submitting a correct answer

Example data

  • Name: Math test 1
  • Statemtent:
    What's $2 + 2 * 2$?
    
  • Checker:
    {
      "args": {
        "pattern": "6"
      },
      "type": "text"
    }
    
  • Points: 100

Learn more:

search