From c98a73d6f79cafb0bb253a55dfa02f14389705f7 Mon Sep 17 00:00:00 2001 From: Rebecca Hirst <30597180+RebeccaHirst@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:46:54 +0100 Subject: [PATCH] Enhance figure alt text in Pavlovia project guide Updated figure descriptions and alt text for clarity. --- source/online/create-pavlovia-project.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/online/create-pavlovia-project.rst b/source/online/create-pavlovia-project.rst index 41dc4f7..53aef4a 100644 --- a/source/online/create-pavlovia-project.rst +++ b/source/online/create-pavlovia-project.rst @@ -43,6 +43,7 @@ Create a new Pavlovia project 6. You should now be able to find your experiment when you log into Pavlovia.org, under **Dashboard → Experiments**. .. figure:: /images/newProjectUpload.png + :alt: “New Project” dialog in PsychoPy Builder for uploading a Pavlovia project, with fields for the project name and the local root path of the experiment files. :name: newProjectUpload :align: center :figclass: align-center @@ -56,6 +57,7 @@ Interacting with |Pavlovia| from the Builder App When running your study online, the relevant controls are in the Browser and Pavlovia sections of the ribbon: .. figure:: /images/pavlovia_icons_2025.png + :alt: PsychoPy Builder showing the “Browser” and “Pavlovia” tabs. The Browser section includes icons for compiling to JavaScript, running an online pilot, and syncing to Pavlovia. The Pavlovia tab displays the user’s username and the current project path. :name: pavlovia_icons_2025 :align: center :figclass: align-center @@ -85,6 +87,7 @@ Every time you make a change locally, click **Sync** to update the online versio To view the version history of your experiment, log into Pavlovia.org, go to your experiment page and click on the **"View Code"** button. Here you can select **"Repository" → "Commits"** to see a list of all changes made to your experiment, and download previous versions if you wish. To reinstate a previous version, you will need to download the files, replace those in your existing local folder (keeping the same names) and re-upload them to your local experiment folder. .. figure:: /images/navigateVersionHistory.png + :alt: GitLab interface showing navigation to “Repository” to “Commits,” with a commit list where a file-open icon next to each entry allows viewing the Pavlovia project at that specific revision. :name: navigateVersionHistory :align: center :figclass: align-center