Hackerrank new templates in sandbox. updated a bunch of williams-sonoma stuff. GSU backup.

This commit is contained in:
Norm Rasmussen
2024-10-24 16:50:02 -04:00
parent 1335c4c29b
commit 3626ead591
42 changed files with 839 additions and 265 deletions

View File

@ -145,6 +145,10 @@
document.querySelector(".close-filter").addEventListener("click", function() {
document.querySelector(".catalog-filter-sidebar").classList.remove("open")
})
setTimeout(function() {
document.querySelector("#learning-path").click();
}, 200)
})
</script>

View File

@ -101,7 +101,7 @@
</li>
<li>
<div class="cs-nav-section">
<a href="/app/quick-tips-videos">
<a href="/app/quick-tip-videos">
Quick Tip Videos
</a>
</div>
@ -329,7 +329,7 @@
</li>
<li>
<div class="cs-nav-section np-header-mobile-menu-content-button">
<a href="/app/quick-tips-videos">
<a href="/app/quick-tip-videos">
Quick Tip Videos
</a>
</div>
@ -432,7 +432,8 @@
.np-learning-paths,
.np-training-events,
.np-commerce-order-history-page,
.faq {
.faq,
.np-search {
margin-top: 70px;
}
@ -627,7 +628,8 @@
.np-catalog,
.np-learning-paths,
.np-training-events,
.faq {
.faq,
.np-search {
margin-top: 64px;
}
@ -710,7 +712,8 @@
.np-catalog,
.np-learning-paths,
.np-training-events,
.faq {
.faq,
.np-search {
margin-top: 100px;
}

View File

@ -17,3 +17,27 @@
</div>
</div>
{% endif %}
<style>
.np-alert {
margin-top: 70px;
}
@media (min-width: 768px) {
.np-alert {
margin-top: 64px;
}
}
@media (min-width: 1024px) {
.np-alert {
margin-top: 90px;
}
}
@media (min-width: 1366px) {
.np-alert {
margin-top: 100px;
}
}
</style>

View File

@ -17,11 +17,6 @@
question: "Can I get a test environment/training org for hands-on practice with the Gainsight CS product?",
answer: "Yes, you can request a training org by filling out this <a href='https://docs.google.com/forms/d/1Iqj0YqYybLN6XcgU2f561KjJ-XMhtUxzpZZCWuhA7aM/edit'>form</a> or emailing us at <a href='mailto:training@gainsight.com'>training@gainsight.com</a>."
%}
{%
include 'faq_item',
question: "Currently I dont have a company email address, but I would like to go through the courses on Gainsight University. Can I get access?",
answer: "Yes, you can reach out to us at <a href='mailto:training@gainsight.com'>training@gainsight.com</a> and we can give you access from the back-end."
%}
{%
include 'faq_item',
question: "Where do I start my CS training journey? Which courses do I need to take first?",
@ -67,6 +62,11 @@
question: "How long is my Gainsight CS certificate valid for?",
answer: "All Gainsight product certifications are valid for 2 years. To renew your certifications, we offer Continuing Education Exams that address recent product updates."
%}
{%
include 'faq_item',
question: "How many hours of preparation are needed for each of the certifications?",
answer: "<li>Level 1: 8 hrs for self-paced elearning</li><li>Level 2: 6 hrs for instructor-led hands-on courses and/or more for self-paced practice in a Gainsight org</li><li>Level 3: We will soon be offering free prep courses that total about 3 hours</li>"
%}
{%
include 'faq_item',
question: "When should I take the Gainsight NXT Level 3 Admin certification?",
@ -147,6 +147,11 @@
question: "How do I register for a VILT session?",
answer: "You can register for a VILT session by visiting our calendar on Gainsight University, selecting your preferred course, and following the registration process."
%}
{%
include 'faq_item',
question: "Can I purchase a session on behalf of another student?",
answer: "The ability to purchase on behalf of someone else is not currently supported but is a planned enhancement."
%}
{%
include 'faq_item',
question: "What are the technical requirements for attending a VILT?",

View File

@ -16,8 +16,8 @@
<p><span style='font-weight: 400; color: #000000;'>Candidates are encouraged to complete all of the Gainsight Administrator courses for NXT, and have a minimum of 6 months of hands-on experience as a Gainsight Administrator prior to attempting the exam. Please note, only one attempt and one retake are allowed per 6 month period.</span></p>
<p style='font-weight: bold'>Preparation</p>
<ul>
<li>Complete all NXT Admin Web-Based Trainings on <a href='https://education.gainsight.com/page/getting-started-with-gainsight' target='_blank' rel='noopener'>Gainsight University</a></li>
<li>Complete all <a href='https://education.gainsight.com/page/instructor-led-learning' target='_blank' rel='noopener'>Gainsight Admin Instructor-Led Courses</a> (strongly recommended)</li>
<li>Complete all NXT Admin Web-Based Trainings on <a href='https://education.gainsight.com/app/customer-success' target='_blank' rel='noopener'>Gainsight University</a></li>
<li>Complete all <a href='https://education.gainsight.com/app/catalog' target='_blank' rel='noopener'>Gainsight Admin Instructor-Led Courses</a> (strongly recommended)</li>
<li>Review the topics and documentation in our <a href='https://docs.google.com/document/d/16bTwCLWiH0RGOt3qaIJ0wr6tT8Ljf8VSpXS0Wmrybzo/edit#' target='_blank' rel='noopener'>Study Guide</a></li>
<li>We recommend at least 6 months of hands-on Gainsight administration experience prior to taking the exam</li>
<li>(Optional) take the free unproctored <a href='https://www.webassessor.com/gainsight' target='_blank' rel='noopener'>Level 3 PRACTICE exam</a> to familiarize yourself with the item format and the level of difficulty</li>

View File

@ -1,10 +1,41 @@
<main class="np-main np-max-width np-subpage-container">
<main class="np-main np-max-width np-subpage-container page-not-found">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
{% t .header %}
</div>
<div class="np-homepage-subheadline">
The resource you're looking for has moved. Please try using the search option in the upper right corner.
</div>
</div>
<div class="np-homepage-featured-empty">
<img src="/images/404.svg">
</div>
</main>
<style>
.page-not-found {
margin-top: 70px;
}
@media (min-width: 768px) {
.page-not-found {
margin-top: 64px;
}
}
@media (min-width: 1024px) {
.page-not-found {
margin-top: 90px;
}
}
@media (min-width: 1366px) {
.page-not-found {
margin-top: 100px;
}
}
.sk-branding-banner {
display: none !important;
}
</style>

View File

@ -25,3 +25,9 @@
{% endif %}
</main>
{% include "footer" %}
<style>
.np-search .np-card-content {
padding: 0 !important;
}
</style>

View File

@ -2,11 +2,11 @@
{% assign full_desc = "
<h3>Gainsight Certified Administrator: Level 2</h3>
<p>We currently offer level 2 certification for two areas: Horizon Reports &amp; Dashboards, and Journey Orchestrator and Surveys. Both are practical exams that require you to login to a Gainsight instance and complete a variety of configurations. See below for more information about how to prepare for each topic.</p>
<p>We currently offer level 2 certification for two areas: Horizon Reports & Dashboards, and Journey Orchestrator and Surveys. Both are practical exams that require you to login to a Gainsight instance and complete a variety of configurations. See below for more information about how to prepare for each topic.</p>
<p style='font-weight: bold'>General Qualifications</p>
<p>Candidates should successfully complete the Gainsight Administrative courses for NXT, or possess the equivalent experience and knowledge prior to taking the exam. We recommend candidates have a minimum of 1 - 2 months of hands-on experience as a Gainsight Administrator prior to attempting the exam. Please note only one attempt and one retake are allowed per 2 month period.</p>
<p style='font-weight: bold'>How to Take the Exam</p>
<p>Gainsight has teamed with Kryterion to provide remote online testing.</p>
<p>Click the 'Create New Account' link in the upper right corner of the form and follow the instructions.</p>
<ul>
<li>Click the orange 'Get Certified' button to be redirected to Webassessor, where youll create a secure test-taking account.</li>
<li>Click the 'Create New Account' link in the upper right corner of the form and follow the instructions.</li>
@ -18,12 +18,12 @@
<li>2nd attempt allowed after: 1 month</li>
</ul>
<p style='font-weight: bold'>Reports &amp; Dashboards</p>
<p>Do you support your organization by building and managing Reports &amp; Dashboards in Gainsight NXT? Are you interested in validating your skills as you progress toward the Level 3 certification? Then this certification is for you!</p>
<p>Do you support your organization by building and managing Reports & Dashboards in Gainsight NXT? Are you interested in validating your skills as you progress toward the Level 3 certification? Then this certification is for you!</p>
<p style='font-weight: bold'>Preparation</p>
<ul>
<li>Complete our <a href='https://education.gainsight.com/admin-reports-and-dashboards-horizon-analytics-nxt'>Admin Reports &amp; Dashboards (Horizon Analytics)</a> Web-Based Training on Gainsight University</li>
<li>Hands-on practice with report building and dashboard configuration (see exercises <a href='https://education.gainsight.com/admin-reports-and-dashboards-horizon-analytics-nxt/913869'>here</a> and request a training environment from <a href='mailto:training@gainsight.com'>training@gainsight.com</a> if you dont have Gainsight access)</li>
<li>Take our instructor-led training on Reports &amp; Dashboards [announcing new courses for 2024 soon!]</li>
<li>Complete our <a href='https://education.gainsight.com/app/courses/073b9c57-0a40-4278-bf5e-c375b647e13d'>Admin Reports & Dashboards (Horizon Analytics)</a> Web-Based Training on Gainsight University</li>
<li>Hands-on practice with report building and dashboard configuration (see exercises <a href='https://education.gainsight.com/app/courses/073b9c57-0a40-4278-bf5e-c375b647e13d'>here</a> and request a training environment from <a href='mailto:training@gainsight.com'>training@gainsight.com</a> if you dont have Gainsight access)</li>
<li>Take our instructor-led training on Reports & Dashboards [announcing new courses for 2024 soon!]</li>
<li>We recommend at least 1 - 2 months of Gainsight experience prior to taking the exam.</li>
</ul>
<p>We strongly recommend completing the following courses before taking the exam. We also recommend hands-on practice with Gainsight. If you don't have access to an instance of Gainsight, and you're serious about learning Gainsight Certified Administration, you may request access to a training environment <a href='https://forms.gle/7EoNrC14UXsn3DQZ9' target='_blank' rel='noopener'>here.</a></p>
@ -40,23 +40,23 @@
<li>Online only and must be scheduled with assistance from the Gainsight Education team. Test is not proctored.</li>
<li>The exam is currently available in English only</li>
</ul>
<li>Certificate Validity Period: this certificate is valid for 2 years. To renew your certificate, you can log in into your webassessor account and register <a href='https://www.webassessor.com/wa.do?page=enterCatalog&amp;tabs=7' target='_blank' rel='noopener'>here</a>.&nbsp;Please review the <a href='https://docs.google.com/document/d/1VVMhYtchWj6QVhJQGUjv11F14gq-fxk_zRjqnufih3s/edit?usp=sharing' target='_blank' rel='noopener'>Study Guide</a> to prepare.</li>
<li>Certificate Validity Period: this certificate is valid for 2 years. To renew your certificate, you can log in into your webassessor account and register <a href='https://www.webassessor.com/gainsight' target='_blank' rel='noopener'>here</a>.&nbsp;Please review the <a href='https://docs.google.com/document/d/1VVMhYtchWj6QVhJQGUjv11F14gq-fxk_zRjqnufih3s/edit?usp=sharing' target='_blank' rel='noopener'>Study Guide</a> to prepare.</li>
</ul>
<p style='font-weight: bold'><strong>Journey Orchestrator &amp; Surveys</strong></p>
<p>Do you support your organization by building and managing JO Programs &amp; Surveys in Gainsight NXT? Are you interested in validating your skills as you progress toward the Level 3 certification? Then this certification is for you!</p>
<p>Do you support your organization by building and managing JO Programs & Surveys in Gainsight NXT? Are you interested in validating your skills as you progress toward the Level 3 certification? Then this certification is for you!</p>
<p style='font-weight: bold'>Preparation</p>
<ul>
<li><strong>Important Note: </strong>All Admin certification levels and exams are being updated to reflect the new Dynamic Programs functionality by March 1, 2024.&nbsp;</li>
<li>Complete our <a href='https://education.gainsight.com/admin-journey-orchestrator-nxt'>Admin - Journey Orchestrator</a>, <a href='https://education.gainsight.com/admin-jo-advanced-programs-nxt-1' target='_blank' rel='noopener'>Advanced Programs</a> &amp; <a href='https://education.gainsight.com/admin-surveys-nxt'>Admin - Surveys</a> Web-Based Training on Gainsight University</li>
<li><strong>Important Note: </strong>All Admin certification levels and exams are being updated to reflect the new Dynamic Programs functionality by March 1, 2024.</li>
<li>Complete our <a href='https://education.gainsight.com/app/courses/3a4a9eea-9e5c-41ba-b128-f1459a1f1e22'>Admin - Journey Orchestrator</a>, <a href='https://education.gainsight.com/app/courses/215ed6fe-502c-4c28-a32c-dba04b7e14cc' target='_blank' rel='noopener'>Advanced Programs</a> &amp; <a href='https://education.gainsight.com/app/courses/14ec808d-3c8c-426f-998b-c1dbb73f523b'>Admin - Surveys</a> Web-Based Training on Gainsight University</li>
<li>Hands-on practice with program and survey configuration and email template set up. (see exercises in courses above and request a training environment from <a href='mailto:training@gainsight.com'>training@gainsight.com</a> if you dont have Gainsight access)</li>
<li>Take our instructor-led hands-on Admin training on <a href='https://education.gainsight.com/series/admin-journey-orchestrator-nxt-live'>Journey Orchestrator</a> (strongly recommended)</li>
<li>Take our instructor-led hands-on Admin training on <a href='https://education.gainsight.com/app/catalog/bundles/7b63149c-7202-41b3-903b-0236e3a2932d'>Journey Orchestrator</a> (strongly recommended)</li>
<li>Take our instructor-led training on Surveys [announcing new courses for 2024 soon!]</li>
<li>We recommend at least 1 - 2 months of Gainsight experience prior to taking the exam.</li>
</ul>
<p>We strongly recommend completing the following courses before taking the exam. We also recommend hands-on practice with Gainsight. If you don't have access to an instance of Gainsight, and you're serious about learning Gainsight Certified Administration, you may request access to a training environment <a href='https://forms.gle/7EoNrC14UXsn3DQZ9' target='_blank' rel='noopener'>here.</a></p>
<p style='font-weight: bold'>Exam Format</p>
<ul>
<li>Content: Practical exam tests your knowledge and familiarity with Gainsight NXT Journey Orchestrator &amp; Surveys functionality. You will be asked to create a Program, Survey, and Email Templates, and configure a variety of options such as tokenized fields, translation options, wait timers, display logic, etc.</li>
<li>Content: Practical exam tests your knowledge and familiarity with Gainsight NXT Journey Orchestrator & Surveys functionality. You will be asked to create a Program, Survey, and Email Templates, and configure a variety of options such as tokenized fields, translation options, wait timers, display logic, etc.</li>
<li>Time allotted to complete the exam: 8 hours</li>
<li>References: documentation and training materials may be utilized</li>
<li>Passing score: 85%</li>