{"version":3,"file":"PremiumPricingGuide-6ubfrxEw.js","sources":["../../../client/app/bundles/Teacher/components/shared/StripeSubscriptionCheckoutSessionButton.jsx","../../../client/app/bundles/Teacher/components/premium/premium_minis/basic_pricing_mini.jsx","../../../client/app/bundles/Teacher/components/premium/premium_minis/school_pricing_mini.jsx","../../../client/app/bundles/Teacher/components/premium/premium_minis/teacher_pricing_mini.jsx","../../../client/app/bundles/Teacher/components/premium/premium_pricing_minis_row.jsx","../../../client/app/bundles/Teacher/components/premium/school_premium.jsx","../../../client/app/bundles/Teacher/components/premium/subscriber_logos.jsx","../../../client/app/bundles/Teacher/components/scorebook/premium_banners/new_signup_banner.jsx","../../../client/app/bundles/Teacher/components/scorebook/premium_banners/free_trial_banner.jsx","../../../client/app/bundles/Teacher/components/scorebook/premium_banners/free_trial_status.jsx","../../../client/app/bundles/Teacher/components/scorebook/premium_banners/premium_banner_builder.jsx","../../../client/app/bundles/Teacher/containers/PremiumPricingGuide.jsx"],"sourcesContent":["import React from 'react';\n\nimport { requestPost } from '../../../../modules/request';\n\nexport const StripeSubscriptionCheckoutSessionButton = ({\n buttonClassName,\n buttonId,\n buttonText,\n cancelPath,\n customerEmail,\n schoolIds,\n stripePriceId,\n userIsEligibleForNewSubscription,\n userIsSignedIn\n}) => {\n\n const handleClick = () => {\n if (!userIsSignedIn) {\n alert('You must be logged in to activate Premium.')\n } else if (!userIsEligibleForNewSubscription) {\n alert(\n \"You have an active subscription and cannot buy premium now. If your subscription is a school subscription, you may buy Premium when it expires. If your subscription is a teacher one, please turn on recurring payments and we will renew it automatically when your subscription ends.\"\n )\n } else {\n const path = '/stripe_integration/subscription_checkout_sessions'\n const data = {\n cancel_path: cancelPath,\n customer_email: customerEmail,\n ...(schoolIds && { school_ids: schoolIds }),\n stripe_price_id: stripePriceId\n }\n\n requestPost(path, data, body => { window.location.replace(body.redirect_url) })\n }\n }\n\n return (\n \n )\n}\n\nexport default StripeSubscriptionCheckoutSessionButton\n","import React from 'react';\n\nimport IndividualFeaturesTable from './individual_features_table';\n\nconst getStartedButton = (userIsSignedIn) => {\n if (userIsSignedIn) { return }\n\n return Get started\n}\n\nconst BasicPricingMini = ({ userIsSignedIn, premiumFeatureData, }) => (\n
Free forever
\nPer school, per year
\nRequest Quote or Buy Now
\nPer teacher, per year
\nPay with Credit Card
\nAs a nonprofit dedicated to helping students, Quill will always provide 100% of our activities for free.
\n{text}
\nQuill Premium for schools and districts includes live virtual workshop-style training and an asynchronous course library.
\nTotally personalized! I told the Quill coach my background and what my familiarity with Quill was, and she was able to walk me through exactly what I needed. Also appreciate that she could show me with her screen, walking through my classes with me.
\n Teacher, Glacier View Junior High School\nI appreciated the time given to analyze our own data while in the training.
\n Teacher, Meeting Street Elementary at Burns\nOur Quill coach is a really engaging facilitator! I appreciated her expertise and the built-in work time.
\n Director of Academics, Thurgood Marshall\nI appreciated the facilitator's responsiveness to the needs specific to our network. I also appreciate the thoughtfulness of applying Quill remotely.
\n Administrator, Mastery Charter Schools\nOur Quill coach was very knowledgeable and friendly. I felt as though I could ask her anything and there would be no judgement!!
\n Teacher, Union High School\nPlease visit the My Subscriptions page to learn more.
\nPlease log in to your Quill account to purchase Teacher Premium.
\n