What this quiz covers
This quiz focuses on Use Selection Modes And Transform Tools Move Rotate Scale With Gizmos And Hotkeys, giving you a quick way to practice the rules, question types, and explanations that matter most for Blender.
The Move gizmo is visible on a selected object. You must reposition the object freely in the XY plane while preventing any change along Z.
Which interaction accomplishes this directly with the Move gizmo?
Shift to exclude that axis.Blender Quiz
Practice Use Selection Modes And Transform Tools Move Rotate Scale With Gizmos And Hotkeys in Blender with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Use Selection Modes And Transform Tools Move Rotate Scale With Gizmos And Hotkeys, giving you a quick way to practice the rules, question types, and explanations that matter most for Blender.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
The Move gizmo is visible on a selected object. You must reposition the object freely in the XY plane while preventing any change along Z.
Which interaction accomplishes this directly with the Move gizmo?
Shift to exclude that axis.Shift while clicking a single axis arrow actually excludes that axis and moves along the other two, but this is accessed through keyboard shortcuts (Shift+G, Z), not by dragging the Z gizmo arrow itself in the way described.
As a study tip, remember that planar handles exist for all three axis pairs on the Move gizmo (XY, XZ, YZ) — memorizing their positions saves time and prevents the common trap of reaching for multi-step workarounds.In Edit Mode with Vertex Select active, a solid mesh is viewed from the front. A box selection must include both visible front vertices and vertices hidden directly behind them.
Which sequence most reliably selects all vertices inside the screen-space box?
Alt+Z, then use B and drag the selection box. (correct answer)B and drag across the visible surface.C to paint a circular brush over the area.B and drag the selection box over the mesh.Alt+Z is the key step. Once active, Blender's box selection (B) penetrates the mesh and captures every vertex within the screen-space rectangle, including those sitting behind visible geometry. This is exactly what the scenario demands — selecting both front and back vertices simultaneously. Option A is correct because it combines the right display mode with the right selection tool.
Option B fails because remaining in solid display restricts box selection to only surface-visible vertices. Vertices directly behind the front face are completely ignored, leaving your selection incomplete. Option C introduces two problems: wireframe shading alone won't guarantee through-selection in all Blender versions the same way X-Ray does, and the circle brush (C) is harder to control precisely for a defined rectangular region — it's a different tool for a different workflow. Option D is a common trap. Disabling overlays hides visual helpers like edge highlights and face dots, but it does not enable X-Ray selection behavior. You'd still be in solid mode underneath, so back vertices remain unselected.
A reliable study tip: treat X-Ray (Alt+Z) as a toggle that controls selection depth, not just visual transparency. Any time a question involves selecting through a mesh, your first thought should be "Is X-Ray on?"In the default Blender keymap, a user is in Mesh Edit Mode with Edge Select active. Some edges remain selected from an earlier operation. The user now wants to clear that selection and select one quad by clicking its center.
Which sequence correctly prepares and performs the face selection?
1, use Alt+A, and click near the center of the quad.2, use Alt+A, and click near the center of the quad.3, use Alt+A, and click near the center of the quad. (correct answer)Tab, use Alt+A, and click near the center of the quad.1 for Vertex Select, 2 for Edge Select, and 3 for Face Select. Since you want to click and select a face (a quad), you must first be in Face Select mode, which is 3. Once you're in the right mode, you need a clean slate — Alt+A deselects everything currently selected. Only then does clicking near the center of the quad make sense, because Blender selects the face whose center dot (displayed in the viewport) is closest to your click. That complete sequence — 3, then Alt+A, then click — is exactly what C describes.
A is wrong because pressing 1 switches you to Vertex Select mode, not Face Select. Clicking near the quad's center would select a vertex, not the face itself. B is wrong because 2 keeps you in Edge Select mode — you're already there, and clicking near the center still won't select a face. D is wrong because Tab toggles you out of Edit Mode entirely, returning you to Object Mode, where face-level editing isn't possible.
A reliable study tip: memorize 1-2-3 as Vertex-Edge-Face — it's one of the most frequently tested shortcut sequences in Blender fundamentals, and mixing up these modes is the most common trap in these questions.Two separate objects are selected in Object Mode. Their origins are several meters apart. Transform Pivot Point is set to Individual Origins, and the objects are scaled uniformly by a factor of 2.
What is the expected result?
A mesh object's origin and Object Mode location are already correct. The visible geometry must shift to the right relative to that origin, and the object's location values must remain unchanged.
Which workflow produces the required result?
G to move it right.G to move them right. (correct answer)R around the object origin.G then moving right repositions the mesh data independently — the origin stays put, the location readout in the Properties panel doesn't change, and only what you see shifts. That's why B is correct.
A fails because using G in Object Mode moves the origin and geometry together, which changes the object's location values — exactly what the question forbids. C moves the origin without touching the geometry, which is the mirror image of the goal: the geometry would appear to shift left relative to the origin, not right, and location values would change too. D uses R (rotation) instead of G (grab/move) in Edit Mode — rotating geometry around the origin doesn't produce a lateral translation, so the geometry wouldn't end up shifted cleanly to the right.
A reliable mental shortcut: Object Mode = move everything together; Edit Mode = move geometry only. Whenever a question asks you to preserve location values while repositioning geometry, Edit Mode with G is your answer.An object has been rotated 35∘ around the global Z axis, so its local X axis no longer aligns with global X. The Transform Orientation is still set to Global.
Which default-keymap sequence moves the object specifically along its local X axis without changing the Transform Orientation setting?
G, then press X once to constrain the movement.G, then press X twice to constrain the movement. (correct answer)G, then press Z twice to constrain the movement.R, then press X twice to constrain the movement.G enters Grab mode, and pressing X once constrains movement to the global X axis — whatever orientation is currently active in the Transform Orientation header. Since the orientation is set to Global, pressing X once simply uses that global axis. This makes A incorrect: it moves the object along global X, not local X, ignoring the object's own rotated orientation.
To move along the object's local X axis instead, you press X a second time. This double-tap cycles the constraint through a secondary mode that overrides the active Transform Orientation and locks movement to the object's own local axis — regardless of what the orientation dropdown says. So G → X → X is the correct sequence, confirming B as the right answer.
C is wrong because pressing Z twice would constrain along the object's local Z axis, not X — same mechanic, wrong axis entirely. D is wrong because R initiates rotation, not movement (Grab), so it doesn't address translating the object along any axis.
A helpful memory trick: think of the double-tap as a "local override." One tap = active orientation's axis; two taps = the object's own local axis. This pattern applies to X, Y, and Z equally, so learning it once gives you six movement constraints to work with.Several objects are arranged around an empty point in the scene. The 3D Cursor has already been placed at that point. You want the objects to orbit around it by 90∘ about global Z.
Which setup and transform should be used?
R, Z, and enter the angle.R, Z, and enter the angle.R, Z, and enter the angle. (correct answer)G, Z, and enter the angle.R (rotate), Z (constrain to global Z-axis), and typing 90 executes a precise 90∘ rotation of all selected objects around that cursor position — exactly the behavior described. This confirms C is correct.
A is wrong because Median Point calculates the geometric center of all selected objects combined, which would be some averaged position between them — not the empty point you carefully placed the cursor at. The objects would orbit the wrong center.
B is wrong because Individual Origins causes each object to rotate around its own origin independently. Instead of orbiting together around the shared point, each object would spin in place, changing orientation but not position relative to the group.
D is wrong for two reasons: Bounding Box Center is another incorrect pivot (it uses the center of the collective bounding box, not the cursor), and G is the shortcut for Grab/Move, not rotation — so the objects would translate along Z rather than orbit at all.
The study tip here: whenever a question mentions a pre-placed 3D Cursor as a reference point, that's your signal that the answer almost certainly involves selecting 3D Cursor as the pivot.A single tilted face is selected in Edit Mode. Its surface normal is not aligned with any global or object-local axis. The face must be moved straight away from its surface without changing its orientation.
Which transform setup best provides that movement using an axis constraint or gizmo?
Three selected vertices have X coordinates 0, 2, and 4. Transform Pivot Point is set to Median Point. No proportional editing or snapping is active.
After the user presses S, X, 0, what are the vertices' resulting X coordinates?
S, X, 0 — scale along X by a factor of zero. Scaling by zero collapses all vertices to the pivot's position along that axis. Each vertex's X coordinate becomes: pivotX+0×(vertexX−pivotX)=2+0=2. All three vertices land at X=2, making D the correct answer.
A is wrong because it assumes scaling happens relative to the world origin (X=0). If the pivot were the world origin, then yes, everything would collapse to zero — but the pivot here is X=2, not X=0.
B describes mirroring, which would result from a scale of −1, not 0. Entering 0 does not reflect; it collapses.
C suggests the operation is cancelled, which is incorrect. Typing 0 is a valid scale value and is confirmed when you press Enter or click — the transform executes and geometry changes.
A reliable study tip: whenever a Blender question involves scaling or rotating, immediately ask yourself "What is the pivot point, and where is it located?" The pivot is the anchor for all transforms, and confusing it with the world origin is one of the most common mistakes students make.One mesh object contains two disconnected islands of geometry. Nothing is currently selected in Edit Mode. The pointer is positioned over the island that must be moved without affecting the other island.
Which default-keymap workflow selects only the intended connected island and then moves it?
L while hovering over the island, then press G to move the selection. (correct answer)Ctrl+L with nothing selected, then press G to move the result.A while hovering over the island, then press G to move the selection.Tab while hovering over the island, then press G to move the object.L while hovering your cursor over a piece of geometry instantly selects all vertices, edges, and faces connected to that hovered element — nothing more. This is a hover-based, cursor-aware selection, making it perfectly suited for targeting one island without touching another. Once that island is selected, pressing G activates the Grab/Move operator, sliding only your selection. This makes A the correct workflow: hover, press L, then press G.
B is a common trap. Ctrl+L is also a "Select Linked" command, but it expands the selection from already-selected geometry, not from the cursor position. With nothing selected, Ctrl+L does nothing useful — there's no starting point for it to grow from.
C confuses L with A. Pressing A selects or deselects all geometry in the mesh, regardless of where your pointer is. Hovering over one island makes no difference — you'd grab both islands simultaneously.
D mistakes Edit Mode tools for Object Mode behavior. Pressing Tab toggles between Object Mode and Edit Mode; it doesn't perform any selection. Moving in Edit Mode also moves geometry, not the object's origin — and again, nothing would be selected anyway.
A handy memory aid: think "L = Linked under cursor." Whenever you need to grab one floating island inside a mesh, L is your precision tool.