nataliakzm / 42-School-Exam_Simulation

This is a training program for a C programming exam. The program is built using Python and Streamlit, and provides exam-like conditions to help you practice for the exam.

Home Page:https://42school-exam-simulator.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

School 42 Exam Simulator: Rank 02

This interactive coding challenge spans across four levels of increasing difficulty. In every level, a question, randomly selected from a curated pool.

As you ascend from one level to the next, you'll get a programming problem that tests your understanding of C programming. With each click of the Next Level button, you aren't merely moving to a new level, but also stepping into a new realm of complexity and learning.

After completing all four levels, continue by clicking the Start Over button. This will allow you to revisit the exam, solidify your knowledge, and solve more tasks. It's not just an exam preparation tool, but a companion in your quest for mastery in C programming.

Getting Started

Prerequisites

  • Python 3.8 or higher
  • Streamlit: pip install streamlit

Running the Application

To start the application, run the following command in your terminal:

streamlit run app.py

OR Check out the website: Streamlit App

License

This project is licensed under the MIT License.

About

This is a training program for a C programming exam. The program is built using Python and Streamlit, and provides exam-like conditions to help you practice for the exam.

https://42school-exam-simulator.streamlit.app/

License:MIT License


Languages

Language:C 76.3%Language:Python 23.7%