@@ -29,10 +29,13 @@ by calling the ``find()`` or ``findOne()`` method.
29
29
30
30
.. tip:: Interactive Lab
31
31
32
- You can complete a short interactive lesson that demonstrates how to
33
- retrieve data by using the ``find()`` method in an in-browser coding
34
- experience. To learn more, see the :ref:`node-retrieve-instruqt-lab`
35
- section of this guide.
32
+ This page includes a short interactive lab that demonstrates how to
33
+ retrieve data by using the ``find()`` method. You can complete this lab
34
+ directly in your browser window without installing MongoDB or a code editor.
35
+
36
+ To start the lab, click the :guilabel:`Open Interactive Tutorial` button at the
37
+ top of the page. To expand the lab to a full-screen format, click the
38
+ full-screen button (:guilabel:`⛶`) in the top-right corner of the lab pane.
36
39
37
40
You can also further specify the information that the find operation
38
41
returns by specifying optional parameters or by chaining other methods,
@@ -235,17 +238,7 @@ For a runnable example of the ``watch()`` method, see the
235
238
236
239
.. _node-retrieve-instruqt-lab:
237
240
238
- Complete an Interactive Lesson
239
- ------------------------------
240
-
241
- This lab helps you understand how to perform read operations in MongoDB
242
- by using the ``find()`` method. You can complete this lab directly in
243
- your browser window without installing MongoDB or a code editor.
244
-
245
- .. tip::
246
-
247
- To expand the lab to a full-screen format, click the full-screen
248
- button, :guilabel:`⛶`, in the lower-right corner of the lab pane.
249
-
250
241
.. instruqt:: /mongodb-docs/tracks/find-node?token=em_OVNHWCPNPMLwNOCm
251
242
:title: find() Lesson
243
+ :drawer:
244
+
0 commit comments