|
1 | | ---- |
2 | | -pcx_content_type: concept |
3 | | -title: Builds |
4 | | -description: Use Workers Builds to integrate with Git and automatically build and deploy your Worker when pushing a change |
5 | | -sidebar: |
6 | | - group: |
7 | | - badge: |
8 | | - text: Beta |
9 | | ---- |
| 1 | +In recent years, online personality and self-assessment quizzes have exploded in popularity—but none have captured more curiosity than innocence quizzes. These viral checklists ask users to reflect on their personal life experiences and assign themselves a "<a href="https://ricepuritytest.blog/">rice purity test</a>" based on their answers. From TikTok challenges to late-night dorm conversations, these quizzes have become a cultural phenomenon. But what exactly are innocence quizzes, and why is everyone so obsessed? |
10 | 2 |
|
11 | | -The Cloudflare [Git integration](/workers/ci-cd/builds/git-integration/) lets you connect a new or existing Worker to a GitHub or GitLab repository, enabling automated builds and deployments for your Worker on push. |
| 3 | +What Is an Innocence Quiz? |
| 4 | +An innocence quiz is an online questionnaire—usually made up of 50 to 100 yes-or-no questions—that ranks how "pure" or "experienced" someone is based on their life choices. The questions often span a wide range of topics including: |
12 | 5 |
|
13 | | -## Get started |
| 6 | +Relationships and dating |
14 | 7 |
|
15 | | -### Connect a new Worker |
| 8 | +Personal habits |
16 | 9 |
|
17 | | -To create a new Worker and connect it to a GitHub or GitLab repository: |
18 | | -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. |
19 | | -2. Go to **Workers & Pages**. |
20 | | -3. Select **Create**. |
21 | | -4. Under **Import a repository**, select a **Git account**. |
22 | | -5. Select the repository you want to import from the list. You can also use the search bar to narrow the results. |
23 | | -6. Configure your project and select **Save and Deploy**. |
24 | | -7. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain. |
| 10 | +Risk-taking behavior |
25 | 11 |
|
26 | | -### Connect an existing Worker |
| 12 | +Social activities |
27 | 13 |
|
28 | | -To connect an existing Worker to a GitHub or GitLab repository: |
29 | | -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. |
30 | | -2. Go to **Workers & Pages**. |
31 | | -3. Select the Worker you want to connect to a repository. |
32 | | -4. Select **Settings** and then **Builds**. |
33 | | -5. Select **Connect** and follow the prompts to connect the repository to your Worker and configure your [build settings](/workers/ci-cd/builds/configuration/). |
34 | | -6. Push a commit to your Git repository to trigger a build and deploy to your Worker. |
| 14 | +Emotional experiences |
35 | 15 |
|
36 | | -:::caution |
| 16 | +At the end of the quiz, users receive a score (often out of 100), where a higher score indicates more innocence or fewer experiences, while a lower score suggests more exposure to various activities. |
37 | 17 |
|
38 | | -When connecting a repository to a Workers project, the Worker name in the Cloudflare dashboard must match the `name` in the wrangler.toml file in the specified root directory, or the build will fail. This ensures that the Worker deployed from the repository is consistent with the Worker registered in the Cloudflare dashboard. For details, see [Workers name requirement](/workers/ci-cd/builds/troubleshoot/#workers-name-requirement). |
| 18 | +Why Are These Quizzes So Popular? |
| 19 | +1. Relatable Curiosity |
| 20 | +People, especially teens and young adults, are naturally curious about how their experiences compare with others. These quizzes offer a private way to reflect and self-evaluate. |
39 | 21 |
|
40 | | -::: |
| 22 | +2. Peer Culture & Social Sharing |
| 23 | +With platforms like TikTok, Instagram, and Reddit, users are encouraged to share their scores and challenge their friends. This fuels a cycle of comparison, humor, and even light-hearted competition. |
41 | 24 |
|
42 | | -## View build and preview URL |
| 25 | +3. Non-Judgmental Framing |
| 26 | +Most versions of the quiz clarify that there are no right or wrong answers. This makes it easier for users to take part without fear of being judged—promoting open conversation in a fun way. |
43 | 27 |
|
44 | | -You can monitor a build's status and its build logs by navigating to **View build history** at the bottom of the **Deployments** tab of your Worker. |
| 28 | +4. Nostalgia & Bonding |
| 29 | +For college students, these quizzes often resurface during freshman orientation or sleepovers. It becomes a bonding activity—equal parts fun and revealing. |
45 | 30 |
|
46 | | -If the build is successful, you can view the build details by selecting **View build** in the associated new [version](/workers/configuration/versions-and-deployments/) created under Version History. There you will also find the [preview URL](/workers/configuration/previews/) generated by the version under Version ID. |
| 31 | +What Do the Questions Look Like? |
| 32 | +Most innocence quizzes include questions like: |
47 | 33 |
|
48 | | -:::note[Builds, versions, deployments] |
| 34 | +“Held hands romantically?” |
49 | 35 |
|
50 | | -If a build succeeds, it is uploaded as a version. If the build is configured to deploy (for example, with `wrangler deploy` set as the deploy command), the uploaded version will be automatically promoted to the Active Deployment. |
| 36 | +“Skipped school or work without a valid excuse?” |
51 | 37 |
|
52 | | -::: |
| 38 | +“Been in a relationship?” |
53 | 39 |
|
54 | | -## Disconnecting builds |
| 40 | +“Tried alcohol or smoking?” |
55 | 41 |
|
56 | | -To disconnect a Worker from a GitHub or GitLab repository: |
57 | | -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. |
58 | | -2. Go to **Workers & Pages**. |
59 | | -3. Select the Worker you want to disconnect from a repository. |
60 | | -4. Select **Settings** and then **Builds**. |
61 | | -5. Select **Disconnect**. |
| 42 | +“Lied to a close friend or parent?” |
62 | 43 |
|
63 | | -If you want to switch to a different repository for your Worker, you must first disable builds, then reconnect to select the new repository. |
| 44 | +Some quizzes are more playful, while others lean into serious or introspective territory. The goal is less about judgment and more about reflection and entertainment. |
64 | 45 |
|
65 | | -To disable automatic deployments while still allowing builds to run automatically and save as [versions](/workers/configuration/versions-and-deployments/) (without promoting them to an active deployment), update your deploy command to: `npx wrangler versions upload`. |
| 46 | +Are These Quizzes Accurate? |
| 47 | +Not at all. Innocence quizzes are not scientifically validated or meant to diagnose anything. They’re more of a social experiment—part personality test, part cultural icebreaker. |
| 48 | + |
| 49 | +They shouldn’t be seen as a measure of morality or value. Everyone has different experiences, backgrounds, and boundaries, and these quizzes simplify complex human behavior into a number. |
| 50 | + |
| 51 | +Why It Matters in Digital Culture |
| 52 | +The rise of innocence quizzes says a lot about our current online landscape: |
| 53 | + |
| 54 | +People crave connection: These quizzes offer a low-pressure way to engage with others. |
| 55 | + |
| 56 | +Humor meets self-discovery: They walk the line between silly and serious, which appeals to younger generations. |
| 57 | + |
| 58 | +They reflect shifting norms: As societal attitudes toward topics like relationships, identity, and risk evolve, so do the questions in these quizzes. |
| 59 | + |
| 60 | +Privacy & Ethical Concerns |
| 61 | +While many quizzes are harmless, it’s worth noting: |
| 62 | + |
| 63 | +Not all sites are trustworthy. Avoid quizzes that require personal data or login information. |
| 64 | + |
| 65 | +Scores can affect self-image, especially among younger users. It’s important to remind participants that no number defines their worth or maturity. |
| 66 | + |
| 67 | +Peer pressure should never influence someone to answer uncomfortably or share more than they want to. |
| 68 | + |
| 69 | +Final Thoughts |
| 70 | +Innocence quizzes are more than just a passing trend—they reflect a digital generation’s need for self-expression, humor, and shared experience. Whether you're taking one out of curiosity, for laughs, or to spark a group conversation, just remember: it’s all for fun. |
0 commit comments