Analysis updated 2026-05-18
Practice math logic and general logic problems as a coding bootcamp student.
Take randomized timed quizzes at five difficulty levels through the Logic Arena page.
Export quiz results as Markdown or JSON to submit as part of a course workflow.
Follow a structured Git branching workflow for submitting classroom exercises via pull request.
| anndreloopez012/campuslands-dev-logica | alchaincyf/doubao-search-mcp | algorave-dave/fail-safe | |
|---|---|---|---|
| Stars | 22 | 22 | 22 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 1/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
This repository is a public collection of logic exercises made for students at Campuslands, a coding bootcamp. It is meant as practice material, not a finished application. The stated goal is to help students build logical thinking, break down problems, read instructions carefully, check their own answers, and work in an organized way before moving on to bigger projects. The repository is organized around two branches. The main branch is treated as production and does not accept student submissions directly. Instead, all student pull requests are meant to target the dev branch, where work gets integrated. Inside the repository there are three main areas: a folder of one hundred math logic exercises, a folder of one hundred general logic exercises, and a section called Logic Arena, which is described as an interactive practice platform rather than a static list of problems. Logic Arena is a small web page for practicing logic in a more dynamic way. It offers five difficulty levels, from easy up to what the README calls ultra expert, drawn from a pool of 300 base question variants. Each practice run is a random quiz of ten to fifteen questions, with a time limit that changes based on difficulty. At the end, it shows a final result with the number of correct and incorrect answers, a score, and an explanation, and lets the student export that result as Markdown or JSON so it can be uploaded back into the repository under a results folder tied to their GitHub username. The README expects this page to be hosted through GitHub Pages at a specific project URL. For the workflow, a student is expected to clone the repository, switch to the dev branch and pull the latest changes, then create their own branch named after themselves and the exercise number. Submitted work should live only inside a resolutions folder under the student's own name, and changes are submitted as a pull request aimed at the dev branch rather than main.
A public bank of math and general logic exercises for Campuslands bootcamp students, plus a small interactive quiz web page called Logic Arena.
Mainly JavaScript. The stack also includes JavaScript.
No license is stated in the README, so terms of reuse are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.