Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/builder/components/ResourceManagerComponent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Most experiments need "resources" in order to run. Be it images, sounds, spreads

.. image:: /images/load_gif.gif
:width: 60%
:alt: "Animation showing a progress bar loading an experiment"

However, sometimes this loading can take a pretty long time. This happens either because you have a very large number of resources or because individual files are large (e.g. long movies) . In cases like this, it may be preferred to load these within your experiment, for example whilst your participants are reading through the instructions, in an inter-trial interval or during a break between blocks. This is where the *Resource Manager* component and/or the :ref:`staticcomponent` come in.

Expand Down Expand Up @@ -161,4 +162,4 @@ Tools for testing, debugging and checking the performance of this Component.
Disable Component
Disable this Component

.. redirect-from:: resource_manager.rst
.. redirect-from:: resource_manager.rst
Loading