Skip to content

Commit ee408f3

Browse files
authored
Accesscodes (#414)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Revamped "Bookstore Pay (Access Codes)" guide with structured sections (license requirements, ordering process, management guidelines), ISBN table, and clear bookstore ordering steps and deliverables. - Clarified access code usage (one per student), non-expiry, non-refundability, and handling of unsold codes for future semesters. - Updated invoice viewing to reference "View Invoice." - Refreshed student payment flow: dialog-based prompts, updated path to Preferences > Billing, and streamlined Redeem Code via Plan dialog. - **Documentation** - Added October 2025 changelog entry: new "guides" button for uploading files. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 3b30698 commit ee408f3

4 files changed

Lines changed: 50 additions & 26 deletions

File tree

-112 KB
Loading

source/instructors/admin/orgbilling.rst

Lines changed: 43 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,20 @@ Access Billing Page
2323

2424
Institution Pay
2525
---------------
26-
To generate an invoice or a quote, enter your country and follow the steps below:
26+
To generate an invoice or a quote, follow the steps below:
2727

2828
.. image:: /img/manage_organization/orgbilltab.png
2929
:alt: Directions Billing
3030

31-
1. Enter the number of student licenses required.
31+
1. Enter the **Number of students** and **Student start date**.
3232

33-
2. Enter the student start date.
33+
2. Enter **Promotion Code** (if any). Codes are not case sensitive, valid for new users only, and not for student pay plans. Invalid or expired codes will display a message.
3434

35-
3. If you have a promotion code, enter it in the appropriate field. Validation is case insensitive.
35+
4. Enter **Purchase Order** Number (if applicable) and **Billing Email**.
3636

37-
- If the promotion code is invalid, the message
38-
``Invalid promotion code`` will be shown
39-
- If the promotion code has expired, the message
40-
``This promotion code has expired`` will be shown
41-
- Promotion codes are only available for new users and not available for student pay plans.
37+
5. **Select a Plan** (semester or annual).
4238

43-
4. Enter a billing email address.
44-
45-
5. The plans available will be shown (semester or annual), select the plan you require and if you require the invoice to be sent to someone else, you can change the recipient.
46-
47-
6. When you are ready, click the 'Generate Invoice' button or 'Generate Quote' button as per your requirement, and the invoice or quote will be generated and sent to the email address.
39+
6. Click **Generate Invoice** or **Generate Quote**. The document will be sent to the email provided.
4840

4941
.. Note:: You can access your invoice from the email, or you can click **View Invoice** from the **Invoice History** section. Pay your invoice at this link.
5042

@@ -64,19 +56,47 @@ The option to switch to a **Student Pay plan** where students are prompted to en
6456

6557
4. To support students in this process, provide them with `this documentation link <https://docs.codio.com/students/accessing-codio/paying.html#pay-for-codio-subscription>`__ with specific emphasis to `this section <https://docs.codio.com/students/accessing-codio/paying.html#problems-setting-up-a-new-subscription-plan>`__ in the event they have problems especially if this may be first time they are trying to purchase online and the transaction may be refused by their bank due to the ever increasing fraud prevention measures card issuers are implementing or guide them to contact help@codio.com.
6658

67-
Bookstore Pay
68-
-------------
69-
Codio offers the option to provide licenses through an institution's campus bookstore. This can ensure students on financial aid who need to buy licenses can do so through the bookstore. Students pay the bookstore for the license, the bookstore provides a redemption code, and students enter the code when they first access their Codio account. Codio then invoices the campus bookstore for codes purchased.
59+
Bookstore Pay (Access Codes)
60+
----------------------------
61+
Codio offers the option to provide licenses through your institution's campus bookstore. This enables students, especially those using financial aid, to purchase an access code directly from the bookstore. The access code serves as the Codio license. When students first access their Codio account, they simply enter the access code to activate their license.
62+
63+
Only one access code is required per student even if the student is enrolled in multiple courses. Instructors provide students with information on how to use the code, and additional guidance is available on each student's page. Note that the setup is institution-specific.
64+
65+
Any unsold access codes will remain active and can be used in subsequent semesters.
66+
67+
**1. Determining License Requirements**
68+
69+
- Determine the number of licenses required based on expected student enrollment
70+
- Select the appropriate subscription type:
71+
72+
+---------------------+-------------------+
73+
| Subscription Type | ISBN |
74+
+=====================+===================+
75+
| 1-Semester | 978-1-7331872-5-1 |
76+
+---------------------+-------------------+
77+
| 2-Semester | 978-1-7331872-8-2 |
78+
+---------------------+-------------------+
79+
| Annual | 978-1-7331872-1-3 |
80+
+---------------------+-------------------+
81+
82+
**2. Ordering Process**
83+
84+
- Communicate the number of licenses required and subscription type to your bookstore.
85+
- The bookstore sends an email with this information to accounts@codio.com, including a purchase order if required.
86+
87+
Upon receipt of the order, Codio will issue:
7088

71-
1. `Send this article <https://intercom.help/codio/en/articles/3609689-how-do-students-buy-codio-though-the-campus-bookstore>`_ to your bookstore manager to get the process started.
89+
- A printable pdf letter to give to each student purchasing a code, providing instructions for code use.
90+
- A CSV file listing all the access code numbers issued in the order.
91+
- An invoice for the codes purchased, payable within 30 days of the invoice date.
7292

73-
2. To support students in this process, provide them with `this documentation <https://docs.codio.com/students/accessing-codio/paying.html#redeeming-code-from-campus-bookstore>`_ or guide them to contact help@codio.com.
93+
**3. Bookstore Management Guidelines**
7494

75-
3. The available subscription plans and their ISBNs:
95+
- Each access code should only be sold once.
96+
- Access codes never expire and are not course specific, allowing them to be sold in future semesters.
97+
- Bookstores should manage the codes like physical stock and can place additional code orders at any time.
98+
- Codes are non-refundable.
7699

77-
- 1 Semester - Codio 1-Semester Plan - ISBN: 978-1-7331872-5-1
78-
- 2 Semesters - Codio 2 Semester Plan ISBN 978-1-7331872-8-2
79-
- Annual - Codio Annual Plan ISBN # 978-1-7331872-1-3
80100

81101
Viewing Invoice History
82102
-----------------------

source/instructors/getstarted/support/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ We do not report small bug fixes or issues that affect individual users, who we
1313
`[I]` = Update or improvement
1414
`[F]` = New feature
1515

16+
**October 2025**
17+
18+
- `[I] [9th]`: New guides button for uploading files.
19+
1620
**July 2025**
1721

1822
- `[I] [30th]`: If a student tries to log in when they have an uncompleted assignment in Single Login mode, they have the option to mark that assignment as complete.

student-source/students/accessing-codio/paying.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ To activate a license from your campus bookstore, follow these steps:
4040

4141
2. Log in to Codio following the instructions provided by your instructor. This may be through your local LMS (Canvas, Blackboard, Desire2Learn, Moodle, etc.) or through Codio.com using a course token.
4242

43-
The first time you log in, a small banner is displayed in the upper portion of the screen requesting that you go to **Billing**.
43+
The first time you log in, you will see a dialog prompting you to pay.
4444

45-
3. Click the link in the banner, or click your **User name > Settings > Billing**.
45+
3. If you don't see the dialog, click **Get Started** in the banner, or click your **Username > Preferences > Billing**.
4646

47-
4. From the **Plan** drop-down, choose **Redeem Code** and click **Upgrade**.
47+
4. From the **Plan** dialog, choose **Redeem Code**.
4848

4949
5. Enter the code that was provided to you. Note that the code is case sensitive so enter it exactly as provided to you.
5050

0 commit comments

Comments
 (0)