We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to create an ability to take surveys in DM messages as in browser version of FICT Advisor.
The functionality of polls:
Endpoint 1: /v2/poll/teachers/{userId} Add Telegram Guard
/v2/poll/teachers/{userId}
Endpoint 2: /v2/disciplineTeachers/{disciplineTeacherId}/questions Add Telegram Guard
/v2/disciplineTeachers/{disciplineTeacherId}/questions
Endpoint 3: /v2/disciplineTeachers/{disciplineTeacherId}/answers Need same endpoint with userId in body
/v2/disciplineTeachers/{disciplineTeacherId}/answers
{ "userId" : "string", "answers": [ { "questionId": "string", "value": "string" } ] }
The text was updated successfully, but these errors were encountered:
iamthegoose
When branches are created from issues, their pull requests are automatically linked.
We need to create an ability to take surveys in DM messages as in browser version of FICT Advisor.
The functionality of polls:
To implement the described functionality, we would need endpoints:
Endpoint 1:
/v2/poll/teachers/{userId}
Add Telegram Guard
Endpoint 2:
/v2/disciplineTeachers/{disciplineTeacherId}/questions
Add Telegram Guard
Endpoint 3:
/v2/disciplineTeachers/{disciplineTeacherId}/answers
Need same endpoint with userId in body
The text was updated successfully, but these errors were encountered: