The lib/pollRepository.mjs module writes orphan questionnaires to a file called questionnairesNotWithinDataCollection.txt. However the front end code (pages/missingIncorrectRelationships.js) reads a file called orphanQuestionnaires.txt. We need to update the frontend code so it reads data from questionnairesNotWithinDataCollection.txt.
The lib/pollRepository.mjs module writes orphan questionnaires to a file called questionnairesNotWithinDataCollection.txt. However the front end code (pages/missingIncorrectRelationships.js) reads a file called orphanQuestionnaires.txt. We need to update the frontend code so it reads data from questionnairesNotWithinDataCollection.txt.