From 98fc852f5e3f9ddfcaf3427a2b71fdd322d87c62 Mon Sep 17 00:00:00 2001 From: anonymous-dyce Date: Thu, 9 Jan 2025 20:44:30 -0800 Subject: [PATCH 01/30] gawj --- script.js | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/script.js b/script.js index 9b63ffd..d99b255 100644 --- a/script.js +++ b/script.js @@ -172,26 +172,4 @@ function showResults(questions) { // Display the result const resultsContainer = document.getElementById('results'); resultsContainer.innerHTML = `${numCorrect} out of ${questions.length}`; - - // Send results to the backend - const quizResult = { - score: numCorrect, - attempt_number: 1, // Update this dynamically if needed - }; - - fetch('http://127.0.0.1:5000/api/quizgrading', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Authorization: `Bearer ${localStorage.getItem('token')}`, // Replace with your token handling logic - }, - body: JSON.stringify(quizResult), - }) - .then(response => response.json()) - .then(data => { - console.log('Quiz result saved:', data); - }) - .catch(error => { - console.error('Error saving quiz result:', error); - }); } \ No newline at end of file From 3e7fc4a6938c793e6dc312254104b69b6e474f5d Mon Sep 17 00:00:00 2001 From: 179046577 Date: Fri, 10 Jan 2025 13:04:57 -0800 Subject: [PATCH 02/30] dsdsddss --- navigation/binaryConverter.md | 94 +++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 navigation/binaryConverter.md diff --git a/navigation/binaryConverter.md b/navigation/binaryConverter.md new file mode 100644 index 0000000..1792caf --- /dev/null +++ b/navigation/binaryConverter.md @@ -0,0 +1,94 @@ + + + + + Binary Converter + + + +

Binary Converter

+
+

This page demonstrates binary conversion for predefined decimal numbers:

+ + + + + + + + + + +
DecimalBinary
+
+ + + + + + + + + + + + From b439bfc2d68353ef7c17130c79c9e63840aa9337 Mon Sep 17 00:00:00 2001 From: 179046577 Date: Fri, 10 Jan 2025 15:03:00 -0800 Subject: [PATCH 03/30] deleting mod --- ...-05-Calico_critter_morderation_rules.ipynb | 66 -------- ...2024-10-25-culinary-moderation_rules.ipynb | 77 ---------- ...24-10-25-doodleteam_moderation_rules.ipynb | 77 ---------- ...10-25-elevatorpitch-moderation_rules.ipynb | 141 ------------------ ...4-10-25-realityroom-moderation_rules.ipynb | 71 --------- ...24-10-25-zoominguess-moderator_rules.ipynb | 100 ------------- .../2024-10-27-riddle-moderation_rules.ipynb | 56 ------- 7 files changed, 588 deletions(-) delete mode 100644 _notebooks/2024-11-05-Calico_critter_morderation_rules.ipynb delete mode 100644 _notebooks/create_and_compete/2024-10-25-culinary-moderation_rules.ipynb delete mode 100644 _notebooks/create_and_compete/2024-10-25-doodleteam_moderation_rules.ipynb delete mode 100644 _notebooks/create_and_compete/2024-10-25-elevatorpitch-moderation_rules.ipynb delete mode 100644 _notebooks/create_and_compete/2024-10-25-realityroom-moderation_rules.ipynb delete mode 100644 _notebooks/create_and_compete/2024-10-25-zoominguess-moderator_rules.ipynb delete mode 100644 _notebooks/create_and_compete/2024-10-27-riddle-moderation_rules.ipynb diff --git a/_notebooks/2024-11-05-Calico_critter_morderation_rules.ipynb b/_notebooks/2024-11-05-Calico_critter_morderation_rules.ipynb deleted file mode 100644 index ef5089e..0000000 --- a/_notebooks/2024-11-05-Calico_critter_morderation_rules.ipynb +++ /dev/null @@ -1,66 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "---\n", - "layout: post\n", - "title: Moderator Rules\n", - "description: Calico critter moderator rules!\n", - "permalink: /moderation/calico_critter/\n", - "toc: false\n", - "comments: true\n", - "author: Maryam A, Nora A, Kushi G, Joanna H\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "

Rules are put in place to make this page a safe environment!

\n", - "\n", - "

\n", - " 1. No cussing in the chats.
\n", - " 2. Stay on topic, Calico Critters only!
\n", - " 3. You have to be part of the DNHS Calico Critters club to join
\n", - " 4. You must have valid reasoning for your votes
\n", - " 5. Do not be toxic, negative, or attack others for their opinions.
\n", - "

" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## https://tinyurl.com/calicovote\n", - "\n", - "![qr code]({{site.baseurl}}/images/calicocritters/calicocode.png)\n" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/_notebooks/create_and_compete/2024-10-25-culinary-moderation_rules.ipynb b/_notebooks/create_and_compete/2024-10-25-culinary-moderation_rules.ipynb deleted file mode 100644 index 907566d..0000000 --- a/_notebooks/create_and_compete/2024-10-25-culinary-moderation_rules.ipynb +++ /dev/null @@ -1,77 +0,0 @@ -{ - "cells": [ - { - "cell_type": "raw", - "metadata": { - "vscode": { - "languageId": "raw" - } - }, - "source": [ - "---\n", - "title: Moderation Rules for Ingredients chatroom\n", - "layout: post\n", - "description: Moderation rules to prevent misconduct on our site\n", - "permalink: /moderation/rules_food/\n", - "toc: true\n", - "comments: true\n", - "author: Darsh, Alex G, Daksha, Zach\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Moderation Rules for Our Culinary Community\n", - "\n", - "Welcome to our social media platform! To maintain a positive and engaging environment for all users, we have established the following moderation rules. By participating in our community, you agree to adhere to these guidelines.\n", - "\n", - "## 1. Respectful Interaction\n", - "- Treat all members with respect and kindness.\n", - "- No harassment, bullying, or discriminatory remarks will be tolerated.\n", - "\n", - "## 2. Relevant Content\n", - "- Ensure that all posts and replies are related to the culinary topics at hand.\n", - "- Avoid off-topic discussions to maintain the focus on cooking and recipes.\n", - "\n", - "## 3. Appropriate Language\n", - "- Use clean and respectful language. Profanity, hate speech, or offensive content will result in immediate removal.\n", - "\n", - "## 4. Original Contributions\n", - "- Share original recipes or culinary ideas inspired by the ingredient lists. \n", - "- Plagiarism is strictly prohibited. Always credit original creators when sharing.\n", - "\n", - "## 5. No Spam or Self-Promotion\n", - "- Avoid posting spammy content or excessive self-promotion. This includes unsolicited advertisements or promotions for external services.\n", - "\n", - "## 6. Privacy and Safety\n", - "- Do not share personal information about yourself or others without consent.\n", - "- Be cautious when sharing locations or contact details.\n", - "\n", - "## 7. Constructive Feedback\n", - "- When offering feedback on others' dishes, ensure it is constructive and helpful.\n", - "- Criticism should be aimed at the dish, not the individual.\n", - "\n", - "## 8. Reporting Issues\n", - "- If you encounter inappropriate content or behavior, please report it to the moderation team.\n", - "- Use the designated reporting tools available on the platform.\n", - "\n", - "## 9. Consequences of Violations\n", - "- Violating these rules may result in content removal, temporary suspension, or permanent banning from the community, depending on the severity of the offense.\n", - "\n", - "## 10. Amendments\n", - "- These rules may be updated as necessary. All users will be notified of any significant changes.\n", - "\n", - "Thank you for being a part of our culinary community! Let’s cook up some creativity together!\n" - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/_notebooks/create_and_compete/2024-10-25-doodleteam_moderation_rules.ipynb b/_notebooks/create_and_compete/2024-10-25-doodleteam_moderation_rules.ipynb deleted file mode 100644 index d3febd2..0000000 --- a/_notebooks/create_and_compete/2024-10-25-doodleteam_moderation_rules.ipynb +++ /dev/null @@ -1,77 +0,0 @@ -{ - "cells": [ - { - "cell_type": "raw", - "metadata": { - "vscode": { - "languageId": "raw" - } - }, - "source": [ - "---\n", - "layout: post\n", - "title: Moderator Rules for Doodle Team \n", - "description: Our teams moderator rules\n", - "permalink: /moderation/rules_doodle/\n", - "toc: true\n", - "comments: true\n", - "author: Arshia, Prajna, Mirabelle, Alex\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Moderator Rules for Doodle Game and Chat Room\n", - "\n", - "## 1. User Conduct\n", - "- All participants must maintain a respectful and friendly demeanor. Harassment, bullying, or discriminatory remarks will not be tolerated.\n", - "- Inappropriate language or content is strictly prohibited, including hate speech, explicit content, and personal attacks.\n", - "\n", - "## 2. Doodle Guidelines\n", - "- Doodles must adhere to community standards and should not contain offensive or inappropriate content.\n", - "- Users should not use external images or references to draw during competition rounds; all doodles must be original creations.\n", - "- **Code Note:** Implement content filtering in the drawing interface to block inappropriate submissions.\n", - "\n", - "## 3. Game Integrity\n", - "- Participants should not collude or share answers during the drawing rounds. Cheating will result in disqualification from the game.\n", - "- Users must complete their drawings within the designated time limit (e.g., 60 seconds). Use a countdown timer to enforce this rule.\n", - "- **Code Note:** Use a timer function and disable drawing tools once time runs out.\n", - "\n", - "## 4. Voting and Results\n", - "- Judges or moderators will oversee the voting process to ensure fairness. Users can only vote for their own doodles in designated rounds.\n", - "- Consistent and transparent criteria for determining accuracy and creativity should be established and communicated to all participants.\n", - "- **Code Note:** Implement a voting system that prevents multiple votes from the same user in a round.\n", - "\n", - "## 5. Chat Room Etiquette\n", - "- Users should keep discussions relevant to doodling and the game. Off-topic conversations should be taken to private messages or designated areas.\n", - "- Any disruptive behavior in the chat room, including spamming or excessive self-promotion, will result in warnings or bans.\n", - "- **Code Note:** Add moderation tools to mute or temporarily ban users for disruptive behavior.\n", - "\n", - "## 6. Reporting Issues\n", - "- Users are encouraged to report any misconduct or issues to moderators. Reports will be handled confidentially and promptly.\n", - "- Moderators have the authority to take immediate action if a situation escalates or if rules are violated.\n", - "- **Code Note:** Implement a reporting feature that allows users to flag inappropriate content or behavior easily.\n", - "\n", - "## 7. Animation and Sound Effects\n", - "- Users can add animations and sound effects to their doodles, but these must not distract from gameplay or violate content guidelines.\n", - "- Excessive or inappropriate sound effects that disrupt others will be addressed by moderators.\n", - "- **Code Note:** Include an option for users to mute sound effects and animations if they find them distracting.\n", - "\n", - "## 8. Feedback and Improvement\n", - "- Moderators should be open to feedback regarding game rules and chat room dynamics. Suggestions for improvement will be considered to enhance user experience.\n", - "- **Code Note:** Create a feedback form integrated into the platform for easy user suggestions.\n", - "\n", - "-Overall, these rules will help our team's moderator handle any issues players might have and create a positive evironment where everyone can draw and have fun. \n" - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/_notebooks/create_and_compete/2024-10-25-elevatorpitch-moderation_rules.ipynb b/_notebooks/create_and_compete/2024-10-25-elevatorpitch-moderation_rules.ipynb deleted file mode 100644 index f706d44..0000000 --- a/_notebooks/create_and_compete/2024-10-25-elevatorpitch-moderation_rules.ipynb +++ /dev/null @@ -1,141 +0,0 @@ -{ - "cells": [ - { - "cell_type": "raw", - "metadata": { - "vscode": { - "languageId": "raw" - } - }, - "source": [ - "---\n", - "layout: post\n", - "title: Moderation rules\n", - "description: Moderation rules for Elevator Pitch Game\n", - "permalink: /moderation/rules_elevatorpitch/\n", - "comments: true\n", - "toc: true\n", - "author: Manas, Shriya, Lalita, Ethan\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "\n", - "# Moderation Rules for *Create and Compete* – Elevator Pitch\n", - "\n", - "Imagine a platform where creativity meets competition—this is the essence of our project. Under the theme of **Create and Compete**, we’re designing a space where participants can pitch creative ideas, whether for inventions, stories, apps, or business ventures. The twist? These ideas are sparked by random prompts, pushing users to think outside the box.\n", - "\n", - "Once an idea is pitched, the real fun begins. Other participants engage with the pitch by challenging it with insightful questions, offering constructive feedback, and suggesting improvements. The focus here isn’t just on competing to create the best idea but also on fostering collaboration and creativity. Participants learn from one another, pushing the boundaries of their original concepts to create something even more innovative.\n", - "\n", - "Whether you’re a writer, designer, entrepreneur, or problem-solver, this platform encourages you to compete by creating and evolving by collaborating.\n", - "\n", - "---\n", - "\n", - "## Moderation Rules\n", - "\n", - "### 1. Respectful Communication\n", - "- **Rule:** All feedback, questions, and suggestions must be respectful and constructive.\n", - " - *Guidelines:* Avoid harassment, personal attacks, and discriminatory remarks based on race, gender, nationality, religion, or any other characteristic. Focus critiques on the idea, not the person. Repeat offenses may lead to suspension.\n", - "\n", - "### 2. Constructive Criticism Only\n", - "- **Rule:** Provide helpful and actionable feedback.\n", - " - *Guidelines:* Avoid vague negativity; focus on specific suggestions to improve the pitch. Ask thoughtful questions that help refine the idea and foster a learning-focused environment.\n", - "\n", - "### 3. Originality and Prompt Adherence\n", - "- **Rule:** All ideas must be original to the creator.\n", - " - *Guidelines:* Plagiarism or copying others' work is prohibited. Ideas should respond to the assigned random prompt. Off-topic ideas may be removed.\n", - "\n", - "### 4. No Inappropriate Content\n", - "- **Rule:** Language, imagery, or pitches must not contain inappropriate or offensive content.\n", - " - *Guidelines:* Avoid violent, explicit, or illegal material. Keep content suitable for a general audience.\n", - "\n", - "### 5. Encourage Diverse Perspectives\n", - "- **Rule:** Everyone’s creativity and viewpoint are valued.\n", - " - *Guidelines:* Engage from a place of curiosity, embracing participants' unique perspectives. Avoid biased or dismissive comments; celebrate diverse approaches to problem-solving.\n", - "\n", - "### 6. Quality and Effort in Engagement\n", - "- **Rule:** Engage thoughtfully and with purpose.\n", - " - *Guidelines:* Avoid “spammy” comments or low-effort feedback. Contribute meaningful feedback that benefits both the creator and other participants.\n", - "\n", - "### 7. Report and Review Process\n", - "- **Rule:** Report content or behavior that violates these rules.\n", - " - *Guidelines:* Use the reporting feature to notify moderators of issues. The moderation team will review all reports and take action to uphold platform standards.\n", - "\n", - "### 8. Collaboration over Competition\n", - "- **Rule:** Prioritize learning and collaboration over winning.\n", - " - *Guidelines:* Avoid unsportsmanlike behavior, such as sabotaging others’ ideas. Uplift others’ ideas to build an inspiring and innovative community.\n", - "\n", - "---\n", - "\n", - "These moderation rules aim to support a platform that encourages creative, respectful, and productive engagement, allowing users to share and refine ideas in a safe environment. Have a good day!!!!\n" - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/_notebooks/create_and_compete/2024-10-25-realityroom-moderation_rules.ipynb b/_notebooks/create_and_compete/2024-10-25-realityroom-moderation_rules.ipynb deleted file mode 100644 index 62dcf85..0000000 --- a/_notebooks/create_and_compete/2024-10-25-realityroom-moderation_rules.ipynb +++ /dev/null @@ -1,71 +0,0 @@ -{ - "cells": [ - { - "cell_type": "raw", - "metadata": { - "vscode": { - "languageId": "raw" - } - }, - "source": [ - "---\n", - "layout: post\n", - "title: Moderator Rules\n", - "description: Moderator rules for the Reality Room chatroom.\n", - "permalink: /moderation/rules_realityroom/\n", - "toc: true\n", - "comments: true\n", - "author: Yash, Rohan, Nikhil, Neil\n", - "---" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "vscode": { - "languageId": "markdown" - } - }, - "outputs": [], - "source": [ - "# Chatroom/Social Media Moderation Rules\n", - "\n", - "As this is a school-related website, please make sure you recognize that anything you post that breaks any of the below rules may get you in legal trouble. If you are just here to keep a safe community and have fun, enjoy!\n", - "\n", - "1. **Respectful Communication**: Always communicate with respect. No abusive, offensive, or hateful language will be tolerated.\n", - "\n", - "2. **No Spamming**: Avoid posting repetitive messages, advertisements, or irrelevant links.\n", - "\n", - "3. **Privacy Respect**: Do not share personal information of yourself or others without consent.\n", - "\n", - "4. **No Harassment**: Harassment, bullying, or targeting individuals or groups will result in immediate action.\n", - "\n", - "5. **Appropriate Content**: Share content that is appropriate for all audiences. No explicit, violent, or illegal content.\n", - "\n", - "6. **Report Violations**: If you see any rule violations, report them to the moderators immediately.\n", - "\n", - "7. **Follow Platform Guidelines**: Adhere to the specific guidelines and terms of service of the platform.\n", - "\n", - "8. **Constructive Feedback**: Provide feedback in a constructive manner. Avoid negative or destructive criticism.\n", - "\n", - "9. **No Impersonation**: Do not impersonate other users, moderators, or public figures.\n", - "\n", - "10. **Language**: Use the primary language of the chatroom or social media site to ensure clear communication.\n", - "\n", - "11. **Respect Moderators**: Follow the instructions of moderators and respect their decisions.\n", - "\n", - "12. **No Illegal Activities**: Any form of illegal activity will be reported to the authorities and result in a ban.\n", - "\n", - "By participating in this chatroom/social media site, you agree to follow these rules. Failure to comply may result in warnings, temporary bans, or permanent removal from the platform." - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/_notebooks/create_and_compete/2024-10-25-zoominguess-moderator_rules.ipynb b/_notebooks/create_and_compete/2024-10-25-zoominguess-moderator_rules.ipynb deleted file mode 100644 index ef58cd9..0000000 --- a/_notebooks/create_and_compete/2024-10-25-zoominguess-moderator_rules.ipynb +++ /dev/null @@ -1,100 +0,0 @@ -{ - "cells": [ - { - "cell_type": "raw", - "metadata": { - "vscode": { - "languageId": "raw" - } - }, - "source": [ - "---\n", - "layout: post\n", - "title: Moderator Rules\n", - "description: Making rules as a moderator and applying them while coding \n", - "permalink: /moderation/rules_zoominguess/\n", - "toc: true\n", - "comments: true\n", - "author: Arhaan, Mihir, Keerthan, Akshaj\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Moderator Rules for Zoom-In Guess Game Chatroom\n", - "\n", - "### 1. **Keep It Fun and Friendly** \n", - " - Encourage positive and friendly guesses. Remind everyone that all guesses are welcome—no teasing or negativity about others' guesses!\n", - "\n", - "### 2. **No Spoilers** \n", - " - If you know the answer to the zoomed-in image, don’t spoil it for others. Let people have time to guess before revealing the answer.\n", - "\n", - "### 3. **Use Appropriate Images Only** \n", - " - Make sure all images posted are safe and appropriate for everyone in the chat. Avoid anything graphic or offensive.\n", - "\n", - "### 4. **Stay on Topic** \n", - " - Keep the chat focused on guessing the zoomed-in images or talking about the game. Avoid posting random things that don’t relate to the game.\n", - "\n", - "### 5. **Respect Privacy** \n", - " - Don’t use personal photos of people without their permission. Stick to images of celebrities or everyday objects instead.\n", - "\n", - "### 6. **Give Fair Clues and Answers** \n", - " - If giving clues, keep them fair and easy for everyone to understand. Only reveal the answer when most people are ready.\n", - "\n", - "### 7. **Respect Everyone’s Opinions** \n", - " - Let people rate how easy or hard they thought the image was to guess without judging them. Everyone sees things differently!\n", - "\n", - "### 8. **No Bots or Search Tools** \n", - " - Don’t use search engines or bots to figure out the image. This game is about using your observation skills and having fun, not about “winning” at any cost.\n", - "\n", - "### 9. **Report Issues Right Away** \n", - " - If someone shares an inappropriate image or breaks the rules, moderators should step in, remove the post, and remind everyone of the rules.\n", - "\n", - "\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Moderator Rules for our personal group\n", - "\n", - "### 1. **Stay Organized** \n", - " - Keep track of ideas, tasks, and who’s responsible for each part. Use a shared document or list to keep things clear and avoid any confusion.\n", - "\n", - "### 2. **Communicate Regularly** \n", - " - Check in often with updates, questions, or any issues. We can use group chats, calls, or messages to stay in sync.\n", - "\n", - "### 3. **Respect Each Other’s Ideas** \n", - " - Listen to everyone’s suggestions and give respectful feedback. All ideas are helpful and can make the chatroom better.\n", - "\n", - "### 4. **Agree on Changes as a Team** \n", - " - For big decisions (like adding new rules or features), make sure everyone agrees before making changes.\n", - "\n", - "### 5. **Share the Work** \n", - " - Divide tasks fairly so no one feels overwhelmed. If someone needs help, be open to switching or sharing tasks.\n", - "\n", - "### 6. **Test and Review Often** \n", - " - After adding something new, test it out to see if it works well. Get feedback from each other to make improvements.\n", - "\n", - "### 7. **Solve Problems Together** \n", - " - If there’s a technical issue or disagreement, work through it calmly as a group to find a solution that works for everyone.\n", - "\n", - "### 8. **Meet Deadlines** \n", - " - Stick to any deadlines we set to stay on track. If you’re having trouble with a deadline, let the group know so we can help.\n", - "\n", - "### 9. **Celebrate Our Progress** \n", - " - Take time to appreciate each step we complete. It keeps us motivated and reminds us of our goal." - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/_notebooks/create_and_compete/2024-10-27-riddle-moderation_rules.ipynb b/_notebooks/create_and_compete/2024-10-27-riddle-moderation_rules.ipynb deleted file mode 100644 index 432c782..0000000 --- a/_notebooks/create_and_compete/2024-10-27-riddle-moderation_rules.ipynb +++ /dev/null @@ -1,56 +0,0 @@ -{ - "cells": [ - { - "cell_type": "raw", - "metadata": {}, - "source": [ - "---\n", - "layout: post\n", - "title: Moderator Rules\n", - "description: Moderator rules for the Riddle Room\n", - "permalink: /moderation/rules_riddle/\n", - "toc: true\n", - "comments: true\n", - "author: Kush, Tarun, Vincent, and Nolan\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Riddle Room Moderations\n", - "\n", - "
\n", - "\n", - "- Be Respectful: Harassment, bullying, or offensive language is not tolerated. Posts that violate this rule may be removed, and users may receive a warning or temporary ban for repeated offenses.\n", - "\n", - "- Post Appropriately: Share only school-appropriate content. Inappropriate posts will be removed, and users may be restricted from posting temporarily if they continue to post unsuitable material.\n", - "\n", - "- Protect Privacy: Do not share personal information, including phone numbers, addresses, or sensitive details about yourself or others. Posts containing personal information will be deleted, and repeat violations may result in account suspension.\n", - "\n", - "- Stay Constructive: Keep feedback polite and aimed at helping others. Negative or disrespectful feedback may lead to a warning, and continued unconstructive comments can result in a temporary ban.\n", - "\n", - "- No Spam: Avoid repeated messages or irrelevant promotional links. Spamming will lead to post removal, and persistent spammers may lose posting privileges.\n", - "\n", - "- Report Issues: If you see inappropriate content, report it rather than engaging. Users who engage in disruptive behavior may face restrictions on their accounts.\n", - "\n", - "- Respect Copyright: Share original work or give credit where it’s due. Plagiarized content will be removed, and repeated copyright violations can result in a ban.\n", - "\n", - "- Stay On-Topic: Keep discussions relevant to the page's purpose. Off-topic posts may be removed, and users who frequently disrupt discussions may be restricted." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} From 7b632b3d9661356459d1cb87348b49f540835f3b Mon Sep 17 00:00:00 2001 From: LarsLindain Date: Sun, 12 Jan 2025 21:15:33 -0800 Subject: [PATCH 04/30] quiz update --- navigation/logicgatesgame/levels/1or.md | 40 ++--------------------- navigation/logicgatesgame/levels/2and.md | 40 ++--------------------- navigation/logicgatesgame/levels/3xor.md | 40 ++--------------------- navigation/logicgatesgame/levels/4nand.md | 40 ++--------------------- navigation/logicgatesgame/levels/5nor.md | 40 ++--------------------- navigation/logicgatesgame/levels/6xnor.md | 40 ++--------------------- navigation/logicgatesgame/lgatesjs.js | 37 +++++++++++++++++++++ 7 files changed, 55 insertions(+), 222 deletions(-) create mode 100644 navigation/logicgatesgame/lgatesjs.js diff --git a/navigation/logicgatesgame/levels/1or.md b/navigation/logicgatesgame/levels/1or.md index 43c5883..d8b6a9d 100644 --- a/navigation/logicgatesgame/levels/1or.md +++ b/navigation/logicgatesgame/levels/1or.md @@ -26,7 +26,7 @@ The OR gate gets its name from behaving like the logical inclusive "or." The out

Lesson Quiz

Each input will be run through an OR Gate, answer the questions based on what the output will be. -
+

Input A = 1, Input B = 0