FlightTracker-Publication-ValidatorRename the folder to include a version number (for example: _v1.0.0) if it does not already have a version or it will not be recognized by REDCap.Configuration Once the module is enabled for a project, make sure to select Manage on the left-hand control panel for the project in the External Modules tab. Then select Configure for Flight Tracker Publication…
Source code on GitHub.
Manage on the left-hand control panel for the project in the External Modules tab.
Then select Configure for Flight Tracker Publication Validator - vx.x.x to begin the configuration process as follows.Now with these steps enabled, a user should be able to access the survey and select which of their publications were made possible given a service request.
The Services form all the fields to follow a similar format to what is provided. In place of 'year1' you could instead use the numerical year (say, 2019) and the project will know how to handle it. The UK ID field is named "linkblue", for other institutions
using a different name for an identifier, you should change this field both in the code and in the form.
Currently, there are two surveys with specific formatting. These are included in the templates folder. These can be expanded to include additional years and doing so should not affect functionality. The Pub Validation form will
require text box fields with the field name supported_pubs_xxxx where 'xxxx' would be publication year. Any other field in this form is suitable for change.
With these two forms in place, when a user moves to complete the Pub Validation form, they will be presented with a loading screen while API linked projects are queried for publications for the given user. These are then built into multiple
choice panes for the researcher to select publications from. When the form is completed, these values are saved in a tab separated format so that they are easily processed for export via a custom CSV export view. This is accessible on the lefthand side of the project interface under
External Modules on a page titled Custom CSV ...