You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it's possible to use the survey without binding it to a specific user. For example if I want to ask a visitor a question but he doesn't have an account yet.
Cezar
The text was updated successfully, but these errors were encountered:
The gem was initially extracted from a project that didn't actually have users, so it's possible. With that being said, it's easier to use if you do have an object abstraction for your participant.
If that's impossible to you, you can still use survey, but you'll probably have to manually configure some of the object associations with your model, namely the participant. If you have any issues doing that, let us know and maybe we can help you.
It would actually have to work independent of the user model. I'd say it should rely more on cookies than the AR model since a user can be a visitor that never signs up, or it can be an already registered user.
Another very useful feature (not sure if this is already built in) would be to be able to define a per page survey. This would be useful to test the effectiveness of a page.
That said, I'd be glad to help build those features.
Hey guys,
I was wondering if it's possible to use the survey without binding it to a specific user. For example if I want to ask a visitor a question but he doesn't have an account yet.
Cezar
The text was updated successfully, but these errors were encountered: