Closed criscmaia closed 7 years ago
Please update column survyeVAK to surveyVAK in activityTracker. @criscmaia
Done!
The tracking of which was the last question answered by the student and the number of reminders given per question will be stored on the table activityTracker.
Please tell me how do you want to display the final score of the survey?
For PAEI slack will have trouble displaying some much data. We should consider some other options. For MBTI is that everything that should be displayed?
Implemented the result messages to both PAEI, and MBTI. Could you please test it and confirm if you like it?
MBTI yes, grouped in pairs and the highest score for each pair joins with the next to form the result. If the pair has the same result, show both results. Example: E: 5 S: 13 T: 16 J: 14 I: 5 N: 7 F: 4 P: 6 You are an: ESTJ and ISTJ Click here to access the PDF will full explanation (link)
PAEI can we have each paragraph in a separate message? So it will be 4 messages in total to show the results.
Implemented, let me know when you want to test it.
PAEI display looking great. Only missing a big bold RESULTS: as an individual message just before showing the 4 messages with the actual result
MBTI looks great as well! One minor mistake, extra ) in the end:
Can't do bold, tried and doesn't work
The results for MBTI is bold :|
The bold part of the text is a title of the message. In MBTI the title is set as word "Result" In the case of PAEI, the title is the score that user received.
Can we have a message on its own, before the actual results, only with Results: ?
Done!
Changing the implementation method described on #9.
Questions and answer options for every survey are stored at surveyQuestions and surveyOption.
On the agreed time, the system will print the first question, followed by the options, for example: Are you more impressed by:
Then the user will type either 1 or 2 and send.
If the question displayed is not the 1st one, there will be always an extra option to go back to the previous question.
If the user leaves Slack without completing the survey, he/she will get a reminder when it comes back online. There will be only 2 reminders per question. If the user still doesn't reply after the 2nd reminder, the survey will be closed.
Reminder messages: "this is the 1st reminder that you haven't replied to the previous question", then repeat the question. "this is the 2nd and last reminder that you haven't replied to the previous question. If you don't reply before leaving Slack, this survey will automatically close.", then repeat the question.