Skip to content

Commit 4ecfb6d

Browse files
committed
Update Academy FAQ for clarity on active learners and billing practices
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent c6c3bc8 commit 4ecfb6d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/assets/data/faq/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,9 @@ const data = {
284284
question: "Academy: What is an \"active\" learner?",
285285
category: "Pricing",
286286
answer: [
287-
"An active learner is any user who has logged into the platform in a given month whether they are currently enrolled in a course or not.",
287+
"An active learner is any user who has logged into the platform in a given month whether they are currently enrolled in a course or not. Only active learners count towards your package total. Only active learners are billable.",
288288
"A learner is any user who at any point accepted an invitation to join your Academy. Learners may or may not have registered for (enrolled in) any of your Academy's offerings.",
289289
"An enrolled learner is a user who is currently registered for an offering in your Academy's catalog of curricula. Enrolled learners not are always active learners as students may enroll in a course but not log in during a given month.",
290-
"Only active learners count towards your package total. Only active learners are billable.",
291290
]
292291
},
293292
{
@@ -300,24 +299,25 @@ const data = {
300299
]
301300
},
302301
{
303-
question: "Academy: What happens if my active learners remain under my selected package size?",
302+
question: "Academy: What happens if number of active learners remains under my pre-selected plan size, say 2,500?",
304303
category: "Pricing",
305304
answer: [
306-
"You are simply charged for your selected package size.",
305+
"You are simply billed for the number of learners under your selected plan size at the end of the month; e.g. 2,500 multiplied by the per-learner price in your subscription plan.",
307306
]
308307
},
309308
{
310-
question: "Academy: Are withdrawn or completed users billed?",
309+
question: "Academy: How are active learners calculated?",
311310
category: "Pricing",
312311
answer: [
313-
"No. Only users who are actively registered and have not yet completed or withdrawn from a course are counted as active users.",
312+
"Active learners are determined as the higher of your active learners or your plan's quota. For example, on the 500 learner plan, even if you have only 450 active learners, you will still be billed according to your plan size of 500 learners.",
313+
"Active learners are calculated at the end of each monthly billing cycle. For example, if you are subscribed to the 1,000 learner plan, have 900 active learners on the 1st of the month, 450 active learners on the 11th of the month, and 1,025 active learners on the 17th of the month, you will be billed for 1,025 active learners (1,025 times the per learner price in your subscription plan) as that is your highest count of active learners during the month.",
314314
]
315315
},
316316
{
317-
question: "Academy: How are active learners calculated?",
317+
question: "Academy: Are learners who have withdrawn or who have completed offerings counted against my package total?",
318318
category: "Pricing",
319319
answer: [
320-
"Active learners are determined as the higher of your active learners or your plan’s quota. For example, on the 500-user plan, even if you have only 450 active users, you will still be billed for 500.",
320+
"No. Only users who are actively registered and have not yet completed or withdrawn from a course are counted as active users.",
321321
]
322322
},
323323

0 commit comments

Comments
 (0)