Study Definition module

 

Creating an authorisation question

Setting a question to require authorisation means that when the question is answered during data entry, a popup box appears, requesting the login details of a user with a specific role. The question's value will only be accepted when the required login details are entered.

 

Any type of question can be set as an authorisation question. Authorisation questions are often used at the end of an eForm as a way of signing off the eForm with the question caption containing the declaration. See image

 

You need to specify which user role is to be used for authorisation. You may choose to create a special 'Authoriser' user role for this purpose. Help on creating user roles in the System Management module...

Setting a question to be authorised

Displaying information about the authorisation question

If you wish to display the name of the user who has authorised an authorisation question, you can create a text question with a derivation of question:username, where question is the name of the authorisation question.

 

If you wish to display the date of the authorisation, you can create a date/time question with a derivation of dateof(question), where question is the name of the authorisation question.

 

For example, if an authorisation question is called 'signature', the expression signature:username will display the full name of the authoriser, and the expression dateof(signature) will display the date/time at which the question was authorised.

 

 

Related Topics