Mizuno monthly script. Some cin7 and datasnipper templates and todo list items.
This commit is contained in:
Binary file not shown.
14
CustomerNotes/Anthology/extract_uuid_props_from_dict.py
Normal file
14
CustomerNotes/Anthology/extract_uuid_props_from_dict.py
Normal file
@ -0,0 +1,14 @@
|
||||
import mappingsdict
|
||||
import pandas as pd
|
||||
|
||||
FULLDICT = mappingsdict.anthomappings
|
||||
NEWDICT = {}
|
||||
DF = pd.DataFrame()
|
||||
|
||||
for items in FULLDICT:
|
||||
uuid = items['uuid']
|
||||
props = items['props']
|
||||
NEWDICT[uuid] = props
|
||||
|
||||
df = pd.DataFrame([(k, v) for k, v in NEWDICT.items()], columns=['UUID', 'Props'])
|
||||
df.to_csv("~/Downloads/Anthomaps.csv", sep=',')
|
||||
@ -1,4 +1,4 @@
|
||||
mappings = [
|
||||
anthomappings = [
|
||||
# Academic Economics - (T1)
|
||||
{
|
||||
"uuid": "289f8d54-e487-48a0-ac43-5c51c1d0b151",
|
||||
@ -22,7 +22,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "b69916db-59e3-4b06-a5f1-d358338ed7d7",
|
||||
"domains": [],
|
||||
"props": "Anthology Academic Economics: Enhanced+",
|
||||
"props": "Anthology Academic Economics: Enhanced+",
|
||||
},
|
||||
# Academy Use/Navigation - (T1)
|
||||
{
|
||||
@ -46,8 +46,8 @@ mappings = [
|
||||
{
|
||||
"uuid": "3f8dc68e-1458-4199-9641-6781960e085e",
|
||||
"domains": [
|
||||
"@wpcc.edu",
|
||||
"@edgecombe.edu",
|
||||
"@wpcc.edu",
|
||||
"@edgecombe.edu",
|
||||
"@buffalo.edu",
|
||||
"@tldemo.edu",
|
||||
"@newanthology.com",
|
||||
@ -400,13 +400,25 @@ mappings = [
|
||||
# Accreditation - (T2)
|
||||
{
|
||||
"uuid": "8585fe89-a050-4dbb-beb8-6ebd7358a970",
|
||||
"domains": [ "@tldemo.edu", "@newanthology.com", "@knowledgestate.edu", "@gvltec.edu", "@kysu.edu", "@buffalo.edu" ],
|
||||
"domains": [
|
||||
"@tldemo.edu",
|
||||
"@newanthology.com",
|
||||
"@knowledgestate.edu",
|
||||
"@gvltec.edu",
|
||||
"@kysu.edu",
|
||||
"@buffalo.edu",
|
||||
],
|
||||
"props": "Anthology Accreditation: Enhanced",
|
||||
},
|
||||
# Accreditation - (T3)
|
||||
{
|
||||
"uuid": "d2542667-0dbf-4680-a5af-042d70f24a55",
|
||||
"domains": ["@tldemo.edu", "@newanthology.com", "@knowledgestate.edu", "@kysu.edu"],
|
||||
"domains": [
|
||||
"@tldemo.edu",
|
||||
"@newanthology.com",
|
||||
"@knowledgestate.edu",
|
||||
"@kysu.edu",
|
||||
],
|
||||
"props": "Anthology Accreditation: Enhanced+",
|
||||
},
|
||||
# Anthology 101 - (T1)
|
||||
@ -415,18 +427,18 @@ mappings = [
|
||||
"domains": [
|
||||
"@nypcls.org",
|
||||
"@cahe.edu",
|
||||
"@nevadastate.edu",
|
||||
"@statealum.com",
|
||||
"@dot.gov",
|
||||
"@envstrategies.com",
|
||||
"@nevadastate.edu",
|
||||
"@statealum.com",
|
||||
"@dot.gov",
|
||||
"@envstrategies.com",
|
||||
"@edgecombe.edu",
|
||||
"@evanza.com.mx",
|
||||
"@nu.edu",
|
||||
"@evanza.com.mx",
|
||||
"@nu.edu",
|
||||
"@sbu.edu",
|
||||
"@tamuct.edu",
|
||||
"@sentara.edu",
|
||||
"@doctorshosp.com",
|
||||
"@ciaml.com",
|
||||
"@tamuct.edu",
|
||||
"@sentara.edu",
|
||||
"@doctorshosp.com",
|
||||
"@ciaml.com",
|
||||
"@newanthology.com",
|
||||
"@npc.edu",
|
||||
"@cochise.edu",
|
||||
@ -2495,27 +2507,27 @@ mappings = [
|
||||
},
|
||||
# Ally - (T1)
|
||||
{
|
||||
"uuid":"7395831e-4325-4b16-85bb-36c94f68aec0",
|
||||
"domains":["@tldemo.edu"],
|
||||
"props":"Anthology Ally: Essential"
|
||||
"uuid": "7395831e-4325-4b16-85bb-36c94f68aec0",
|
||||
"domains": ["@tldemo.edu"],
|
||||
"props": "Anthology Ally: Essential",
|
||||
},
|
||||
# Ally - (T2)
|
||||
{
|
||||
"uuid":"2b69f2f8-d567-48c3-8bb3-22e0dc8819bd",
|
||||
"domains":["@tldemo.edu"],
|
||||
"props":"Anthology Ally: Enhanced"
|
||||
"uuid": "2b69f2f8-d567-48c3-8bb3-22e0dc8819bd",
|
||||
"domains": ["@tldemo.edu"],
|
||||
"props": "Anthology Ally: Enhanced",
|
||||
},
|
||||
# Ally - (T3)
|
||||
{
|
||||
"uuid":"2b69f2f8-d567-48c3-8bb3-22e0dc8819bd",
|
||||
"domains":["@tldemo.edu"],
|
||||
"props":"Anthology Ally Enhanced+",
|
||||
"uuid": "2b69f2f8-d567-48c3-8bb3-22e0dc8819bd",
|
||||
"domains": ["@tldemo.edu"],
|
||||
"props": "Anthology Ally Enhanced+",
|
||||
},
|
||||
# Baseline - (T1)
|
||||
{
|
||||
"uuid": "483c3416-ddfb-43fe-983b-08abb6b50c62",
|
||||
"domains": [
|
||||
"@@envstrategies.com",
|
||||
"@@envstrategies.com",
|
||||
"@lifedemo.edu",
|
||||
"@newanthology.com",
|
||||
"@knowledgestate.edu",
|
||||
@ -2746,7 +2758,7 @@ mappings = [
|
||||
"uuid": "df9855d7-12ae-4170-acf6-a05cd4f52515",
|
||||
"domains": ["@lifedemo.edu"],
|
||||
"props": "Anthology Baseline: Enhanced",
|
||||
},
|
||||
},
|
||||
# Baseline - (T3)
|
||||
{
|
||||
"uuid": "1582d056-55fb-403b-8a65-f3b641c96b69",
|
||||
@ -2829,8 +2841,17 @@ mappings = [
|
||||
# Claremont Colleges - (T3)
|
||||
{
|
||||
"uuid": "44ac8020-933e-4a23-b009-63d9d39e0641",
|
||||
"domains": ["@cmc.edu", "@cgu.edu","@g.hmc.edu", "@hmc.edu", "@kgi.edu", "@pomona.edu", "@pitzer.edu","@scripps.edu"],
|
||||
"props": "Anthology Claremont Colleges: Enhanced+"
|
||||
"domains": [
|
||||
"@cmc.edu",
|
||||
"@cgu.edu",
|
||||
"@g.hmc.edu",
|
||||
"@hmc.edu",
|
||||
"@kgi.edu",
|
||||
"@pomona.edu",
|
||||
"@pitzer.edu",
|
||||
"@scripps.edu",
|
||||
],
|
||||
"props": "Anthology Claremont Colleges: Enhanced+",
|
||||
},
|
||||
# Central Maine Community College - (T3)
|
||||
{
|
||||
@ -2860,8 +2881,8 @@ mappings = [
|
||||
{
|
||||
"uuid": "197da27d-0497-40b5-b2f8-cec4124d32f6",
|
||||
"domains": [
|
||||
"@eac.edu",
|
||||
"@dot.gov",
|
||||
"@eac.edu",
|
||||
"@dot.gov",
|
||||
"@tldemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@tc.columbia.edu",
|
||||
@ -3261,7 +3282,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "a031d9a8-e433-45cf-826a-8881644f8eac",
|
||||
"domains": [
|
||||
"@dot.gov",
|
||||
"@dot.gov",
|
||||
"@tldemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@gvltec.edu",
|
||||
@ -3393,10 +3414,10 @@ mappings = [
|
||||
{
|
||||
"uuid": "bfb708e4-18eb-47b5-afde-737f16721e9a",
|
||||
"domains": [
|
||||
"@unh.edu",
|
||||
"@statealum.com",
|
||||
"@sbu.edu",
|
||||
"@tamuct.edu",
|
||||
"@unh.edu",
|
||||
"@statealum.com",
|
||||
"@sbu.edu",
|
||||
"@tamuct.edu",
|
||||
"@lifedemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@creighton.edu",
|
||||
@ -3863,9 +3884,9 @@ mappings = [
|
||||
"uuid": "f02032d3-3d60-4cb1-acac-855c229646c3",
|
||||
"domains": [
|
||||
"@uoregon.edu",
|
||||
"@caltech.edu",
|
||||
"@caltech.edu",
|
||||
"@sbu.edu",
|
||||
"@tamuct.edu",
|
||||
"@tamuct.edu",
|
||||
"@lifedemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@mstc.edu",
|
||||
@ -3907,12 +3928,12 @@ mappings = [
|
||||
{
|
||||
"uuid": "f7701275-cebc-482b-ac31-9cfcd93937c3",
|
||||
"domains": [
|
||||
"@upstate.edu",
|
||||
"@gsd.harvard.edu",
|
||||
"@nevadastate.edu",
|
||||
"@mcl.edu.ph",
|
||||
"@mcm.edu.ph",
|
||||
"@mapua.edu.ph",
|
||||
"@upstate.edu",
|
||||
"@gsd.harvard.edu",
|
||||
"@nevadastate.edu",
|
||||
"@mcl.edu.ph",
|
||||
"@mcm.edu.ph",
|
||||
"@mapua.edu.ph",
|
||||
"@lifedemo.edu",
|
||||
"@npc.edu",
|
||||
"@cochise.edu",
|
||||
@ -5076,15 +5097,15 @@ mappings = [
|
||||
},
|
||||
# Kentucky State University - (T3)
|
||||
{
|
||||
"uuid": "661df0df-d5db-4664-87d5-625310758e02",
|
||||
"domains": [""],
|
||||
"props": "Anthology Kentucky State University: Enhanced+"
|
||||
"uuid": "661df0df-d5db-4664-87d5-625310758e02",
|
||||
"domains": [""],
|
||||
"props": "Anthology Kentucky State University: Enhanced+",
|
||||
},
|
||||
# Insight - (T1)
|
||||
{
|
||||
"uuid": "4d0bf08e-3dda-4a2e-8213-72a020873a03",
|
||||
"domains": [
|
||||
"@nu.edu",
|
||||
"@nu.edu",
|
||||
"@lifedemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@mstc.edu",
|
||||
@ -5212,7 +5233,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "8302b674-c728-42d2-9ba3-908b4d970436",
|
||||
"domains": [
|
||||
"@doctorshosp.com",
|
||||
"@doctorshosp.com",
|
||||
"@tldemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@ciaml.com",
|
||||
@ -6134,18 +6155,17 @@ mappings = [
|
||||
"props": "Blackboard Learn: Essential",
|
||||
},
|
||||
# Learn - (T2)
|
||||
{
|
||||
"uuid": "ab461de6-1137-4548-87bf-f9dd78905417",
|
||||
"domains": ["@tldemo.edu"],
|
||||
"props": "Anthology Learn: Enhanced",
|
||||
},
|
||||
{
|
||||
"uuid": "ab461de6-1137-4548-87bf-f9dd78905417",
|
||||
"domains": ["@tldemo.edu"],
|
||||
"props": "Anthology Learn: Enhanced",
|
||||
},
|
||||
# Learn - (T3)
|
||||
{
|
||||
"uuid": "0b26d479-d9a7-4e07-aa2f-4893467f41c2",
|
||||
"domains": ["@tldemo.edu"],
|
||||
"props": "Anthology Learn: Enhanced+",
|
||||
|
||||
},
|
||||
{
|
||||
"uuid": "0b26d479-d9a7-4e07-aa2f-4893467f41c2",
|
||||
"domains": ["@tldemo.edu"],
|
||||
"props": "Anthology Learn: Enhanced+",
|
||||
},
|
||||
# Lancaster Bible College - (T3)
|
||||
{
|
||||
"uuid": "fc5dcfc4-faa5-4506-a40b-7c73d76d6f4b",
|
||||
@ -6162,28 +6182,28 @@ mappings = [
|
||||
},
|
||||
# Mid-State Technical College - (T3)
|
||||
{
|
||||
"uuid": "93b85258-a0b7-44c5-a933-71e931fc86e3",
|
||||
"domains": [],
|
||||
"props": "Anthology Mid-State Technical College: Enhanced+",
|
||||
},
|
||||
"uuid": "93b85258-a0b7-44c5-a933-71e931fc86e3",
|
||||
"domains": [],
|
||||
"props": "Anthology Mid-State Technical College: Enhanced+",
|
||||
},
|
||||
# Nightingale College, LLC - (T3)
|
||||
{
|
||||
"uuid": "859160ff-906e-4617-940f-9a220508ece8",
|
||||
"domains": [],
|
||||
"props": "Anthology Nightingale College: Enhanced+",
|
||||
},
|
||||
{
|
||||
"uuid": "859160ff-906e-4617-940f-9a220508ece8",
|
||||
"domains": [],
|
||||
"props": "Anthology Nightingale College: Enhanced+",
|
||||
},
|
||||
# Passaic County Community College - (T3)
|
||||
{
|
||||
"uuid": "8b6502b2-649b-46a1-8796-3fd025a570c5",
|
||||
"domains": [],
|
||||
"props": "Anthology Passaic County Community College: Enhanced+",
|
||||
},
|
||||
"uuid": "8b6502b2-649b-46a1-8796-3fd025a570c5",
|
||||
"domains": [],
|
||||
"props": "Anthology Passaic County Community College: Enhanced+",
|
||||
},
|
||||
# Payroll - (T3)
|
||||
{
|
||||
"uuid": "65cff7cb-0a29-4c0c-9280-76af55d1432d",
|
||||
"domains": [],
|
||||
"props": "Anthology Payroll: Enhanced+"
|
||||
},
|
||||
"uuid": "65cff7cb-0a29-4c0c-9280-76af55d1432d",
|
||||
"domains": [],
|
||||
"props": "Anthology Payroll: Enhanced+",
|
||||
},
|
||||
# Lubbock Christian University - (T3)
|
||||
{
|
||||
"uuid": "64d5997b-6963-4229-b2b1-1197978dd5c1",
|
||||
@ -7126,13 +7146,13 @@ mappings = [
|
||||
"domains": [
|
||||
"@nypcls.org",
|
||||
"@cahe.edu",
|
||||
"@sherman.edu",
|
||||
"@evanza.com.mx",
|
||||
"@nu.edu",
|
||||
"@sherman.edu",
|
||||
"@evanza.com.mx",
|
||||
"@nu.edu",
|
||||
"@sbu.edu",
|
||||
"@tamuct.edu",
|
||||
"@sentara.edu",
|
||||
"@doctorshosp.com",
|
||||
"@tamuct.edu",
|
||||
"@sentara.edu",
|
||||
"@doctorshosp.com",
|
||||
"@ciaml.com",
|
||||
"@tldemo.edu",
|
||||
"@endemo.edu",
|
||||
@ -7557,7 +7577,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "853de4bd-6f6a-4d1d-980a-b67eb1b0e876",
|
||||
"domains": [
|
||||
"@wpcc.edu",
|
||||
"@wpcc.edu",
|
||||
"@rau.edu",
|
||||
"@tldemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
@ -7725,7 +7745,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "55bae3db-5f62-4be3-823a-bcb429b8a2b2",
|
||||
"domains": [
|
||||
"@rcsi.com",
|
||||
"@rcsi.com",
|
||||
"@lifedemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@mstc.edu",
|
||||
@ -7766,7 +7786,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "4754b85b-e7a6-41a8-b0e9-5e02c58ebc38",
|
||||
"domains": [
|
||||
"@rcsi.com",
|
||||
"@rcsi.com",
|
||||
"@lifedemo.edu",
|
||||
"@knowledgestate.edu",
|
||||
"@mstc.edu",
|
||||
@ -7796,7 +7816,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "fa8914be-0986-460c-884d-9973a9622045",
|
||||
"domains": [
|
||||
"@rcsi.com",
|
||||
"@rcsi.com",
|
||||
"@novateur.ca",
|
||||
"@lifedemo.edu",
|
||||
"@npc.edu",
|
||||
@ -7974,7 +7994,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "b9f734fa-de0d-4a0b-9ce2-c092126e1d8d",
|
||||
"domains": [
|
||||
"@rcsi.com",
|
||||
"@rcsi.com",
|
||||
"@lifedemo.edu",
|
||||
"@npc.edu",
|
||||
"@cochise.edu",
|
||||
@ -8077,9 +8097,9 @@ mappings = [
|
||||
"domains": [
|
||||
"@nypcls.org",
|
||||
"@cahe.edu",
|
||||
"@evanza.com.mx",
|
||||
"@nu.edu",
|
||||
"@ciaml.com",
|
||||
"@evanza.com.mx",
|
||||
"@nu.edu",
|
||||
"@ciaml.com",
|
||||
"@endemo.edu",
|
||||
"@tccd.edu",
|
||||
"@npc.edu",
|
||||
@ -8450,7 +8470,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "594cd6c0-17db-4241-be56-ad28a8db4f7b",
|
||||
"domains": [
|
||||
"@nu.edu",
|
||||
"@nu.edu",
|
||||
"@endemo.edu",
|
||||
"@tccd.edu",
|
||||
"@npc.edu",
|
||||
@ -8518,7 +8538,7 @@ mappings = [
|
||||
{
|
||||
"uuid": "95f7b67d-3ba8-4d18-bcbb-3e02f7bfaf7a",
|
||||
"domains": [
|
||||
"@nu.edu",
|
||||
"@nu.edu",
|
||||
"@endemo.edu",
|
||||
"@tccd.edu",
|
||||
"@knowledgestate.edu",
|
||||
@ -8680,7 +8700,6 @@ mappings = [
|
||||
"uuid": "d694804c-ae1a-4db0-b5fc-2497e43abb6f",
|
||||
"domains": [],
|
||||
"props": "Anthology Professional Learning: Essential",
|
||||
|
||||
},
|
||||
# Professional Learning - (T2)
|
||||
{
|
||||
@ -8694,11 +8713,10 @@ mappings = [
|
||||
"domains": [],
|
||||
"props": "Anthology Professional Learning: Enhanced+",
|
||||
},
|
||||
# National University - (T3)
|
||||
{
|
||||
# National University - (T3)
|
||||
{
|
||||
"uuid": "15c0c210-51d9-4ac6-a967-4b7b6c2e76d4",
|
||||
"domains": ["@nu.edu"],
|
||||
"props": "Anthology National University: Enhanced+",
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
@ -487,3 +487,27 @@ let eoqMutationObserver = () => {
|
||||
eoqMutationObserver();
|
||||
```
|
||||
|
||||
## 03/04/2024
|
||||
|
||||
### Scoping for Quiz Screens with Courtney
|
||||
|
||||
Original request was "100 courses over the next couple years". Is there a way to break it down into quarters or smaller time frames?
|
||||
|
||||
Roll out hope: 32 courses across 5 Learning Paths over a period of early 2026.
|
||||
More immediate: 7 courses within 1 year.
|
||||
Hard deadline for these first 7 courses: Q3 of 2025 people are using it. Ready to go and released by end of Q2 2025.
|
||||
Quizzes may be done first - all the content within NP and then videos will be added in later.
|
||||
The seven courses will be released at one time, but they will be authored on a rolling basis.
|
||||
Ideally the updates will be done on that same rolling basis.
|
||||
|
||||
Other design changes? Ideal state?
|
||||
|
||||
* Addressing wrong answers - can we do this for them?
|
||||
* Currently they are just including another activity after the quiz
|
||||
* End of quiz is still okay - they just want to hide the correctly responded quiz answers.
|
||||
* Short answer: any hope of having the users responses displayed somewhere.
|
||||
* Where should this show - LX or custom page?
|
||||
* Both? The activities are involved. If they were in person, they would be discussion based. They want the users to review and reflect on what they just responded on.
|
||||
* Journal-type page. How can the user look through their previous answers.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user