Answered
Does Agilix plan to add a feature to Activity --> File or Website so that dynamic URL parameters can be passed along to the referring website or file?
Example:
http://www.someurl.com?AgilixCourseId={CourseId}
http://www.someurl.com?AgilixExternalCourseID={ExternalCourseId}
This would be similar to how a dynamic URL parameter can be passed along when using the custom survey object.
Thanks,
Ole Thomassen
Comments (2)
You can do that right now. You an use any of the course variables.
Adding name-value pairs in this Advanced screen causes the system to perform an HTTP POST (instead of an HTTP GET) when navigating to the specified web site. All name-value pairs are POSTed to the site.
You can pass user-specific values to the web site by using system variables in the Value column. Surround variable names in the Value column with "$" characters like this: $USER$
These are the available system variables:
In your example, you could use:
Thank you Brad!
I discovered the course variables a few days after posting my question.
This will come in very handy.