Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cking0987 committed Mar 28, 2020
2 parents 4bdd7c5 + c8a541c commit 7c31548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

[![Download now](extras/download-button.png)](https://github.com/surveycto/clickable-svg/raw/master/clickable-svg.fieldplugin.zip)

Expand All @@ -28,7 +28,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**
Expand All @@ -50,4 +50,4 @@ Instructions and resources for developing your own field plug-ins.
[https://github.com/surveycto/Field-plug-in-resources](https://github.com/surveycto/Field-plug-in-resources)
* **User documentation**
How to get started using field plug-ins in your SurveyCTO form.
[https://docs.surveycto.com/02-designing-forms/03-advanced-topics/06.using-field-plug-ins.html](https://docs.surveycto.com/02-designing-forms/03-advanced-topics/06.using-field-plug-ins.html)
[https://docs.surveycto.com/02-designing-forms/03-advanced-topics/06.using-field-plug-ins.html](https://docs.surveycto.com/02-designing-forms/03-advanced-topics/06.using-field-plug-ins.html)

0 comments on commit 7c31548

Please sign in to comment.