Skip to content

Commit 2fae861

Browse files
committed
➕ add Compatibility section to README
1 parent 231e9e7 commit 2fae861

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## 📖 About
1515

16-
A CLI for converting graded [Moodle quizzes](https://docs.moodle.org/404/en/Quiz_activity) saved as HTML files to a [vik.viki quiz](https://vik.wiki/Segítség:Kvíz) wikitext.
16+
A CLI for converting graded and downloaded [Moodle quizzes](https://docs.moodle.org/404/en/Quiz_activity) to a [vik.viki quiz](https://vik.wiki/Segítség:Kvíz) wikitext.
1717

1818

1919
## 📥 Installation
@@ -72,6 +72,28 @@ This includes uploading all images and adding their filenames to the quiz manual
7272
* Copies the generated wikitext to the clipboard
7373
7474
75+
### 🏫 Compatibility
76+
77+
| file format | tested | can it be imported? |
78+
|---------------|---------------------------|---------------------|
79+
| `.html` | ✅ | ✅ |
80+
| `.webarchive` | yes, except illustrations | ✅ |
81+
| `.mhtml` | ❌ | maybe |
82+
| all others | ❌ | maybe |
83+
84+
| Moodle instance | tested | can it import a quiz from there? |
85+
|---------------------------------------|--------|----------------------------------|
86+
| [BME VIK](https://edu.vik.bme.hu) | ✅ | ✅ |
87+
| [BME VIK HIT](https://www.hit.bme.hu) | ❌ | ❌ |
88+
| [BME GTK](https://edu.gtk.bme.hu) | ✅ | ✅ |
89+
90+
| Moodle language | is it understood by the app? |
91+
|-----------------|------------------------------|
92+
| Hungarian | ✅ |
93+
| English | ✅ |
94+
| German | ❌ |
95+
96+
7597
### ⏫ Updating
7698
7799
Run the following command in the terminal:

0 commit comments

Comments
 (0)