Online Examination System in Django with Source Code - CodeAstro

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • - Online Examination System Python Django Project with Source Code.
    - Source Code: codeastro.com/...
    - Visit "codeastro" website for more projects!
    - Developed by Sumit Kumar

Комментарии • 55

  • @zontar3875
    @zontar3875 27 дней назад

    Tum bohot mast kaam karta hai bhai

  • @Anushka792-h1z
    @Anushka792-h1z 5 месяцев назад

    Can you also include evaluating descriptive answers automatically of the students using machine learning

  • @chaxiongyukonhiatou607
    @chaxiongyukonhiatou607 Год назад

    Thank you for providing this code. It is helpful

  • @amel446
    @amel446 9 месяцев назад

    Can you please share how to run it?? After the runserver it shows the django page(the install worked successfully! Congratulations!)

  • @siyapandey8799
    @siyapandey8799 2 года назад

    Very helpful. Thank you so much

  • @drawing_kida
    @drawing_kida 2 года назад

    Thank You for this beautiful django application

    • @CodeAstro
      @CodeAstro  2 года назад

      All thanks to the developer!

    • @backupphotos4730
      @backupphotos4730 2 года назад

      @@CodeAstro hello sir I need help. I need to edit the question from admin page. For that added edit button and question page loaded. But I need help to see course name. Course already exists in question page. While edit option i need to see the course name instead of foreign key. Could you please help me

    • @CodeAstro
      @CodeAstro  2 года назад

      @@chocho6958 github link for?

    • @CodeAstro
      @CodeAstro  2 года назад

      @@chocho6958 there's no github link. The download link is given right there in the description.

  • @user-eg2fc6zd1h
    @user-eg2fc6zd1h Год назад

    May I ask where is the Source Code of this example? After I enter the webpage, it is an exam question. Why? Please help me

  • @shaikhirfan5493
    @shaikhirfan5493 Год назад

    Hi sir
    sir student sign up mobile number is their
    if i enter mobile number . only ten digits in number but i enter more than 10 digit number
    please solve this build this only digits number are required if i enter more than 10 digits number its give me error please do this

  • @amanmangla5391
    @amanmangla5391 Год назад

    whenever i am clicking logout on admin page it is showing page not found
    what should i do

  • @sknadir104shaikh9
    @sknadir104shaikh9 Год назад

    how can i store data in database how is it please help me

  • @ShivaniSingh-oj2xg
    @ShivaniSingh-oj2xg 3 месяца назад

    sir its not working

  • @JayVicky007
    @JayVicky007 Год назад

    Bro, the download link has expired.

  • @ShivaniSingh-oj2xg
    @ShivaniSingh-oj2xg 3 месяца назад

    i need help sir

  • @misganabelachew6331
    @misganabelachew6331 Год назад

    Pls give me the code for django(mvt)

  • @devanshzaveri2852
    @devanshzaveri2852 2 года назад +1

    Hey vro..yr project is excellent.
    .could u just tell me how to login in admin??..there is no signup option for admin...so what id password should i put to login for admin

    • @devanshzaveri2852
      @devanshzaveri2852 2 года назад +1

      Broo.ppplzz reply...its urgent for me

    • @CodeAstro
      @CodeAstro  2 года назад +1

      @@devanshzaveri2852 You have to create your own admin credentials using createsuperuser

  • @user-fd4gk1tr8l
    @user-fd4gk1tr8l Год назад

    please sent documentaton

  • @bhuvanabhuva9438
    @bhuvanabhuva9438 2 года назад

    do u have same source code flask????

  • @sonashaji3062
    @sonashaji3062 Год назад

    Could you give me the DFD of each modules

  • @rdjslovers
    @rdjslovers 2 года назад

    could u pls help me on how to run it

    • @CodeAstro
      @CodeAstro  2 года назад

      All the steps are mentioned on the post page.

    • @rdjslovers
      @rdjslovers 2 года назад

      @@CodeAstro I tried on pycharm but I'm not getting the output even if it's not showing any errors 😭 could u pls tell me exactly how to run it

    • @CodeAstro
      @CodeAstro  2 года назад

      @@rdjslovers you need to install all the requirements before running the project. all the project requirements are mentioned in the requirements.txt file

  • @backupphotos4730
    @backupphotos4730 2 года назад

    How to edit a question?

    • @CodeAstro
      @CodeAstro  2 года назад

      please check from admin panel

    • @backupphotos4730
      @backupphotos4730 2 года назад

      @@CodeAstro update questions

    • @backupphotos4730
      @backupphotos4730 2 года назад

      @@CodeAstro there is no option for edit question like update students profile or teacher profile

    • @CodeAstro
      @CodeAstro  2 года назад

      @@backupphotos4730 yes, only add, view and remove

    • @backupphotos4730
      @backupphotos4730 2 года назад

      @@CodeAstro i need update option... Could you please help me for that?

  • @kamaraemmanuelf6409
    @kamaraemmanuelf6409 2 года назад

    sir thanks for your projects. this is very much helpful
    but sir i had installed everything required but this error shows up:
    NoReverseMatch at /student/student-dashboard
    Reverse for 'logout' with arguments '('',)' not found. 1 pattern(s) tried: ['logout\\Z'
    sir please i need help

    • @CodeAstro
      @CodeAstro  2 года назад

      all thanks to the developers
      and exactly where did you get this error?

    • @kamaraemmanuelf6409
      @kamaraemmanuelf6409 2 года назад

      thanks sir i had fixed that problem. it's as a result of i failed to do migrations but i have done that sir.
      but sir the problem is that now when ever i tried to click on the teacher or the admin page to logged in . it will directly take me to the student dashboard instead of the teacher or the admin dashboard. please sir help me. i am new in django and i want you to be my mentor sir.
      thanks in advance sir.

    • @CodeAstro
      @CodeAstro  2 года назад +1

      @@kamaraemmanuelf6409 looks like you're logged in as a student. Make sure you're not logged in into any user level. I guess user can create their own teachers and students account using the system. Simply create it and login from their respective login pages.

  • @thecreatorsorav-tcs
    @thecreatorsorav-tcs 2 года назад

    Can you help me to calculate marks and add timer in it??

    • @CodeAstro
      @CodeAstro  2 года назад +1

      Sorry, we don't accept any customizations at the moment

    • @thecreatorsorav-tcs
      @thecreatorsorav-tcs 2 года назад

      @@CodeAstro please it will be pleasure if you tell me about because calculate marks doesn't work properly

  • @sknadir104shaikh9
    @sknadir104shaikh9 Год назад

    It's not running