Skip to content

Commit 0b45d03

Browse files
committed
Refactor FAQ questions to remove "Academy:" prefix and add subcategory for clarity
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 9631abd commit 0b45d03

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

src/assets/data/faq/index.js

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,49 +273,55 @@ const data = {
273273
link: "/pricing/open-source-program"
274274
},
275275
{
276-
question: "Academy: What is the pricing structure of this add-on?",
276+
question: "What is the pricing structure of this add-on?",
277277
category: "Pricing",
278+
subcategory: "Academy",
278279
answer: [
279280
"Layer5 Academy is available as an add-on to your Enterprise subscription, priced based on number of active learners.",
280281
"Academy functionality is conveniently divided into two offerings: theoretical learning (learning paths, certifications, challenges) and practical learning (hands-on labs in Kanvas).",
281282
]
282283
},
283284
{
284-
question: "Academy: What is an \"active\" learner?",
285+
question: "What is an \"active\" learner?",
285286
category: "Pricing",
287+
subcategory: "Academy",
286288
answer: [
287289
"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.",
288290
"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.",
289291
"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.",
290292
]
291293
},
292294
{
293-
question: "Academy: Can I add more learners than my selected package allows?",
295+
question: "Can I add more learners than my selected package allows?",
294296
category: "Pricing",
297+
subcategory: "Academy",
295298
answer: [
296299
"Yes, whether you are currently subscribed under a monthly plan or a yearly plan, you can exceed your pre-selected package size without foreplanning.",
297300
"At the end of the month, any additional learners beyond your package size are charged at the same per-learner rate.",
298301
"For example, if you are on the 500-learner package and end the month with 510 active learners, you will be charged for your base 500 learners plus the cost of 10 additional learners.",
299302
]
300303
},
301304
{
302-
question: "Academy: What happens if number of active learners remains under my pre-selected plan size, say 2,500?",
305+
question: "What happens if number of active learners remains under my pre-selected plan size, say 2,500?",
303306
category: "Pricing",
307+
subcategory: "Academy",
304308
answer: [
305309
"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.",
306310
]
307311
},
308312
{
309-
question: "Academy: How are active learners calculated?",
313+
question: "How are active learners calculated?",
310314
category: "Pricing",
315+
subcategory: "Academy",
311316
answer: [
312317
"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.",
313318
"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.",
314319
]
315320
},
316321
{
317-
question: "Academy: Are learners who have withdrawn or who have completed offerings counted against my package total?",
322+
question: "Are learners who have withdrawn or who have completed offerings counted against my package total?",
318323
category: "Pricing",
324+
subcategory: "Academy",
319325
answer: [
320326
"No. Only users who are actively registered and have not yet completed or withdrawn from a course are counted as active users.",
321327
]
@@ -433,5 +439,4 @@ const data = {
433439

434440
],
435441
};
436-
export default data;
437-
442+
export default data;

0 commit comments

Comments
 (0)