Skip to content
Lizaveta edited this page Dec 7, 2023 · 7 revisions

HTML Builder Cross-Check

The check is carried out on the current LTS version of Node, and without executing the npm install command in the cloned repository, as any external modules are prohibited.

Video guide on starting the cross-check of this task

Cross-Check Steps

  1. Клонируйте репозиторий с заданием и откройте корневую папку с заданием в среде разработки

  2. Откройте страницу с репозиторием задания проверяемого студента

  3. Откройте папку с соответствующей задачей, затем откройте файл index.js и скопируйте код задачи

  4. В среде разработки найдите папку с соответствующей задачей и откройте в ней файл index.js для редактирования

  5. Вставьте туда ранее скопированный код проверяемого студента и сохраните изменения.

  6. Обратите внимание на то какой метод импорта использует проверяемый. В случае если используются es6 modules(import/export) для корректной работы вам нужно внести правки в ваш package.json файл. Добавьте строку "type": "module", в package.json сразу после строки "description": "html-builder task for RSSchool",

  7. Для каждого из заданий выполните проверку согласно описанному ниже порядку действий. Перед проверкой следующего студента приведите локальный репозиторий в исходное состояние. Задания должны проверяться строго в порядке от 01 до 06:

  8. Clone the task repository and open the root folder with the task in your IDE/code editor.

  9. Open the page with the repository of the student whose task you are checking.

  10. Open the folder with the corresponding task, then open the index.js file, and copy the code of the task.

  11. In your IDE, find the folder with the corresponding task and open the index.js file for editing.

  12. Paste the previously copied code of the student to check into the file and save the changes.

  13. Pay attention to the import method used by the student. In case ES6 modules (import/export) are used, you need to make changes to your package.json file.
    Add the line "type": "module", to package.json immediately after the line "description": "html-builder task for RSSchool",.

  14. For each of the tasks, perform the check according to the sequence of actions described below. Before checking the next student, restore the local repository to its original state. Tasks must be checked strictly in order from 01 to 06:

Clone this wiki locally