QuestListViewAdapterStudent(Context cnx, int idLayout, List<Question> questions, List<Integer> ids,
                                           List<Integer> lang, List<Double> progressBars) {
            this.cnx = cnx;
            this.questions = questions;
            this.idLayout = idLayout;