GithubHelp home page GithubHelp logo

Comments (7)

ankitjavalkar avatar ankitjavalkar commented on July 24, 2024

Will update the setup.py file with the new app name and push the changes soon.

from online_test.

Prashanthselva avatar Prashanthselva commented on July 24, 2024

I am unable to display list of questions when i run app as a user but am able to add questions in admin
the problem is there is no link to questions which should be displayed in user side (path: yaksh/static/yaksh/js)...
please can i know when you will update setup.py file and new app

from online_test.

ankitjavalkar avatar ankitjavalkar commented on July 24, 2024

In order for your User to be able to see the Questions in the Interface (the views, not the admin), the User must be added to a group called moderator
You can create a group using the Admin interface (Home > Auth > Groups)

  1. Hit 'Add Group'
  2. Choose all permissions that start with 'yaksh | ...'
  3. Save it as moderator
  4. You will now be able to see this group in 'Group' section in the User Page (Home > Auth > User > $your_user_name)
  5. Add that group to chosen groups and click save
  6. Log into the Interface again

from online_test.

ankitjavalkar avatar ankitjavalkar commented on July 24, 2024

Alternatively, we are in the process of adding a demo database (as a fixture) which contains a default admin, student and teacher along with a few demo questions and a quiz.
This will be available once the PR #59 is merged.
Once it is available you can add it to your database using python manage.py loaddata ./yaksh/fixtures/demo_fixtures.json (to be executed from within the dir that contains manage.py)

from online_test.

kamleshchauhan avatar kamleshchauhan commented on July 24, 2024

I am getting the same error:
i used "pip install yaksh" it throws a error
Could not find a version that satisfies the requirement yaksh (from versions: )
No matching distribution found for yaksh

from online_test.

ankitjavalkar avatar ankitjavalkar commented on July 24, 2024

@kamleshchauhan @Prashanthselva We have pushed the package to PYPI today. You can try pip install yaksh again.
Alternatively you can also try installing from the github repo using;
pip install git+https://github.com/FOSSEE/online_test.git@master

from online_test.

ankitjavalkar avatar ankitjavalkar commented on July 24, 2024

@kamleshchauhan @Prashanthselva Will close this issue for now.

from online_test.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.