(public)

pKineto#possible Implementation

  • The Teacher-Student Communication was not supported until now.

  • In Kineto, it is primarily asynchronous. If you want to communicate, you need to prepare a separate channel.

    • The argument was that we don’t need synchronized context, so it should be fine.
  • However, it would be nice to be able to have conversations in Kineto, so it might be worth creating a separate channel to connect with the teacher.

  • Things to create:

    • A chat specifically for connecting with the teacher. It’s quite simple, but it could work.
    • Additionally, a UI that allows checking where the student is and enables going back and forth.
  • Is it possible to use a method like Interface that Coexists Real-Time and Slow Motion?