Code

Discussion on Online Examination System Project in ASP.NET CORE

Discussion on Online Examination System Project in ASP.NET CORE

Cart 66 sales

Aura-Theme does not currently provide support for this item.

14 comments found.

Is it possible to charge for access to the platform ? So like a subscription

Hi! Thanks for the question. Yes, it’s possible to charge users for access (e.g., subscription model). However, this feature is not included by default, so you would need to customize the system to implement subscription billing and access control.

Hello Admin,

I am interested in this script. Could you please let me know if it is possible to upload IELTS questions (reading, listening, writing, and speaking) onto it and also use it for IELTS exam practice?

secondly, can it work like this ielts exam demo

https://satprep.testpress.in/ Username : IELTSBlast Password : 12345 or like this https://ieltsonlinetests.com/

Please go through the demo to see what I mean

Hello Branestan,

Thank you for your interest in the online exam ASP.NET full source code.

At the moment, the system supports only multiple-choice questions (MCQs) and short answer questions. It does not support IELTS-specific formats such as reading passages, listening audio, or speaking components.

Therefore, functionality similar to the platforms you mentioned is not supported. However, since the full source code is provided, you are free to customize it yourself or hire a developer to implement the features you need.

Thank you! Please feel free to reach out if you have any other questions!

Best Regards,
Aura Theme

I will like to ask if its possible to set case study related questions. Where a case study scenario is given and questions asked from it

Also is it possible to set essay type question where user can type their answers

Hi! Thank you for your inquiry.

Currently, case study-based questions and essay-type questions are not supported in the existing version. To include these features, you would need to customize the code. Please note that customization support is not included in the purchase. However, I can provide a general guideline on how you might implement this—please refer to link here for a simple approach.

I appreciate your feedback and will consider it in the development roadmap. While I cannot guarantee an exact release date, I plan to include these question types in a future update, tentatively around July 2025. Once again, thank you for your feedback!

Do you provide source codes when we buy a standard license?

Hi! Yes, full source code is provided with standard license. Thank you.

Hello

I bought you script last year December and I have been using with no problem, however I just noticed that when students are booked for exam, when they login and click on “past exams”, the list of exams written by other candidate appears. This shouldn’t be since each user is registered for the exam of their choice and shouldn’t be seeing any past exam list of other candidates. Note that they wont see the actual result of the past results of other candidates but i just think the list shouldn’t appear at first

Hi, thanks for the update. Here is the updated solution: Past exam list (Updated Solution). Thank you!

Still didn’t work. please ensure you test it well before sharing. Ensure it works for both current and past students.

Hi, thank you for your feedback. Yes, I tested the code before sharing, and here is a screenshot of my test results. If it’s not working in your project, it could be due to some custom code causing a conflict. I recommend you or your team debug the project by placing a breakpoint inside the ReadStudentExams() method in the StudentExamController. This could help identify the exact issue and allow you to adjust the code to better fit your project’s needs and requirements. Thank you!

Hi there.

Can I check, the source code is available in which all version ? Since we need small customization, this is essential.

Also can features like follow can be added to this system ?

1. Visual assessments using candidates’ webcams 2. Mouse position and tracking to verify candidate presence

Kindly please let me know.

Thanks, RK

Hi RK,

Thank you for reaching out! At the moment, I don’t have plans to include those features in the upcoming update. Sorry about that. Anyway, thank you so much for the question.

Best regards, Aura Theme

Hi Aura Team,

Thank you so much for your response.

I was wondering if you could kindly share how often updates are made on this project?

I noticed that it’s still on .NET 6.0, which was released a three years ago, and our team was curious about the update schedule.

Thanks again, RK

Hi RK,

Thank you for reaching out!

At the moment, I haven’t scheduled an update yet, as I’m currently creating some new projects. I do plan to start the development of this project update, likely around June or July of 2025, but the timeline may vary depending on my availability and workload with my full-time job. Ya, I hope I can upload the update around June-September of 2025. After that, the update schedule will likely be once a year. Once again, thank you for the inquiry.

Thanks again, Aura Theme

Can you insert mathematical equations, graphs, and charts/table? If so, in what way? (Mathjax??)

Hi, thank you for your comment. The system does not support direct insertion of mathematical equations, graphs, charts, or tables. Instead, users can upload an image of the mathematical equation/chart/graph for an exam question. Thank you.

Hello. I bought your script and everything working well except that exams automatically end after 62 minutes even if the exam was scheduled for more time. What can i do to rectify this as student are left frustrated

Ok, got it. We are trying to replicate the issue and testing different methods to find the solution. Please give us a few hours more, and we’ll get back to you with a working solution later. Thank you so much for your feedback and patience!

