# Flipt(ed) Android

## What is Flipted?

Flipt(ed) is a new learning management system, with a focus on gamification and mastery learning.

Flipt(ed) Android is a student client for Flipt(ed), allowing students to set goals, complete tasks, and recieve feedback from teachers.

## Features

### Mission Navigation

![](/files/-Mb9ByrXQt_DOG5bpIkj)

* See a list of tasks within a mission
* Open unsubmitted tasks to begin work
* Receive feedback on submitted tasks

### Task Completion

![](/files/-Mb9CHofpi-7S5XwZBG-)

![](/files/-MbCqpzjWIQ3OLd4ZY37)

* Custom, teacher-defined tasks
* Multiple pages of content
* Support for text, images, and YouTube videos
* Progress is saved automatically as the student completes the task
* Multiple-choice quizzes and free-response questions to check for understanding
* Teacher-defined rubric, allowing students to check-off requirements as they go

### Task Results

![](/files/-MbCrWved80-ir-my0uO)

* See task results
* Students are graded by overall correctness
* Students are also graded by mastery of individual learning targets

![](/files/-MbCsJ-svkk12U9jS8jD)

* Review answers to individual questions

![](/files/-MbCsWpYnbr-oLS8jun8)

* Send a message to the teacher
* Get more feedback or assistance
* *Note: this feature is not fully implemented*

### Goals

![](/files/-MbCu1w43tLzOeyeEkW9)

* Set an arbitrary goal with a due date and category
* Add sub-goals with due dates
* Edit exiting goals, and set new goals

### Mission Progress

![](/files/-MbCuj4eHQNClG1Gy6C4)

![](/files/-MbCud0s0epsg9aeko53)

* See progress towards missions
* A detailed screen progress towards tasks in each mission

### Learning Target Progress

![](/files/-MbCy4lFzPyIq6CPDYOY)

![](/files/-MbCy8YSxaffNYkmQett)

* Learning target: a collection of learning objectives
* Learning objective: a overarching learning theme that might show up in several tasks accross several missions
* See mastery towards learning objectives and learning targets


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://flipted-android.gitbook.io/fliptedandroid/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
