Replies: 2 comments
-
This is a great idea - having some form of tool interop where you can push content into student portfolios. It would need a separate auth method - as all post methods require auth which would need the student to login to get credentials. A tool based token could work - then we could authorise this per unit. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems like we’re looking for a sort of plugin system?
…On Thu, 31 Aug 2023 at 3:24 pm, Andrew Cain ***@***.***> wrote:
This is a great idea - having some form of tool interop where you can push
content into student portfolios.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHGOKRDSM47QZ5UWJFELALXYANXDANCNFSM6AAAAAA4FHJT3Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: <doubtfire-lms/community-hub/repo-discussions/6/comments/6871456@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is my intention to incorporate a number of (self-built, web-based) tools I'm using for formatif tasks. Rather than have students complete the task in the tool and download some intermediate file which is then used for formatif submission, it would be nice if students could "Submit" from the tool and for there to be a behind-the-scenes submission to formatif (e.g. https POST?)
Not 100% sure on how authentication would work (I can get a webCMS authentication token, but not sure about SSO) - I don't know enough to know if an https POST would trigger that authentication round.
A possible extension of this idea would be to have web-based forms where students can make their submission directly (perhaps with a behind-the-scences conversion to an appropriate filetype).
Beta Was this translation helpful? Give feedback.
All reactions