"question": "Drag the correct block of code to complete the loop that prints numbers 0 to 4.", "code": "for i in range(5):\n ___", ...
"question": "Drag and drop the parts to form a basic if statement in Python.", "instruction": "Arrange the components in the correct order to create a valid if ...