euphorie.client.publish

class euphorie.client.publish.PublishSurvey(context, request)

Publish a survey.

Publishing a survey copies it from the content editing environment to the public client environment and makes several changes to prepare it for use by the client. The client environment is assumed to be located in a container with id ‘’client’’ at the root of the site.

client_url()

Return the URL this survey will have after it is published.

is_surveygroup_published()

Check if this surveygroup has been published before.

is_this_survey_published()

Check if this survey is currently published.

class euphorie.client.publish.PreviewSurvey(context, request)

Generate a preview for a survey. A preview is exactly like a normally published survey, except for two differences: there can only be one preview for a sector, which has the id preview, and after previewing the user is redirected to the preview instead of the original context.

Previous topic

euphorie.client.profile

Next topic

euphorie.client.session

This Page