Achieve notes.
This commit is contained in:
BIN
Custom_Templates/.DS_Store
vendored
BIN
Custom_Templates/.DS_Store
vendored
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
id="sign-up-state-dropdown"
|
||||
required
|
||||
>
|
||||
<option class="second-login-group-option" value="" selected disabled hidden>State:</option>
|
||||
<option class="second-login-group-option" value="" selected disabled>State:</option>
|
||||
<option class="second-login-state-option" value="AL">Alabama</option>
|
||||
<option class="second-login-state-option" value="AK">Alaska</option>
|
||||
<option class="second-login-state-option" value="AZ">Arizona</option>
|
||||
@ -56,7 +56,7 @@
|
||||
<option class="second-login-state-option" value="WV">West Virginia</option>
|
||||
<option class="second-login-state-option" value="WI">Wisconsin</option>
|
||||
<option class="second-login-state-option" value="WY">Wyoming</option>
|
||||
<option class="second-login-group-option" value="" selected disabled hidden>Province:</option>
|
||||
<option class="second-login-group-option" value="" selected disabled>Province:</option>
|
||||
<option class="second-login-state-option" value="AB">Alberta</option>
|
||||
<option class="second-login-state-option" value="BC">British Columbia</option>
|
||||
<option class="second-login-state-option" value="MB">Manitoba</option>
|
||||
|
||||
43
CustomerNotes/AchieveCE/achievece.md
Normal file
43
CustomerNotes/AchieveCE/achievece.md
Normal 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>
|
||||
```
|
||||
Reference in New Issue
Block a user