Njc4ZTJjZGI3NDE0OTQzY2RhOWQ3OGNkMmU3MjQxNDZlZWQxYzEzNmY1ODYzZmY0ZGMwN2JiZjY0OWMwNTJlOQ.msfhnq8s.eyJ1cmwiOiIvcGwvY291cnNlX2luc3RhbmNlLzMvaW5zdGFuY2VfcXVlc3Rpb24vOTcvIiwiYXV0aG5fdXNlcl9pZCI6IjEifQ
Skip to main content Accessibility guide
PrairieLearn Go home
  • QA 101, Sp15
  • Assessments
  • Gradebook
  • HW12
Load from disk
  • Dev User student
    View type
    ✓ Staff view staff ✓ Student view student ✓ Student view without access restrictions student
    Effective user
    Customize…
    Course Requests Settings Log out

Regenerate assessment instance

Warning: Regenerating the assessment instance will select a new set of questions from this assessment. Any progress on the current assessment instance will be lost.

Are you sure you want to regenerate the assessment instance?

Course staff: Regenerate your assessment instance to pick up changes to the assessment or to get a fresh set of questions.

HW12.1. Element pl-order-blocks: Dragging blocks to form the solution of a problem

This pl-order-blocks has become increasingly complex, with many different possible combinations of options. Here we test a bunch of these different configurations.

Drag from here:
  • def my_sum(first, second):
  • return first + second
Construct your solution here:
Drag from here:
  • def my_sum(first, second):
  • return first + second
Construct your solution here:
Drag from here:
  • Assume $A \land B \land C$.
  • Then $A$ is true.
  • Then $C$ is true.
  • Since $A$ and $C$, we know $A \land C$
Construct your solution here:
Drag from here:
  • Assume $A \land B \land C$.
  • Since $A$ and $C$, we know $A \land C$
  • Then $C$ is true.
  • Then $A$ is true.
Construct your solution here:
Drag from here:
  • def my_sum(first, second):
  • return sum
  • sum + first
  • sum + second
  • sum += first
  • sum += second
  • sum = 0
Construct your solution here:
Drag from here:
  • 4
  • 10
  • 2
  • 11
  • 9
  • 7
  • 6
  • 5
  • 8
  • 3
  • 1
Construct your solution here:
Drag from here:
  • A
  • AA
  • B
  • C
  • D
Construct your solution here:
Drag from here:
  • first
  • second
Construct your solution here:
Drag from here:
  • all or nothing first
  • all or nothing second
  • all or nothing third
Construct your solution here:
Drag from here:
  • first
  • second
  • third
Construct your solution here:
Drag from here:
  • Let $a, b, c$ be arbitrary positive integers.
  • Assume that $a|b$ and $b|c.$
  • We can see that $c = b\cdot q_2 = (a\cdot q_1)\cdot q_2 = a \cdot (q_1\cdot q_2).$
  • By definition, there exists $q_1$ such that $b=a\cdot q_1$ and there exists $q_2$ such that $c = b\cdot q_2.$
  • By definition $a|c.$
Construct your solution here:
Drag from here:
  • Some correct block before the distractor group
  • Distractor 1
  • Distractor 2
  • Correct code
Construct your solution here:
Drag from here:
  • Some correct block before the distractor group
  • Correct code
  • Distractor 1
  • Distractor 2
Construct your solution here:
Drag from here:
  • Some correct block before the distractor group
  • Some correct block after the distractor group
  • Some correct block between the distractor group
  • Distractor 1 for correct code 2
  • Distractor 2 for correct code 2
  • Correct code 2
  • Correct code 1
  • Distractor 1 for correct code 1
  • Distractor 2 for correct code 1
Construct your solution here:
Drag from here:
  • $2^n = 2 \cdot 2^{n-1}$
  • Let $n$ be an arbitrary integer.
  • $n=1: 2^1 \gt 1$
  • Assume $2^k \gt k$ for some integer $1 \leq k \lt n$
  • $2^n \gt 2(n-1)$ by IH
  • Since $2(n-1) \gt 2n-n$, then $2^n \gt n$
Construct your solution here:
  • Base Case
  • Induction Hypothesis
  • Inductive Step
