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
Addition of custom titles for ‘ClinicalProtocol’ questionnaire (i.e., specified per language)
Reason: currently ‘ClinicalProtocol’ questionnaires appear in a list after pressing a button on the app home screen. The title of a
questionnaire is equal to what is defined in the protocol (for an example see line 149 and lines 215-223 in https://github.com/JeroenDMW/RADAR-aRMT-protocols/blob/master/DynaMORE/protocol.json ). Whilst this is usable when working with a population that all speak the same language, it hinders implementation when dealing with multiple sites speaking different languages (i.e., title of the questionnaire in the list will be the same regardless of language selected in app).
with type #/$defs/multiLanguageText that will be displayed instead of #/$defs/protocol/properties/name if it is available. Fallback value will still be the #/$defs/protocol/properties/name value. This can be used wherever the name of the questionnaire is displayed to the user.
Enhancement suggestion:
Reason: currently ‘ClinicalProtocol’ questionnaires appear in a list after pressing a button on the app home screen. The title of a
questionnaire is equal to what is defined in the protocol (for an example see line 149 and lines 215-223 in https://github.com/JeroenDMW/RADAR-aRMT-protocols/blob/master/DynaMORE/protocol.json ). Whilst this is usable when working with a population that all speak the same language, it hinders implementation when dealing with multiple sites speaking different languages (i.e., title of the questionnaire in the list will be the same regardless of language selected in app).
@mpgxvii
The text was updated successfully, but these errors were encountered: