Hi Suraj,
Do you know how to make a Django project? Do you have a specific problem in creating this project? There's a lot going on here but it is definitely achievable. My answer in blue per requirement below:
On Thu, 14 Nov 2024 at 04:21, Suraj Naithani <surajnaithani70@gmail.com> wrote:
Credit Bureau Update with Algorithm and Dynamic Question Pop-up -ObjectiveWe are building a credit bureau update system, and we are looking for a Python/Django developer to implement an algorithm that updates a credit score based on a set of predefined factors. The system should also include a dynamic pop-up interface that asks a series of questions pulled from a database. Based on the user's responses, the system will calculate and display a credit score.Requirements1. Database Model -You need to create a database schema that stores:● A list of questions (stored in a Question model) along with possible answers (A, B, C, D).● A UserResponse model to track users' answers to each question.
You can probably find ready made "quiz" apps for this from https://djangopackages.org
2. Credit Scoring Algorithm● Based on the answers to these questions, develop an algorithm to calculate the credit score.● The algorithm should assign specific scores to each possible answer (e.g., if the user answers "Always" to a question about making payments on time, award more points).
This part is not very clear. But it is assumed that you should have your own algorithm to calculate the credit score.
3. Dynamic Pop-up Interface● Use Django to render the form dynamically with questions from the database. ● When the user submits the answers, store them in the database and calculate the credit score. ● Provide a pop-up interface (using JavaScript or Django template features) where users can answer the questions. 4. Web Application Features
As mentioned, there are quiz apps available in Django Packages site. Try one and see if it fits your needs. Then write your "algorithm" for calculating credit scores (probably as an extension of the quiz app).
4. Web Application Features● Form Page: A page that displays the questions and captures user responses.● Popup: A modal pop-up that displays each question one by one. The user should answer them and submit their responses.● Results Page: After the user submits the form, a results page should show their calculated credit score--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com.
Abdul Qoyyuum Bin Haji Abdul Kadir
Nickname: Q
Nickname: Q
More about me: https://buymeacoffee.com/qoyyuum
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/django-users/CANVqoJ--XpgaaZbddzQ%3D3mP6brLFy6dDNOc1wrCXpd0v-%3DV3Hw%40mail.gmail.com.
No comments:
Post a Comment