Additional attempts available with new variants

Correct answer

Copy question

This question can be copied to any course for which you have editor permissions. Select one of your courses to copy this question.

Homework 12

Assessment overview
Total points: 0/12
Score:
0%

Question HW12.1

Value: 2
All variants: Open (current)
Total points: — /6
Auto-graded question

This form is only for reporting errors in the question itself. Do not use this form if you just don't know how to answer the question.

Next question

 Personal Notes

No attached notes

Attached files will be saved here for your reference. These files act as personal notes and can be used for your own review purposes. They are not used for grading.

Max file size: 10 MB

Attached personal notes will be saved here for your reference. These notes can be used for your own review purposes. They are not used for grading.

Staff information

Student details

Dev User
dev@example.com

Question

QID:
orderBlocks
Title:
Element pl-order-blocks: Dragging blocks to form the solution of a problem

Variant

Started at:
2026-08-04 16:38:18 (CDT)
Duration:
0s
Show/Hide answer
{
  "test1": [
    {
      "tag": "fe8f16e2-595a-4a26-9488-d31406b90343",
      "uuid": "e09e2eb3-ef6f-42c3-b33c-224ad1e7d1c4",
      "final": false,
      "index": 0,
      "indent": 0,
      "depends": [],
      "ranking": 1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "def my_sum(first, second):",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "faf089b5-d066-4b3c-8151-6a6cd0abe256",
      "uuid": "b44a5a28-ab7c-4a54-b000-17f09bb83bcd",
      "final": false,
      "index": 1,
      "indent": 1,
      "depends": [],
      "ranking": 2,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "return first + second",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test2": [
    {
      "tag": "c33ec778-0e5f-4b54-a9c0-7477500df56a",
      "uuid": "f7647f87-76fb-44c0-854e-63649ba861a9",
      "final": false,
      "index": 0,
      "indent": 0,
      "depends": [],
      "ranking": 1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "def my_sum(first, second):",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "f940d635-ef3a-4bf2-af0c-d2238deca91a",
      "uuid": "b294c2e5-ef8b-4ca1-a79c-51089cfc215f",
      "final": false,
      "index": 1,
      "indent": 1,
      "depends": [],
      "ranking": 2,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "return first + second",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test3": [
    {
      "tag": "1",
      "uuid": "c5af3ad2-a2d1-4ba1-80ec-eec7fea5d153",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Assume $A \\land B \\land C$.",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "2",
      "uuid": "d05619e3-a154-4168-9769-2cd9cbe8493d",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [
        "1"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Then $A$ is true. ",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "3",
      "uuid": "cf2b0c22-09d5-4fa2-a7ac-f75ab0b21a8b",
      "final": false,
      "index": 2,
      "indent": null,
      "depends": [
        "1"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Then $C$ is true. ",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "4",
      "uuid": "fe9f25b0-5fe5-4bff-b6ea-efb18c75b762",
      "final": false,
      "index": 3,
      "indent": null,
      "depends": [
        "2",
        "3"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Since $A$ and $C$, we know $A \\land C$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test4": [
    {
      "tag": "1",
      "uuid": "b3c4b981-6a68-424e-94ec-6215607980e7",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Assume $A \\land B \\land C$.",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "2",
      "uuid": "cbc77dd7-71ee-42df-8c0b-51856ee579f9",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [
        "1"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Then $A$ is true. ",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "3",
      "uuid": "a2e54acf-dc11-4ad7-b607-d90a13acb7ba",
      "final": false,
      "index": 2,
      "indent": null,
      "depends": [
        "1"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Then $C$ is true. ",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "4",
      "uuid": "bbaad128-bc23-4465-ad00-8335ab82ebb0",
      "final": false,
      "index": 3,
      "indent": null,
      "depends": [
        "2",
        "3"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " Since $A$ and $C$, we know $A \\land C$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "hw3_q1_c": [
    {
      "tag": "1",
      "uuid": "d0fc3814-2c1d-465d-865b-2118b447a3ae",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Let $a, b, c$ be arbitrary positive integers.",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "2",
      "uuid": "d65c8f11-47e6-4ddd-877a-e8c529f903e9",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [
        "1"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Assume that $a|b$ and $b|c.$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": "This step should come after introducing the variables and before applying the definition of divisibility.",
      "distractor_feedback": null
    },
    {
      "tag": "3",
      "uuid": "fdfd7491-ac54-4c7a-b11c-c0d68222f521",
      "final": false,
      "index": 2,
      "indent": null,
      "depends": [
        "2"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "By definition, there exists $q_1$ such that $b=a\\cdot q_1$ and there exists $q_2$ such that $c = b\\cdot q_2.$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "4",
      "uuid": "c6c74f35-41d8-41c5-bfd8-d28e4ebdbc5a",
      "final": false,
      "index": 3,
      "indent": null,
      "depends": [
        "3"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "We can see that $c = b\\cdot q_2 = (a\\cdot q_1)\\cdot q_2 = a \\cdot (q_1\\cdot q_2).$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "5",
      "uuid": "e7c33b4d-7f79-42e8-b7eb-afab03ec135b",
      "final": false,
      "index": 4,
      "indent": null,
      "depends": [
        "4"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "By definition $a|c.$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "pre_dragged": [
    {
      "tag": "1",
      "uuid": "b3b1feec-0f79-44c3-8f5b-5737bbd24f48",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Base Case",
      "distractor_for": null,
      "initially_placed": true,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "2",
      "uuid": "deb35c14-d6c3-45e5-a9a7-e8cd73afa9a1",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [
        "1"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "$n=1: 2^1 \\gt 1$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "3",
      "uuid": "fc01491a-0ebc-4eb3-9cba-1c81155901ca",
      "final": false,
      "index": 2,
      "indent": null,
      "depends": [
        "2"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Induction Hypothesis",
      "distractor_for": null,
      "initially_placed": true,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "4",
      "uuid": "d4364d4c-b0f1-47b1-84ca-2f28460a3c87",
      "final": false,
      "index": 3,
      "indent": null,
      "depends": [
        "3"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Assume $2^k \\gt k$ for some integer $1 \\leq k \\lt n$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "5",
      "uuid": "bc832cdf-214f-463e-b52c-6ad4859293e5",
      "final": false,
      "index": 4,
      "indent": null,
      "depends": [
        "4"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Inductive Step",
      "distractor_for": null,
      "initially_placed": true,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "6",
      "uuid": "ae7eb8e9-541d-4fdf-9c9f-d85329e25e91",
      "final": false,
      "index": 5,
      "indent": null,
      "depends": [
        "5"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Let $n$ be an arbitrary integer.",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "7",
      "uuid": "fe7134bc-7c97-428b-a19a-161079ab0ce5",
      "final": false,
      "index": 6,
      "indent": null,
      "depends": [
        "6"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "$2^n = 2 \\cdot 2^{n-1}$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "8",
      "uuid": "cd564e7a-45a9-4daf-b3f3-55958406e174",
      "final": false,
      "index": 7,
      "indent": null,
      "depends": [
        "7"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "$2^n \\gt 2(n-1)$  by IH",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "9",
      "uuid": "cdd0d0e4-ef66-49e8-8457-c8b81e6f375c",
      "final": false,
      "index": 8,
      "indent": null,
      "depends": [
        "8"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Since $2(n-1) \\gt 2n-n$, then $2^n \\gt n$",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test-solving-1": [
    {
      "tag": "f7768589-a997-4af8-980b-831b7bf526d1",
      "uuid": "f5cb2880-ddd3-42e5-8a86-553062cddc5b",
      "final": false,
      "index": 4,
      "indent": 0,
      "depends": [],
      "ranking": 1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "def my_sum(first, second):",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "c3571b42-ebc3-49e4-8fc3-a79d5acdc20c",
      "uuid": "e0a2e875-0e28-4ba7-876d-e03990c53c72",
      "final": false,
      "index": 2,
      "indent": 1,
      "depends": [],
      "ranking": 2,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "sum = 0",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "e4a47fb3-4754-409d-9658-83a98fc35dff",
      "uuid": "d205b498-21a0-44ba-8d6e-f2e94d6b9db5",
      "final": false,
      "index": 1,
      "indent": 1,
      "depends": [],
      "ranking": 3,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "sum += second",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "e1d6c53e-1120-404f-8580-b9f860f45623",
      "uuid": "daf15ad6-db7e-48a5-988f-60b33454d758",
      "final": false,
      "index": 3,
      "indent": 1,
      "depends": [],
      "ranking": 3,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "sum += first",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "d2cc06d3-e858-4ed9-b683-a9607dc7f380",
      "uuid": "af659900-d563-47d2-9536-20453a30e4d5",
      "final": false,
      "index": 0,
      "indent": 1,
      "depends": [],
      "ranking": 4,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "return sum",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test-solving-2": [
    {
      "tag": "1",
      "uuid": "d71c9f56-5678-491c-8d17-4a26919fcd0c",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": " 1",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "4",
      "uuid": "df6bd7c4-5df2-4f8d-9b8c-9d01336b1043",
      "final": false,
      "index": 3,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": "g1",
        "depends": [
          "1"
        ]
      },
      "inner_html": "4 ",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "2",
      "uuid": "ff23f910-1e52-427f-9b6d-f13e20fe1d2a",
      "final": false,
      "index": 5,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": "g1",
        "depends": [
          "1"
        ]
      },
      "inner_html": " 2",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "3",
      "uuid": "c729b592-a394-461e-8628-b0df30a9425b",
      "final": false,
      "index": 4,
      "indent": null,
      "depends": [
        "2"
      ],
      "ranking": -1,
      "group_info": {
        "tag": "g1",
        "depends": [
          "1"
        ]
      },
      "inner_html": " 3",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "5",
      "uuid": "eef1250d-3d24-46ac-a411-f060823f6238",
      "final": false,
      "index": 2,
      "indent": null,
      "depends": [
        "3",
        "4"
      ],
      "ranking": -1,
      "group_info": {
        "tag": "g1",
        "depends": [
          "1"
        ]
      },
      "inner_html": " 5",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "6",
      "uuid": "f33a5da9-6c4e-4075-932c-c2a73824c543",
      "final": false,
      "index": 6,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": "g2",
        "depends": [
          "1"
        ]
      },
      "inner_html": " 6",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "8",
      "uuid": "a6538f18-c7f4-4fa9-ad5d-a2f6760ff3ac",
      "final": false,
      "index": 8,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": "g2",
        "depends": [
          "1"
        ]
      },
      "inner_html": " 8",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "7",
      "uuid": "f12513d9-062f-4aee-857e-e50cbd760f2a",
      "final": false,
      "index": 7,
      "indent": null,
      "depends": [
        "8"
      ],
      "ranking": -1,
      "group_info": {
        "tag": "g2",
        "depends": [
          "1"
        ]
      },
      "inner_html": " 7",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "9",
      "uuid": "f10fc745-ec8e-43bc-9299-6b08b74a86d9",
      "final": false,
      "index": 9,
      "indent": null,
      "depends": [
        "7"
      ],
      "ranking": -1,
      "group_info": {
        "tag": "g2",
        "depends": [
          "1"
        ]
      },
      "inner_html": " 9",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "10",
      "uuid": "e58211fe-a5a1-44be-b7e1-2129d4fdb1ee",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": "g3",
        "depends": [
          "1",
          "g2"
        ]
      },
      "inner_html": "10",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "11",
      "uuid": "b3a080fe-ca51-4554-8413-19839552dde8",
      "final": false,
      "index": 10,
      "indent": null,
      "depends": [
        "g1",
        "g2",
        "g3"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "11",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test-duplicate-tags": [
    {
      "tag": "1",
      "uuid": "c7618db9-4caa-49a3-abfa-9b3b4360d0d9",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "A",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "2",
      "uuid": "c4c8a5e8-2637-40c3-b056-be272766fa40",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [
        "1"
      ],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "AA",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test-not-grading-indent": [
    {
      "tag": "d6383f8c-547c-467a-a036-163ae0dec925",
      "uuid": "df97c8c1-f65b-47f5-973b-d09b9182b56f",
      "final": false,
      "index": 0,
      "indent": -1,
      "depends": [],
      "ranking": 1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "first",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "f4d8c6ec-1de2-4d83-8cf4-b48805e5f0db",
      "uuid": "d56e4e8e-7ab4-4f52-b693-ecd6c64c8e57",
      "final": false,
      "index": 1,
      "indent": -1,
      "depends": [],
      "ranking": 2,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "second",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "randomize-distractors-when-ordered": [
    {
      "tag": "correct-block-no-distractors",
      "uuid": "fceae497-cc62-44d7-91b9-663c4d3167d2",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Some correct block before the distractor group",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "correct-block",
      "uuid": "c56be2d6-65a6-4213-bf2a-69247fa274c5",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Correct code",
      "distractor_bin": "f147df25-6299-469f-85c3-bcd21f5b716b",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "randomize-distractors-when-ordered-2": [
    {
      "tag": "correct-block-no-distractors",
      "uuid": "ebf40dd4-5cef-46d6-b22d-b9eec1fe3422",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Some correct block before the distractor group",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "correct-block",
      "uuid": "ded1105e-f36d-4321-833b-a9f1499570f8",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Correct code",
      "distractor_bin": "f8295857-32de-42a5-9858-257f37f8e90d",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "randomize-distractors-when-ordered-3": [
    {
      "tag": "correct-block-no-distractors",
      "uuid": "a1f5d6e2-db0a-4a3f-9e0e-d0e28fb14b4b",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Some correct block before the distractor group",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "correct-block1",
      "uuid": "d3ff0d36-ccf3-4b79-89f7-641a9e8f7daf",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Correct code 1",
      "distractor_bin": "fb8aa8bc-21db-4e36-9fbc-97c0bdb72353",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "correct-block-no-distractors2",
      "uuid": "d5107a0a-d441-46b4-bbac-b7660c53918f",
      "final": false,
      "index": 4,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Some correct block between the distractor group",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "correct-block2",
      "uuid": "ed7b870c-ad77-419e-be33-1802348c02cd",
      "final": false,
      "index": 5,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Correct code 2",
      "distractor_bin": "df79a03a-fa05-463d-96b4-6fb1daa851ac",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "correct-block-no-distractors3",
      "uuid": "a3b5d64e-007a-4b1e-8c4d-558c596a64d4",
      "final": false,
      "index": 8,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "Some correct block after the distractor group",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test-ordered-grading-method-all-or-nothing": [
    {
      "tag": "d4d5646d-21a9-4b96-90c1-05725989c717",
      "uuid": "e27a4ab5-768a-4f16-acf7-24139a22e392",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "all or nothing first",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "a2249fac-7b55-456c-971c-f3d9050150c8",
      "uuid": "f92244bf-2659-44da-bae8-ee4df9738941",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "all or nothing second",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "af406697-3c1f-4622-866f-b8ad9ba3b12e",
      "uuid": "e6dd9ece-fb04-4064-beda-c815c2c56fe2",
      "final": false,
      "index": 2,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "all or nothing third",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ],
  "test-ordered-grading-method-partial-credit": [
    {
      "tag": "b1b31331-400d-45f1-a391-f5294da4b136",
      "uuid": "fe683cf8-f7d5-4fe9-824a-1ff0cf663185",
      "final": false,
      "index": 0,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "first",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "e23d0aae-19b8-41db-80e3-a1851fd90c6a",
      "uuid": "c20698e4-3320-442f-8eae-5a1170cb5a73",
      "final": false,
      "index": 1,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "second",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    },
    {
      "tag": "a340080c-252d-422b-b2af-d1d26080f8c0",
      "uuid": "cd7a9b75-2fa8-497e-9495-ea76af3e0fe4",
      "final": false,
      "index": 2,
      "indent": null,
      "depends": [],
      "ranking": -1,
      "group_info": {
        "tag": null,
        "depends": null
      },
      "inner_html": "third",
      "distractor_for": null,
      "initially_placed": false,
      "ordering_feedback": null,
      "distractor_feedback": null
    }
  ]
}

Assessment instance

Assessment:
hw12-sharing
Started at:
2026-08-04 16:37:14 (CDT)
Duration:
0s
View log
This box is not visible to students.