From c8a541c97d454241e42833167d9b0c639a3ab2fa Mon Sep 17 00:00:00 2001 From: amrikcooper <48128834+amrikcooper@users.noreply.github.com> Date: Fri, 27 Mar 2020 13:06:31 +0200 Subject: [PATCH] Update README.md Standardised references to "field plug-ins" rather than "plug-ins". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d3e681..efbb496 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Description -This plug-in allows you to click on a part of an image and record which part was clicked. Clicking on a named region (either a path or a group of paths with an ID) in an .svg image will select that region, and fill in the text field with the ID of the region. To help indicate which region is currently selected, all regions will start out at 40% opacity. When selected, a region will return to 100% opacity. +This field plug-in allows you to click on a part of an image and record which part was clicked. Clicking on a named region (either a path or a group of paths with an ID) in an .svg image will select that region, and fill in the text field with the ID of the region. To help indicate which region is currently selected, all regions will start out at 40% opacity. When selected, a region will return to 100% opacity. ## Default SurveyCTO feature support @@ -26,7 +26,7 @@ This plug-in allows you to click on a part of an image and record which part was 1. Create a text field. 1. Attach an .svg image file to that text field (using the media:image field property). -1. Attach this plug-in to the text field. +1. Attach this field plug-in to the text field. 1. When you fill out the form and click on a region in the image, the ID value of that region will be entered into the text field and stored as the response data. **Notes about your .svg file** @@ -43,4 +43,4 @@ Each selectable region must have a unique ID attribute. If you create your .svg * **How to Optimize and Export SVGs in Adobe Illustrator** [https://www.sitepoint.com/crash-course-optimizing-and-exporting-svgs-in-adobe-illustrator/](https://www.sitepoint.com/crash-course-optimizing-and-exporting-svgs-in-adobe-illustrator/) * **Developer documentation for field plug-ins** -More instructions for developing and using field plug-ins. [https://github.com/surveycto/Field-plug-in-resources](https://github.com/surveycto/Field-plug-in-resources) \ No newline at end of file +More instructions for developing and using field plug-ins. [https://github.com/surveycto/Field-plug-in-resources](https://github.com/surveycto/Field-plug-in-resources)