Achieve notes.

This commit is contained in:
Norm Rasmussen
2023-09-28 16:42:22 -04:00
parent cb0191ead7
commit a4d53c31ca
3 changed files with 45 additions and 2 deletions

View File

@ -0,0 +1,43 @@
# AchieveCE
## 09/28/2023
### First Meeting with Luke - CEO
Questions from Luke's Email:
1. Does Northpass have any solution for adding a chat function within the course player? In the past, we've used an
embeddable/installable chat function called [Chatport](https://protect-us.mimecast.com/s/7t7hCwpwvBHVkJYNSVGc_U?domain=docs.chaport.com), and I'd love to know if Northpass has encountered this before. We're very open to any other chat platform that can be embedded within the course player.
* Yes! ShipEX is a good Example of how to embed a chat bot.
* They want the traditional chat bot experience
2. Also, ideally we'd love to be able to embed/install a chat alongside a video, on the same course player page, which is not
currently allowable within the system.
* Not sure I fully understand this one. Do you mean like captioning?
* iframe a chat bot in the additional information rich text boxes.
3. I wanted to see if it was possible to update/create activities through the API as this trigger isn't listed as one of the
available options. This is needed for us in the migration stage so that we can import past user activity.
* Currently not possible, but definitely something that has been discussed. With acquisition, unsure of road map.
4. We're looking to create a page in the course player that will only be visible to the student after they have successfully
completed the 2nd of two tests within the course. This is intended to display the rationale behind the answer to each
question in the test.
* This is another item that's been requested before. It's not _exactly_ available, but we have a few different options.
* In the short term, this is acceptable, but in the long-run, they would want it more dynamic.
* Compliance reasons, they need to show the learner the rationale for right and wrong.
* Main item is because of free-form courses, they don't want them to by-pass the quiz, find all the answers, and cheat.
Notes:
* Most likely going in a different direction; relying on zoom as course player to deliver videos and webinars
* Zoom has a chat function embedded
* Wants to embed ChaPort within the rich text of a course.
* Main focus right now is to test the Zoom embed code and make sure it works. Ideally, with Zoom's chat bot.
* First half of October launch. Wants to make sure they have all their bases covered.
* Michelle: questions and rationale on a post-quiz. Congrats is currently at bottom.
* Norm to test: "Addressing Challenges faced by Diabetic Adolescents"
Zoom URL:
```html
<iframe src="https://zoom.us/wc/{{ meetindID }}/join?prefer=1&un=TWluZGF1Z2Fz" sandbox="allow-forms allow-scripts" allow="microphone; camera; fullscreen"></iframe>
<iframe src="https://achievece.zoom.us/wc/89674762062/join?prefer=1&un=TWluZGF1Z2Fz" sandbox="allow-forms allow-scripts" allow="microphone; camera; fullscreen"></iframe>
```