@@ -34,11 +34,14 @@ operations:
3434- ``bulkWrite()``
3535
3636.. tip:: Interactive Lab
37+
38+ This page includes a short interactive lab that demonstrates how to
39+ insert data by using the ``insertOne()`` method. You can complete this lab
40+ directly in your browser window without installing MongoDB or a code editor.
3741
38- You can complete a short interactive lesson that demonstrates how to
39- insert data by using the ``insertOne()`` method in an in-browser coding
40- experience. To learn more, see the :ref:`node-insert-instruqt-lab`
41- section of this guide.
42+ To start the lab, click the :guilabel:`Open Interactive Tutorial` button at the
43+ top of the page. To expand the lab to a full-screen format, click the
44+ full-screen button (:guilabel:`⛶`) in the top-right corner of the lab pane.
4245
4346The following sections focus on ``insertOne()`` and ``insertMany()``. For an
4447example on how to use the ``bulkWrite()`` method, see our runnable :doc:`Bulk
@@ -239,17 +242,6 @@ section, see the following resources:
239242
240243.. _node-insert-instruqt-lab:
241244
242- Complete an Interactive Lesson
243- ------------------------------
244-
245- This lab helps you understand how to perform insert operations in MongoDB
246- by using the ``insertOne()`` method. You can complete this lab directly in
247- your browser window without installing MongoDB or a code editor.
248-
249- .. tip::
250-
251- To expand the lab to a full-screen format, click the full-screen
252- button, :guilabel:`⛶`, in the lower-right corner of the lab pane.
253-
254245.. instruqt:: /mongodb-docs/tracks/insert-node?token=em_S6rjcmIzxGB4Sz_y
255246 :title: insertOne() Lesson
247+ :drawer:
0 commit comments