Skip to content

Commit

Permalink
Prepare release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Oct 10, 2023
1 parent acde0cd commit 7410fd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Moodle Tiny editor Cloze question type button
=============================================

![Release](https://img.shields.io/badge/Release-1.2-blue.svg)
![Release](https://img.shields.io/badge/Release-1.3-blue.svg)
[![Moodle Plugin
CI](https://github.com/srobotta/moodle-tiny_cloze/workflows/Moodle%20Plugin%20CI/badge.svg?branch=main)](https://github.com/srobotta/moodle-tiny_cloze/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amain)
![Supported](https://img.shields.io/badge/Moodle-4.1+-orange.svg)
Expand All @@ -26,12 +26,9 @@ editor and the Atto editor is due to be phased out in a future version of Moodle

## Installation

- Copy repository content in *moodleroot*/lib/editor/tiny/plugins. The following can be omitted:
- tests/ (if you're not going to test it with Behat)
- .gitmodules
- build.xml
- screenshots
- Install the plugin from Moodle.
- Create a new directory `cloze` in `<moodleroot>/lib/editor/tiny/plugins`.
- Copy repository content into the newly created directory.
- Install the plugin from Moodle.

There are no settings for the plugin that can be set in the Moodle Site administration.

Expand Down Expand Up @@ -61,7 +58,7 @@ button to actually define the answers and grading information for that question

![Screenshot with dialogue to edit numerical question](screenshots/cloze_6_dialogue_numeric.png)

In this particular case a numerical question is defined. The correct answer (e.g of the
In this particular case a numerical question is defined. The correct answer (e.g. of the
question of the boiling point of water in Fahrenheit) would be 212. However, there
is a tolerance of 10 Fahrenheit above or below the exact answer still to be graded with
0.5 points. The mark (in this case 1 point) is defined at the very top.
Expand Down Expand Up @@ -106,6 +103,9 @@ at https://docs.moodle.org/en/Multi-language_content_filter.

## History

### v1.3
- Add new CI stack for latest release and adapt changes to work with Moodle 4.3.

### v1.2
- Fix issue [Insert equation in question text](https://github.com/srobotta/moodle-tiny_cloze/issues/15).
Credits to that fix actually go to [Mario Wehr](https://github.com/mwehr) because of his
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tiny_cloze';
$plugin->release = '1.2';
$plugin->version = 2023091100;
$plugin->release = '1.3';
$plugin->version = 2023101000;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_RC;

0 comments on commit 7410fd2

Please sign in to comment.