Skip to content

Commit

Permalink
Fix #4611 : Visiting Concept Card, Hints & Solution, Completed Storie…
Browse files Browse the repository at this point in the history
…s, Ongoing Topics (#5282)

<!-- READ ME FIRST: Please fill in the explanation section below and
check off every point from the Essential Checklist! -->
## Explanation

Fix #4611 : Visiting Concept Card, Hints & Solution, Completed Stories,
Ongoing Topics

<!--
- Explain what your PR does. If this PR fixes an existing bug, please
include
- "Fixes #bugnum:" in the explanation so that GitHub can auto-close the
issue
  - when this PR is merged.
  -->

## Essential Checklist
<!-- Please tick the relevant boxes by putting an "x" in them. -->
- [x] The PR title and explanation each start with "Fix #bugnum: " (If
this PR fixes part of an issue, prefix the title with "Fix part of
#bugnum: ...".)
- [ ] Any changes to
[scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets)
files have their rationale included in the PR explanation.
- [x] The PR follows the [style
guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide).
- [x] The PR does not contain any unnecessary code changes from Android
Studio
([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)).
- [x] The PR is made from a branch that's **not** called "develop" and
is up-to-date with "develop".
- [x] The PR is **assigned** to the appropriate reviewers
([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)).

Co-authored-by: Adhiambo Peres <[email protected]>
  • Loading branch information
MohitGupta121 and adhiamboperes authored Jan 2, 2024
1 parent 658c596 commit adecba9
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion wiki/Terminology-in-Oppia.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

- [Overview of entities](#overview-of-entities)
- [Key terms](#key-terms)
- [How to visit?](#how-to-visit)
- [Concept Card](#concept-card)
- [Hints & Solution](#hints--solution)
- [Completed Stories](#completed-stories)
- [Ongoing Topics](#ongoing-topics)

## Overview of entities

Expand Down Expand Up @@ -38,4 +43,28 @@ C4 --> c6("Card-6")
4. **Skill**: This is a concrete learning outcome that describes something that a learner should be able to do. It is usually stated in the form “Given X, compute/calculate/draw/etc. Y.” For example: “Given a fraction, identify its numerator.”
5. **Exploration/Chapter**: This is a structured learning experience that is part of a story, and provides the learner with an active way to learn new concepts, as well as targeted feedback. It is the core unit of learning in Oppia. The flow/screen that appears when any story is started is known as the Exploration/Chapter.
6. **Concept Card**: This is a non-story-based explanation of how to perform a particular skill. It serves as a reference/reminder for students who may have encountered the skill before but forgotten how to carry it out. These can be accessed from the "Revision" tab or are linked within the chapter you are playing.
7. **Question/QuestionPlayer**: This is a standalone question that may be used by students as part of a practice session.
7. **Question/QuestionPlayer**: This is a standalone question that may be used by students as part of a practice session.

## How to visit?

### Concept Card

`Home` --> `Choose Topic` --> `Revision Tab` --> `Select revision card` --> `Goto hyperlink present in description text`

<img width="350" height="700" alt="Visit Concept Card" src="https://github.com/oppia/oppia-android/assets/76530270/d71c5fc2-92eb-4087-9660-9f463bb282a2">

### Hints & Solution

`Home` --> `Choose Topic` --> `Start any lesson` --> `Wait for sometime to blue Hints bar popup`

After all hints are opened, Solution will show up.

<img width="350" height="700" alt="Hints and Solution" src="https://github.com/oppia/oppia-android/assets/76530270/3b2cc6ea-335f-439a-80de-05b997dc9c99">

### Completed Stories

<img width="350" height="700" alt="Hints and Solution" src="https://github.com/oppia/oppia-android/assets/76530270/bf4b57b0-f3b3-4177-8ab8-7de69f0f4204">

### Ongoing Topics

<img width="350" height="700" alt="Hints and Solution" src="https://github.com/oppia/oppia-android/assets/76530270/e63f8676-7b81-4237-87e7-06a2ff7d7fcf">

0 comments on commit adecba9

Please sign in to comment.