-
Notifications
You must be signed in to change notification settings - Fork 2
Quiz System
Karanjit Singh Gill edited this page Jun 23, 2017
·
1 revision
- Install and enable the above modules.
- Goto Quiz -> Quiz Settings -> Question Configuration to configure question settings for different quiz types.
- Goto Quiz -> Quiz Settings -> Quiz Configuration
- Configure fields under Global Configuration
- Set Administrator Review options
- Under Add-on Configuration -> Check Display Timer for the jQuery module.
- Under Look and feel enter a name for the quiz type.
- Goto Quiz -> Quiz Settings -> Quiz Form Configuration
- Under Taking Options
- Set general quiz settings
- Set random questions
- Set review options
- Choose number of attempts
- Set a time limit in seconds
- Check Always available inder Availability options
- Set passing rate under Pass/Fail Options
Add a page for all quiz questions
- Goto Structure -> Views -> Add new view -> View name -> Enter a name -> Show -> Content -> of type -> Quiz -> Newest First
- Check Create a Page -> Page title -> Enter a title -> Path -> Enter a path -> Display Format -> Bootstrap Thumbnails -> of -> teasers -> with links -> without comments -> Set number of items to display -> Check Use a Pager -> Create a menu link -> Menu -> Main Menu -> Enter link text.-> Continue and Edit.
- On next page under Format -> Show -> For -> This page -> Bootstrap Thumbnails -> Apply -> Cancel Fields window -> Fields -> Add -> For -> This page -> Search -> Post date -> Content:Post date -> .Apply -> Format -> Show -> Settings -> Image -> Post date -> Title -> Content title -> Apply.
- Add a Quiz button
- Goto Structure -> Blocks -> Enter Block title -> Enter Block description -> Add Text or HTML to the Body(Ex Add Quiz).
- Region Settings -> bootxd -> Primary -> Bootstrap -> Primary.
- Pages option in the sidebar -> Show block on specific pages -> only listed pages -> Enter path of the quiz page relative to the drupal root Ex. quiz for http://localhost/drupal/quiz
- Roles -> Check users that can see the Add Quiz button.
- Add a Quiz
- Goto Add Content -> Quiz -> Set a Quiz title -> Select Publish under Section -> Write a description about the quiz in the body field -> Change settings if needed.
- Add User-points to quiz
- Goto Userpoints (in the options sidebar) -> Add -> Select Userpoints Category to the points category for adding the quiz score. -> Award Mode -> Only when quiz is passed -> Check Award Once -> Score Type -> Numeric -> Save
- Manage Quiz
- Ths window appears after saving a new quiz or {Select a quiz} -> Quiz -> Manage questions
- Create a Question
- On the Manage questions page -> Create new question -> Select Question type (ex. Multiple choice Question) -> Write the question in the Question field -> Enter a title -> Answer -> Check correct answer and type the answer -> Settings -> Choose appropriate fields -> Select Workflow stage -> Save.
- Adding questions to a quiz from question bank
- On the manage questions window -> Question Bank -> Check the question that need to be added -> Operations -> Add questions to quiz.
- Goto -> Manage questions -> Questions in this quiz -> Set number of random questions -> Set max score for each questions.-> Submit.
Home
- Introduction
- Content Publishing Workflow
- Localization support for Indian Languages
- Content Versioning
- User Reputation Model
- Content categorization
- Search and tagging
Getting Started
Further Developments