icoa-cli 2.15.11 → 2.15.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/exam.js +10 -10
- package/package.json +1 -1
package/dist/commands/exam.js
CHANGED
|
@@ -54,16 +54,16 @@ function printTimeRemaining() {
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
function printHowToPlay() {
|
|
57
|
-
console.log(chalk.gray('
|
|
58
|
-
console.log(chalk.
|
|
59
|
-
console.log(chalk.
|
|
60
|
-
console.log(chalk.
|
|
61
|
-
console.log(chalk.
|
|
62
|
-
console.log(chalk.
|
|
63
|
-
console.log(chalk.
|
|
64
|
-
console.log(chalk.
|
|
65
|
-
console.log(chalk.gray('
|
|
66
|
-
console.log(chalk.gray('
|
|
57
|
+
console.log(chalk.gray(' ─────────────────────────────────────────'));
|
|
58
|
+
console.log(chalk.white(' How to play:'));
|
|
59
|
+
console.log(chalk.yellow(' A/B/C/D') + chalk.gray(' answer the question'));
|
|
60
|
+
console.log(chalk.yellow(' help') + chalk.gray(' remove a wrong option'));
|
|
61
|
+
console.log(chalk.yellow(' next') + chalk.gray(' / ') + chalk.yellow('prev') + chalk.gray(' move between questions'));
|
|
62
|
+
console.log(chalk.yellow(' more help') + chalk.gray(' +3 bonus helps'));
|
|
63
|
+
console.log(chalk.yellow(' back') + chalk.gray(' pause and return to menu'));
|
|
64
|
+
console.log(chalk.yellow(' lang es') + chalk.gray(' switch language (15 available)'));
|
|
65
|
+
console.log(chalk.gray(' es · ko · fr · ar · zh · ja ...'));
|
|
66
|
+
console.log(chalk.gray(' ─────────────────────────────────────────'));
|
|
67
67
|
}
|
|
68
68
|
// Australian easter eggs every 5 questions
|
|
69
69
|
const EASTER_EGGS = {
|