Okay. Please I will appreciate that this issue is fixed today to avoid further embarrassment we are currently facing

Hi, we found the working solution. You can follow the steps here: https://auratheme.notion.site/Exam-automatically-ended-Final-Solution-4e53f60be1224e82a3e97b90274a566d?pvs=4. Sorry for the inconvenience caused. Thank you so much for your patience. Thank you!

I am planing to buy ,I tried to lunch the demo but not working, so if there is any working demo. It would be better to try it myself, before buying.

Hi, thanks for the comment. The demo is up and running now. You may click here to visit the demo site: http://auratheme-001-site3.ftempurl.com/. Thank you.

the project is very good, well done. How do we access the database structure when we buy it?

Hi, thank you so much for the wonderful comment.

Once you purchase the source code, you will get the full source code, and the database structure can be accessed through a SQL file named ‘1.0.0.sql, which is located in the wwwroot > SQL folder.

Here’s a quick walkthrough of the process:
  • After obtaining the source code, you’ll need to open the solution with Visual Studio, then update the connection string in the appsettings.json
  • When you run the project, the ‘1.0.0.sql’ script will execute automatically in your database based on the connection string you put in the appsettings.json.
  • You may visit this site for more information.
Thank you.

unable to run getting lot of error

Hi, besides, our customers have reported two other existing bugs previously. The solutions are available via the links provided below. It may be useful to you. You may look into it. Thank you so much.
Bug 1 solution
Bug 2 solution

also there only two type question can create short and radio button not checkbox

Hi, yes, this project has only two types of questions, it is not a bug. As demonstrated on the live preview website, this project only includes the two types of exam questions you mentioned. As we provide full source code for you, if you want more types of questions, you can feel free to customize the code. If you discover that the features of this project do not meet your requirements, we will gladly refund you, and you can make your refund request here. Hope this helped. Thank you.

Severity Code Description Project File Line Suppression State Error CS0579 Duplicate ‘global::System.Runtime.Versioning.TargetFrameworkAttribute’ attribute ExamEase D:\ExamProject\onlineexamination\SourceCode\ExamEase\obj\Release\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs 4 Active

Severity Code Description Project File Line Suppression State Error CS0579 Duplicate ‘Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute’ attribute ExamEase D:\ExamProject\onlineexamination\SourceCode\ExamEase\obj\Release\net6.0\ExamEase.RazorAssemblyInfo.cs 14 Active

Severity Code Description Project File Line Suppression State Error CS0579 Duplicate ‘global::System.Runtime.Versioning.TargetFrameworkAttribute’ attribute ExamEase D:\Personal\AuraTheme\ExamEase\ExamEase\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs 4 Active Severity Code Description Project File Line Suppression State Error CS0579 Duplicate ‘Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute’ attribute ExamEase D:\Personal\AuraTheme\ExamEase\ExamEase\obj\Debug\net6.0\ExamEase.RazorAssemblyInfo.cs 14 Active

Hi, you may find the solution at this link: https://auratheme.notion.site/auratheme/Not-able-to-build-the-project-d2bee0ce63674dffafead92dad2c7af0. Hope this helped. Let us know if you found any other issue. Thank you.

Hi, I have few concern. 01. I was not able to publish exam on demo mode. I wanted to test same before purchase. 02. What about future update in code? will that be applicable to old purchase?

Hi nehalenvatomarket, thank you for the questions.

  1. Which exam were you unable to publish? Was it ICOM_D.TH? If so, it may be because the end date and time of the exam have already passed, causing it to be disabled from being published. You can edit the exam’s end date and time to extend the due date, and then you should be able to proceed with publishing the exam.
  2. Yes, future update is applicable to old purchase. You will receive email notification when the project is updated.

Hope this helped. Let me know if you have any other questions. Thank you!

Hi, 1. you can check it now exam date is 8th april 2023. still not able to publish exam. 2. will I have to pay extra for updates in future ?

Hi, (1) It’s because the question order of the exam has not been saved. You can visit this page and click the save button, then the exam should be able to publish. It seems that this design is confusing. We will improve this in a future update. Thanks for the question. (2) No, you don’t need to pay again for future updates. It’s pay once and free updates forever. Thank you.

rest api ?,entity framework 6 ?,sql server or mysql ?

Hi magic_student, thank you for the questions.
  1. REST API is currently not included.
  2. EntityFrameworkCore 6.0.15. For a detail list of packages used: you may get more information from Here.
  3. MS SQL Server. For MySQL version, we plan to include it in future update.
Let us know if you have any further questions or concerns. Thank you!
Best regards,
Aura-Theme

thank you for you quick response

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey