Skip to content

Commit aa8703d

Browse files
committed
Merge remote-tracking branch 'justin/aispeak' into response_text_aispeak
Fixed multiple merge conflicts
2 parents 2a8bd01 + 7361381 commit aa8703d

34 files changed

+1990
-111
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ jobs:
5151
# none to use phpdbg fallback. Specify pcov (Moodle 3.10 and up) or xdebug to use them instead.
5252
coverage: none
5353

54+
- name: Install NVM and Node
55+
run: |
56+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
57+
export NVM_DIR="$HOME/.nvm"
58+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
59+
nvm install 20
60+
nvm use 20
61+
5462
- name: Deploy moodle-plugin-ci
5563
run: |
5664
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ There is a prompttester field in the quesition editing form which uses ajax to t
3131

3232
HTML tags are stripped out from the text submitted to the AI System so evaluation cannot consider HTML formatting.
3333

34-
## Roadmap
34+
## Credits
3535

3636
~~Mobile app compatibility~~
37+
I'd like to thank Justin Hunt of https://poodll.com for encurangement and contributions. Poodll is a a suite of excellent, mature language learning tools that integrate with moodle.
38+
I would also like to thank the people at https://mebis.bycs.de for ideas, code and encouragement.
39+
40+
## Roadmap
3741

3842
Cron based evaluation. Allow for slow LLM systems by marking on a cron timer
3943

amd/build/audiohelper.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/audiohelper.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)