Information and Communication Technology Unit 1
Anki flashcard and notes for final exam / quiz preparation
Prepared for students under MUF0051 - ICT 1 during 2022/2023. Note that the current content for the final exam/quiz may be subject to change.
Prepared by: Aaron Lam
This repository contains an ICT Anki deck package. Follow the steps below to add a new deck to your Anki application.
-
Download the Deck Package
- Go to the Releases section of this repository.
- Download the latest
.apkg
file.
-
Open Anki
- Launch the Anki application on your computer.
-
Import the Deck
- In Anki, go to
File
>Import...
. - Navigate to the location where you downloaded the
.apkg
file. - Select the
.apkg
file and clickOpen
.
- In Anki, go to
-
Review the Deck
- The new deck should now appear in your list of decks.
- Click on the deck name to start reviewing the cards.
If you would like to contribute to this project, please follow these steps:
-
Fork the Repository
- Click the
Fork
button at the top right of this page to create a copy of this repository in your GitHub account.
- Click the
-
Clone the Repository
- Clone your forked repository to your local machine using:
git clone https://github.com/Kyblue11/MUF0051.git
- Clone your forked repository to your local machine using:
-
Create a New Branch
- Create a new branch for your changes:
git checkout -b new-feature
- Create a new branch for your changes:
-
Make Your Changes
- Add your new deck or make other changes to the repository.
-
Commit Your Changes
- Commit your changes with a descriptive message:
git commit -m "Add new ICT card to the deck"
- Commit your changes with a descriptive message:
-
Push to Your Branch
- Push your changes to your forked repository:
git push origin new-feature
- Push your changes to your forked repository:
-
Create a Pull Request
- Go to the original repository on GitHub and create a pull request from your forked repository.