mWater / mwater-forms

Forms controls for mWater
GNU Lesser General Public License v3.0
3 stars 5 forks source link

Assignment with pre-filled link #203

Closed daterdots closed 6 years ago

daterdots commented 6 years ago

We have a use case where we want to pre-fill a survey assignment with a link to a chart on Plotly. The idea of the assignment is that an assignment is generated every time we think something is wrong with a pump. The assignee is then supposed to look at a Plotly chart of some of the pump's recent performance data and make the judgement call about whether or not to mark the pump "broken" in our assignment. Right now my best bet for a pre-filled "link" is to have a text field question like:

Question: "Look at this link"
Pre-Filled Response: "www.LookAtThisPlot.com"

The problem is that this pre-filled response is a text field, so enumerators can't click on it and instead have to copy-paste it into their browser. Any ideas?

grassick commented 6 years ago

Here's how I would handle it:

Let me know if you have any problems!