Warning, /education/gcompris/src/activities/ordering_sentences/OrderingSentences.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - OrderingSentences.qml
0002 *
0003 * SPDX-FileCopyrightText: 2021 Harsh Kumar <hadron43@yahoo.com>
0004 *
0005 * Authors:
0006 * Harsh Kumar <hadron43@yahoo.com>
0007 * Emmanuel Charruau <echarruau@gmail.com>
0008 *
0009 * SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011
0012 import QtQuick 2.12
0013 import GCompris 1.0
0014
0015 import "../../core"
0016 import "../ordering_numbers"
0017
0018 Ordering {
0019 id: activity
0020 mode: "sentences"
0021 }