Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna-lmsace committed Jun 14, 2023
1 parent 283af54 commit ad388fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ Authors: https://lmsace.com, LMSACE Dev Team

Private Git Repository

Git URL: https://github.com/your-username/moodle-hide-correct-questions
Git URL: https://github.com/lmsace/moodle-hide-correct-questions
### Installation steps using ZIP file.

1. Clone the HideCorrect Git repository to a location of your choice on your computer.
2. Rename the cloned folder to "hidecorrect" and compress it into a ZIP file.
3. Log in to Moodle as a Site Administrator.
4. Go to '*Site Administration*' -> '*Plugins*' -> '*Upload Plugin*', On here upload the plugin zip '**hidecorrect.zip**'.
5. Go to ‘Site administration’ -> ‘Notifications’ , here on ‘Plugins check’ page you will see the '*Hide Correct Questions on New Attempt*' '*Quiz / Access rules*' plugin in listing.
6. Click the “Upgrade Moodle database now” button displayed on bottom of the page.
1. Download the '**hidecorrect**' from [GitHub releases](https://github.com/lmsace/moodle-hide-correct-questions/releases).
2. Log in to Moodle as a Site Administrator.
3. Go to '*Site Administration*' -> '*Plugins*' -> '*Upload Plugin*', On here upload the plugin zip '**hidecorrect.zip**'.
4. Go to ‘Site administration’ -> ‘Notifications’ , here on ‘Plugins check’ page you will see the '*Hide Correct Questions on New Attempt*' '*Quiz / Access rules*' plugin in listing.
5. Click the “Upgrade Moodle database now” button displayed on bottom of the page.
> You will get success message once the plugin installed successfully.
7. By clicking “Continue” button on success page. you will redirect to the admin notification page.
6. By clicking “Continue” button on success page. you will redirect to the admin notification page.

### Installation steps using Git.

Expand All @@ -44,18 +43,15 @@ To configure the plugin settings, follow these steps:
3. Turn editing on.
4. Click on the quiz activity to access its settings.
5. In the quiz settings page, locate the '**Question behavior**' section and '*click on*' it.
6. Look for the '**Each attempt builds on the last**' setting and '*enable*' it. This setting allows each attempt to build on the previous one, retaining the user's previous responses and providing a cumulative learning experience.
6. Look for the '**Each attempt builds on the last**' setting and '**enable**' it. This setting allows each attempt to build on the previous one, retaining the user's previous responses and providing a cumulative learning experience.
7. Next, scroll down to the '**Extra restrictions on attempts**' section.
8. From the dropdown menu, select the option that says '**Hide the correct answered question in new attempt**'. This setting '*hides the questions that were answered correctly in the previous attempt*'.
8. From the dropdown setting '**Hide questions on attempt**', select the option that says '**Hide the correct answered question in new attempt**'.
9. Save the quiz settings to apply the changes.
With these settings enabled, when a learner attempts the quiz again, the questions will be hidden, allowing them to reflect on their previous attempt and make improvements without directly seeing the correct answers.
>Note: It's important to communicate these settings to your learners so they understand the behavior of the quiz and the purpose behind hiding the questions on subsequent attempts.
## Contributing
Contributions to this Moodle plugin are welcome. If you encounter any issues or have suggestions for improvement, please submit them through the [GitHub repository](https://github.com/your-username/moodle-hide-correct-questions/issues).

## License
This Moodle plugin is licensed under the [MIT License](LICENSE).
Contributions to this Moodle plugin are welcome. If you encounter any issues or have suggestions for improvement, please submit them through the [GitHub repository](https://github.com/lmsace/moodle-hide-correct-questions/issues).

## Support
For support or assistance, please contact the plugin author or submit an issue through the [GitHub repository](https://github.com/lmsace/moodle-hide-correct-questions/issues).
Expand Down
2 changes: 1 addition & 1 deletion amd/build/hidecorrect.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/hidecorrect.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad388fb

Please sign in to comment.